
claudraband wraps Claude CLI in tmux for session persistence
claudraband provides true session persistence for the Claude CLI by wrapping it in tmux. This allows developers to safely close their terminals while long-running tasks like massive refactors continue in the background without killing the agent.
Solving the terminal-death problem for CLI agents is crucial for making them viable for large-scale, asynchronous work.
- –Relying on tmux is a clever, Unix-native approach to a modern AI tooling problem
- –Unblocks massive autonomous refactors that outlast a single terminal session
- –Highlights a missing primitive in current AI CLIs: built-in daemonization and state recovery
DISCOVERED
108d ago
2026-04-14
PUBLISHED
108d ago
2026-04-14
RELEVANCE
AUTHOR
Github Awesome