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

Kreuzberg v4.7.0 adds code intelligence for 248 languages and improved markdown extraction
Kreuzberg v4.7.0, a Rust-core document intelligence library, now supports code extraction for 248 formats via tree-sitter and has significantly improved markdown quality with Structural F1 scores over 80% across 23 formats.

Deploy Claude Design Artifacts to Live Websites with Teenyapp
Teenyapp provides a hosting service that Claude Design can use directly from chat via an agent token link, enabling autonomous deployment of artifacts with backend support.

Custom Status Line for Claude Code Shows Context Usage, Cost, and Git Branch
A Reddit user created a bash script that leverages Claude Code's statusLine setting to display real-time information including context window usage, session cost, active model, and current git branch. The script requires jq and is available on GitHub.

Nia-docs tool creates local filesystem from documentation URLs for Claude AI
The nia-docs tool lets you run npx nia-docs with a documentation URL to create a local filesystem of the docs, which Claude AI can then access directly without additional configuration.