ClawControl iOS client released for OpenClaw self-hosted servers

ClawControl, an open-source client for self-hosted OpenClaw/Claw servers, has released its iOS version. This follows the v1.50 desktop release for Windows, Mac, and Linux.
Key Features
- Real-time chat with streaming responses over ws:// or wss:// connections
- Manage agents, view installed skills, and monitor cron jobs from your phone
- Full session control including spawning subagents, following tool calls, and reviewing logs
- Secure token authentication with optional Tailscale support for private access
- No data collection - the app communicates only with your self-hosted server
- MIT licensed open-source code
Practical Use Cases
The source mentions this is useful for on-the-go debugging, demos, or letting agents manage lightweight device tasks. It keeps control on your side with no cloud hosting required.
Requirements and Notes
- Requires a running self-hosted OpenClaw/Claw server (does not host models)
- Beta testers who signed up should have received TestFlight invitations
- The developer requests feedback on iOS UX and WebSocket behavior
Getting Started
Download from the App Store: https://apps.apple.com/app/clawcontrol-client-ui/id6759070068
Website and repository: https://clawcontrol.app / https://github.com/jakeledwards/ClawControl
📖 Read the full source: r/clawdbot
👀 See Also

Open Design: Open-Source Alternative to Claude Design Runs on Your Local CLI Agents
Open Design is a local-first, BYOK design engine that turns 11 coding-agent CLIs (Claude Code, Codex, Cursor, Gemini CLI, etc.) into a design workflow with 72 brand-grade design systems and 31 composable skills, exporting HTML/PDF/PPTX/MP4.

Single-page chatbot interface for locally running Gemma 4 26B A4B
A developer built a single HTML page chatbot that connects to Gemma 4 26B A4B running locally with 32K context window at 50-65 tokens/second, sharded between a 7900 XT and 3060 Ti GPU. The interface includes full streaming, Markdown rendering, and parameter controls.

Open-source SwiftUI testing skill for Claude Code uses Computer Use to visually test apps
An open-source Claude Code skill called /ios-test visually tests SwiftUI apps using Computer Use capability. The agent finds .xcodeproj files, builds the app in a Simulator, then navigates through every screen, tapping buttons and following links like a real user.

pop-pay MCP server adds payment guardrails for Claude Code agents
pop-pay is an MCP server that lets Claude Code agents handle purchases without exposing credit card numbers. It uses CDP injection to place virtual card credentials directly into payment iframes, with Claude only receiving masked confirmation numbers.