ClawControl iOS client released for OpenClaw self-hosted servers

✍️ OpenClawRadar📅 Published: March 11, 2026🔗 Source
ClawControl iOS client released for OpenClaw self-hosted servers
Ad

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.

Ad

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

Ad

👀 See Also

OpenSwarm: Multi-Agent Claude CLI Orchestrator for Linear and GitHub
Tools

OpenSwarm: Multi-Agent Claude CLI Orchestrator for Linear and GitHub

OpenSwarm orchestrates multiple Claude Code CLI instances as autonomous agents that pull Linear issues and run Worker/Reviewer/Test/Documenter pipelines. It uses LanceDB with multilingual-e5 embeddings for memory and includes Discord bot control, PR auto-improvement, and a web dashboard.

OpenClawRadar
KV Cache Reuse for Long Conversations on Apple Silicon Delivers 200x Speedup
Tools

KV Cache Reuse for Long Conversations on Apple Silicon Delivers 200x Speedup

A developer implemented session-based KV cache reuse for local LLM inference using Apple's MLX framework, achieving a 200x improvement in time-to-first-token at 100K context length. The approach keeps the KV cache in memory across conversation turns, processing only new tokens.

OpenClawRadar
MephisQuiz: Free Scenario-Based Quiz Platform for Engineering Role Assessment
Tools

MephisQuiz: Free Scenario-Based Quiz Platform for Engineering Role Assessment

An SRE professional built MephisQuiz, a free quiz platform with 860+ scenario-based questions across 4 engineering role tracks. The platform uses adaptive difficulty, provides topic-by-topic breakdowns, and was developed using Claude AI as a pair programmer.

OpenClawRadar
Team Brain: A Shared Memory Plugin for Claude Code That Stores Team Knowledge in Git
Tools

Team Brain: A Shared Memory Plugin for Claude Code That Stores Team Knowledge in Git

Team Brain is a Claude Code plugin that stores team knowledge in a .team-brain/ folder within your repository. It automatically generates a BRAIN.md file capped at 180 lines for optimal Claude instruction accuracy and works across tools by creating .cursorrules and AGENTS.md files.

OpenClawRadar