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

Open-source Gmail MCP server adds multi-account support and write access
An open-source MCP server enables Claude AI to connect to multiple Gmail accounts with full read/write capabilities, including archiving, labeling, and auto-unsubscribe functionality. It supports Gmail search syntax and can be deployed to Railway in 5 minutes or self-hosted.

Prompt-Master: Claude Skill for Generating Accurate AI Tool Prompts
Prompt-Master is a free Claude skill that writes accurate prompts for various AI tools including Cursor, Claude Code, GPT, Midjourney, Kling, and Eleven Labs. The tool has reached 600+ stars on GitHub and processes 4000+ traffic.

TrustLog Dynamics: Python Daemon Uses Bond Math to Kill Rogue AI Agents
TrustLog Dynamics is a Python daemon that monitors AI agent API costs in real time and terminates processes using two quantitative finance methods: convexity detection for accelerating costs and zero-variance detection for mechanical loops.

Slides-grab: Visual Editor for Fixing HTML Slides Generated by Claude Code
Slides-grab is a tool that lets you drag elements on HTML/CSS slides generated by Claude Code, then sends XPath and a highlighted screenshot to the AI agent for precise editing. It addresses the pain point of fixing small layout issues through text prompts alone.