KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
agentmux
โ 11
Open GitHub โ
Terminal for multitasking with tmux
Download README (.md)
Explore Similar Repositories
cheatsheets
:
๐ Geliลtirici bilgi kartlarฤฑ ve referanslar
ForgeMiner
:
Scalable multi-algo cryptocurrency miner optimized specifically for Nvidia GPUs.
llm-moe-from-scratch
:
No description available.
mpr-connect
:
Connect Pokรฉmon Diamond, Pearl, or Platinum to My Pokรฉmon Ranch
Liminal-Protocol
:
Scalable Java mod for Mindustry
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
agentmux
?
Download (.md)
<img width="1657" height="1039" alt="image" src="https://github.com/user-attachments/assets/db0f3bf9-7cc6-403b-9b7b-a49358cd6ec9" /> A tmux-backed terminal, runs as a desktop app. A sidebar of workspaces, tabbed and splittable terminal panes, with live Claude / Codex status and notifications. Built natively via `deno desktop`. Inspired by cmux.com [](https://github.com/littledivy/agentmux/releases/latest/download/agentmux.dmg) Requires [tmux](https://github.com/tmux/tmux) (`brew install tmux`). ## Features - **Workspaces โ tabs โ split panes** โ drag the dividers to resize. - **tmux-backed sessions** on a dedicated socket (`tmux -L agentmux`): they persist across restarts and are attachable from any terminal (`tmux -L agentmux attach -t <name>`). - **Agent-aware** โ detects Claude / Codex, shows working / idle / needs-input state, and names tabs by the agent or the current directory. - **Notifications** when a background agent finishes a turn or needs input. ## Building from source - [Deno](https://deno.com) 2.x Requires the `deno desktop` subcommand. ```sh deno desktop -A --hmr . ``` ## License MIT โ see [LICENSE](LICENSE).