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

Developer Builds Scheme Compiler to WASM Using AI in 4 Days
A developer created Puppy Scheme, a Scheme compiler that targets WebAssembly, in about 4 days using AI assistance. The compiler supports 73% of R5RS and R7RS, uses WASM GC, and achieved compilation time improvements from 3½ minutes to 11 seconds overnight.

SubQ: A Sub-Quadratic LLM with 12M-Token Context Window
SubQ is a fully sub-quadratic sparse-attention LLM offering a 12M-token context window at 150 tokens/s, with SWE-Bench Verified 81.8% and RULER @ 128K 95.0%. It reduces attention compute ~1000× compared to transformers.

Omnara: Run Claude Code and Codex from Anywhere
Omnara is a web and mobile IDE that lets developers run and interact with Claude Code and Codex sessions from anywhere, with features like cloud syncing and a voice agent.

Developer builds terminal status bar to monitor Claude Code session limits after unexpected cutoff
A developer created a Python terminal statusline that shows Claude Code's session usage live after being cut off mid-refactor without warning. The tool uses existing sessions without requiring an API key.