TUI for managing parallel containerized code agent sessions (Rust)

https://lobste.rs/rss Hits: 5
Summary

Multi-agent manager for secure code and claw agents. Run and coordinate agents in parallel from your terminal. Keep your machine safe with containers. amux is a terminal multiplexer for AI code and claw agents. It gives you an interactive TUI where you can launch, monitor, and coordinate multiple agent sessions at the same time — each running safely inside its own container, isolated from your host machine. Think of it like tmux, but agents: tabs, terminal emulator, multiple parallel sessions, container stats, and stuck-agent detection, all in your terminal. Running agents one at a time is a waste. Running them directly on your machine is risky. amux solves both: Parallel sessions — open multiple tabs, each running a different agent against the same or different projects simultaneously Hard isolation — every agent runs in a container; your filesystem, credentials, and environment are never exposed to agent-generated code execution Secure claw agents — amux sets up and manages a fully containerized nanoclaw install that lives securely on your machine for 24/7 subagents, workflows, and messaging app chat. Agent-agnostic — supports Claude Code, Nanoclaw, Codex, and OpenCode out of the box Multi-tab agent coordination Each tab is fully independent — its own working directory, running command, and container session. Tabs continue running in the background when you switch away. Tab colors reflect live state: Color Meaning Grey Idle Blue Command running Green Agent container active Purple Claw session running Red Exited with error Yellow stuck agent detected Stuck agent detection: amux detects when an agent is stuck and needs help, it will alert you with a yellow tab so you can intervene. Interactive container terminal When an agent container starts, a dedicated terminal appears with: Full interactive terminal emulator (arrow keys, Ctrl+O, all agent shortcuts work natively) Mouse scroll for terminal scrollback history Live container stats: CPU, memory, total runtime Press ...

First seen: 2026-03-27 22:32

Last seen: 2026-03-28 08:37