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

TeamHero v2.6.1: Open-Source Platform for Managing Claude AI Agents
TeamHero v2.6.1 is a local-first, open-source platform that creates a managed team of Claude agents with features like autopilot mode, subtask nesting, flow views, and persistent memory. The tool runs on Node.js with a vanilla HTML/CSS/JS dashboard and requires no database.

Open-Source Benchmark Runner for Testing OpenClaw Agents on Real Workflows
A new open-source project lets you benchmark OpenClaw agents against your own private, real-world tasks defined in YAML, with support for importing actual agent workspaces.

Developer builds AI framework with 17 biological principles using Claude Code
A developer created an AI framework called Cognitive Sparks by implementing 17 biological principles like threshold firing and Hebbian plasticity, based on the 1999 book 'Sparks of Genius.' The entire project—22 design docs and 3,300 lines of code—was built in one day using Claude Code, with no human-written code.

Using Claude to Automate Mobile App QA with Capacitor WebViews
A developer built an automated QA system using Claude to test a Capacitor-based mobile app across Android and iOS. The approach uses Chrome DevTools Protocol for Android WebViews and screenshots for visual analysis, with Android setup taking 90 minutes versus 6+ hours for iOS.