Mia: Local AI Workspace Daemon with Native Android App and P2P Streaming

✍️ OpenClawRadar📅 Published: March 31, 2026🔗 Source
Mia: Local AI Workspace Daemon with Native Android App and P2P Streaming
Ad

Mia is a daemon that runs on your machine and pairs with a native Android app over P2P — no cloud relay, no middleman. Your compute stays yours.

How it works

You run the Mia daemon on your machine (server, desktop, whatever you've got), and from your phone you can kick off and monitor long-running AI coding tasks. The supported agents are OpenCode, Claude Code, Gemini CLI, and Codex. All output streams directly back to your device in real time.

It has memory baked in, so context and state persist across sessions rather than starting cold every time.

Local model support

All of the supported agents — OpenCode, Claude Code, Gemini CLI, and Codex — can be pointed at local models. If you're already running Qwen, DeepSeek, Mistral, or whatever your current favourite is via Ollama or llama.cpp, Mia just slots in. Your phone becomes a live window into a fully local, fully private agentic coding setup running on your own hardware. No API keys required if you don't want them.

Ad

P2P architecture

Your tasks, your code, and your outputs never touch a third-party server. The Android app connects directly to your daemon. This avoids funneling everything through a middleman when the whole point is local-first.

Current agent support

  • OpenCode
  • Claude Code
  • Gemini CLI
  • Codex

This is for anyone leaving long agentic tasks running who wants visibility on the go. Instead of SSH-ing in to check a terminal, you open the app and watch it stream live.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

Claude IDE Bridge: WebSocket Tool for Real-Time IDE Access
Tools

Claude IDE Bridge: WebSocket Tool for Real-Time IDE Access

claude-ide-bridge is a WebSocket bridge that connects Claude Code directly to IDE internal state, enabling live diagnostics, go-to-definition, find references, type hovering, file opening, breakpoint management, and debugger state streaming.

OpenClawRadar
civStation: A VLM System for Playing Civilization VI via Natural Language Commands
Tools

civStation: A VLM System for Playing Civilization VI via Natural Language Commands

civStation is a computer-use VLM harness that plays Civilization VI by translating high-level natural language commands into in-game actions. The system uses a 3-layer architecture separating strategy and execution, with support for human-in-the-loop intervention.

OpenClawRadar
yburn: Tool to audit and replace unnecessary AI agent cron jobs
Tools

yburn: Tool to audit and replace unnecessary AI agent cron jobs

yburn is a Python tool that audits AI agent cron jobs and replaces those that don't need LLMs with standalone Python scripts. The creator found 58% of 98 cron jobs were purely mechanical tasks like system health checks and git backups.

OpenClawRadar
Claude Code's Illusion of Finished Work: Why Reviewing the Agent's Path Matters More Than the Diff
Tools

Claude Code's Illusion of Finished Work: Why Reviewing the Agent's Path Matters More Than the Diff

Claude Code can produce a clean diff, passing tests, and a good summary—yet still miss real behavior, security concerns, or architecture constraints. The author argues that reviewing the chain of actions (plans, files read, commands run, test output) is now essential, not just the final diff.

OpenClawRadar