mngr
A Unix-style CLI tool for programmatically managing AI agents across local hosts, Docker containers, and remote environments like Modal.
At a Glance
Free and open-source CLI tool available on GitHub under MIT license. Pay only for inference and compute from your chosen providers.
Engagement
Available On
Alternatives
Listed Apr 2026
About mngr
mngr is an open-source, Unix-style command-line tool for creating, managing, and orchestrating AI agents across any compute environment. Think of it as "git for agents": just as git lets you commit, push, pull, and clone versions of code, mngr lets you create, destroy, list, clone, and message agents running locally, in Docker containers, or on remote hosts like Modal. Built on SSH, git, and tmux, mngr requires no managed cloud service and gives you full control over your infrastructure.
- Agent lifecycle management — Use
mngr create,destroy,start,stop,list, andcloneto manage agents with simple, composable commands. - Multi-environment support — Run agents locally, in Docker containers, or on Modal sandboxes using the
agent@hostaddress syntax. - Fast startup — Agents launch in under 2 seconds, keeping iteration cycles short.
- Snapshot and fork — Use
mngr snapshotto capture the full state of an agent's host, then fork it to create new agents from that checkpoint. - Data sync — Use
mngr push,pull, andpairto move files between your local machine and remote agents, including continuous sync. - Programmatic messaging — Send messages to agents and retrieve transcripts with
mngr messageandmngr transcript. - Security controls — Supports SSH key isolation, network allowlists, CIDR-based traffic restrictions, and full container control.
- Cost transparency — The CLI is free; agents auto-shutdown when idle so you only pay for inference and compute.
- Extensible via plugins — Add new agent types, provider backends, CLI commands, and lifecycle hooks through the plugin system.
- Built-in help — Use
mngr askto get usage answers without leaving the terminal. - Shell completion — Tab completion for commands, options, and agent names is supported in bash and zsh.
Community Discussions
Be the first to start a conversation about mngr
Share your experience with mngr, ask questions, or help others learn from your insights.
Pricing
Open Source
Free and open-source CLI tool available on GitHub under MIT license. Pay only for inference and compute from your chosen providers.
- Full CLI for agent lifecycle management
- Local, Docker, and Modal provider support
- Snapshot and fork agent state
- Push/pull/pair data sync
- Programmatic messaging and transcripts
Capabilities
Key Features
- Create and manage AI agents via CLI
- Multi-environment support (local, Docker, Modal)
- Agent startup in under 2 seconds
- Snapshot and fork agent state
- Push/pull/pair for data sync with remote agents
- Programmatic messaging and transcript retrieval
- SSH key isolation and network allowlists
- Auto-shutdown on idle to minimize compute costs
- Plugin system for extensibility
- Shell tab completion for bash and zsh
- Built-in mngr ask help command
- Shared hosts for multiple agents
- Direct exec on agent hosts
- Agent cloning and migration