Marmy: A Self-Hosted Mobile App for Managing Multiple AI Coding Agent Sessions

Marmy is a self-hosted application built to manage multiple AI coding agent sessions remotely from a mobile device. The developer created it because existing tools, including Claude Code's Remote Control, were limited to viewing running sessions as conversation windows without the ability to start new sessions, browse files, or receive push notifications.
Architecture and Components
The system consists of two main parts:
- Rust agent: Runs on your machines (laptop, workstation, server, Raspberry Pi).
- iOS app: Runs on your phone to control everything.
Anything running in tmux shows up in the app and can be controlled. While built specifically for Claude Code, it works with any terminal-based AI agent.
Key Features from Source
- Org chart concept: You interact with a manager agent that starts worker sessions, monitors progress, sends instructions, and reports back to you.
- File browser: View code with syntax highlighting directly on your phone.
- Push notifications: Get alerts when sessions finish or need decisions.
- Voice mode: Call into any session hands-free. A Gemini-powered assistant reads status updates, you speak instructions, and it confirms before sending commands.
- Multi-machine support: View and control sessions across multiple machines from one app with a single session list.
- Privacy/security: Open source (MIT licensed), self-hosted, with no data leaving your network.
Availability
- Website: https://marmy.ai
- GitHub: https://github.com/marmy-ai/marmy
- iOS public beta: https://testflight.apple.com/join/v8HmNu1H
- MacMarmy: macOS menu bar app available from GitHub Releases (signed and notarized)
This tool is for developers who run multiple AI coding agent sessions across different machines and need centralized mobile management beyond simple chat interfaces.
📖 Read the full source: r/ClaudeAI
👀 See Also

Any Buddy v2.0.0 Adds Preview Feature for Claude Code Buddies
Any Buddy v2.0.0 introduces a preview feature that lets users test different buddies before applying them to Claude code, along with platform-specific fixes for Linux, Mac, and Windows. The tool has gained 160 GitHub stars since its release.

Flash-MoE: Running 397B Parameter Qwen Model on MacBook Pro with Pure C/Metal
Flash-MoE is a pure C/Metal inference engine that runs Qwen3.5-397B-A17B, a 397 billion parameter Mixture-of-Experts model, on a MacBook Pro with 48GB RAM at 4.4+ tokens/second. The 209GB model streams from SSD through custom Metal compute shaders with no Python or frameworks.

companion-capture: Tool saves Claude Code's ephemeral speech bubbles
companion-capture is an open-source tool that captures Claude Code's companion character speech bubbles before they vanish from the terminal. It saves messages to markdown files and SQLite for search, using VT100 screen buffer parsing to track cursor positions.

Off Grid Mobile App Adds On-Device AI Tool Use with 3x Speed Improvement
Off Grid mobile app now enables AI models to use tools like web search, calculator, date/time, and device info entirely offline, with configurable KV cache options delivering up to 30 tokens/second on phones.