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

Comparison of 8 AI Coding Models on Real-World TypeScript Feature Implementation
A developer tested 8 AI coding models on implementing a /rename command in an open-source TypeScript Telegram bot project, evaluating them on cost, execution time, correctness, and technical quality. GPT-5.4 scored highest on implementation correctness while GLM 5 offered the best cost-performance ratio.

SymDex: Open-Source MCP Code Indexer Reduces AI Agent Token Usage
SymDex is an open-source MCP code indexer that pre-indexes codebases to help AI coding agents find functions and classes without reading entire files, reducing token usage by approximately 97% per lookup according to the developer's benchmarks.

JANG Quantization Method Improves MLX Performance for Large Models
A new quantization method called JANG enables running large models like MiniMax-M2.5 and Qwen 3.5 on Apple's MLX framework with significantly better performance than standard MLX quantization, achieving near-native speeds while maintaining accuracy comparable to higher-bit quantizations.

OpenClaw Agent Gains Phone Call Capability Through Custom Skill
A developer created a custom skill for self-hosted OpenClaw agents that enables phone call functionality, allowing the agent to initiate calls based on triggers like build completions or server outages. The implementation provides voice interaction with full chat capabilities including web searches and alert setup.