Marmy: A Self-Hosted Framework for Managing AI Coding Agents Remotely

A developer has open-sourced Marmy, a self-hosted framework designed specifically for managing Claude Code and other AI coding agents remotely. The tool addresses the constraint of needing to stay at a desk to read markdown files and debug code while supervising agents.
How Marmy Works
The framework consists of two main components:
- A Rust agent that runs on all your development machines and hooks into tmux sessions.
- A React Native app that communicates with all your machines.
Key Features from the App
From the mobile app, you can:
- Create, kill, and communicate with any Claude Code sessions or tmux shells.
- View any file within the scope of a tmux shell, including images, rendered markdown, and syntax-highlighted code.
- Start a manager per machine that manages your tmux shells. This is essentially a prompted Claude Code instance with skills and context to manage other shells.
- Talk via voice to any tmux shell using your own Gemini API, with the live model acting as an intermediary.
Developer Context and Motivation
The developer transitioned from Cursor to Claude Code primarily due to Claude Code's superior harness and unbeatable pricing (maxing out a $200 plan versus much higher costs on Cursor for equivalent token usage). While they could have used Claude Code as a VSCode plugin, they found themselves becoming more hands-off with the tool, especially after the Opus 4.5 model release.
Their workflow shifted from writing code to supervising multiple parallel terminals, which they compare to moving from individual contributor work to managerial work. Their main contribution became planning with agents and writing exhaustive specs before letting them write code. Marmy was built to solve the desk-bound problem that remained.
Practical Applications
The developer reports using this setup to manage multiple projects simultaneously, including their startup (framewave.ai), a restaurant SaaS (kitchen-eye.ai), consulting work, building a news website (cedarwatch.news), and creating a full guitar plugin with AI-assisted tone configuration.
The framework is open source, MIT licensed, self-hosted, and designed so that nothing leaves your network.
📖 Read the full source: r/ClaudeAI
👀 See Also

Academic Research Skills for Claude Code: A Human-in-the-Loop Pipeline for Paper Writing
Academic Research Skills (ARS) v3.7.0+ is a Claude Code plugin that automates reference hunting, citation formatting, data checking, and logical consistency review while keeping the human researcher in control. Install via /plugin marketplace add Imbad0202/academic-research-skills.

Open-source Claude Code skill diagnoses AI adoption roadblocks
An MIT-licensed Claude Code skill analyzes where companies get stuck with AI adoption—tooling, culture, or measurement—and builds 90-day plans with named owners. Based on interviews with 100+ founders and board members.

NGX-OS: Network OS Built for AI with eBPF and MCP Integration
NGX-OS is a network operating system designed from the ground up for AI integration, using eBPF for real-time telemetry and MCP for direct LLM access to network state data without translation layers.

Banker Creates Credit Due Diligence Tool with 31 AI Prompts Using Only Claude
A banker with 17 years of MSME credit underwriting experience in India has open-sourced 31 AI prompts that transform a visiting card into a full credit due diligence report, compressing a 3-4 week process to 30 minutes. The tool was built entirely through conversation with Claude, without writing any code.