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

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.
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
👀 See Also

Claude Code's Local Memory Integration with Shodh: Enhancing Context Retention Over Time
Explore Claude Code's integration with Shodh memory for long-term project context retention using a local memory server.

Google Research introduces TurboQuant for AI model compression
Google Research has introduced TurboQuant, a compression algorithm that reduces AI model size with zero accuracy loss. It addresses memory overhead in vector quantization and improves key-value cache performance.

Open-source web dashboard tracks Claude token usage for remote workflows
A developer built react-ai-token-monitor, a lightweight web dashboard that parses local Claude project files in real-time to calculate costs, show model breakdowns, and track usage patterns. The tool revealed $4,808 worth of Claude tokens consumed in March 2026 on a Max 20x plan.

Hollow AgentOS Reduces Claude Code Token Usage by 68.5% with JSON-Native OS Approach
Hollow AgentOS, a JSON-native operating system layer for AI agents, reduces Claude Code token usage by 68.5% by eliminating wasteful shell command overhead. The tool plugs into Claude Code via MCP and runs local inference through Ollama.