QCAI App Provides Mobile Control Center for OpenClaw Ecosystem

An academic research team has developed QCAI, a mobile app that provides a control center interface for the OpenClaw ecosystem. The app was initially built for iOS using AI-assisted development and later ported to Android, with the team reporting that the AI-generated app performed on par with professionally developed products.
App Features
The QCAI app includes several specific interface components for managing OpenClaw environments:
- Dashboard: Real-time OpenClaw Gateway monitoring and web console access
- Portal: Direct access to Node.js ecosystem with ability to view outputs or remotely control tools including Antigravity, Claude Code, and WeChat
- Gateway Chat: Context-aware interaction with your gateway via a direct LLM link
- Context OS: Submit approved mobile sensor data (calendar, step count) to enable real-time planning and recommendations via APIs like Google Maps or Perplexity
Security Implementation
The app includes native Tailscale VPN integration that provides an encrypted tunnel to your gateway without requiring open ports. Device pairing is handled through either QR code scanning or the command openclaw devices approve <id>.
The research team is exploring human-AI interfaces and is seeking community feedback on feature expectations and how to balance usability with privacy in these interfaces.
📖 Read the full source: r/openclaw
👀 See Also

Exploring Mistral Voxtral Realtime 4B in Pure C for Speech-to-Text
Voxtral.c offers a pure C implementation for Mistral AI's Voxtral Realtime 4B speech-to-text model, eliminating dependencies beyond the C standard library.

n8n-mcp-lite: MCP server reduces token usage by 80% for Claude with n8n workflows
A new open-source Model Context Protocol server called n8n-mcp-lite helps Claude reason about n8n automation workflows while reducing token usage by approximately 80%. The tool addresses the token-heavy nature of visual node automations by providing targeted workflow scanning and surgical updates.

SendToAI VS Code Extension Solves Claude's 20-File Limit with Project Bundling
SendToAI is a free VS Code extension that bundles entire projects into a single clipboard paste, bypassing Claude's 20-file upload limit. It includes visual file selection, token counting, cost estimates, and project notes that persist across sessions.
Balloon That Pops When Claude Finishes: Physical Agent UI with whisper.cpp
A desktop balloon inflates as you speak a task, then floats across your screen while Claude Code runs the agent. Transcription runs locally via whisper.cpp, agents use your existing Claude Code login. Open source.