Status
π§ͺ Pre-alpha. Heavily tested on macOS + Zsh β that's the daily-driver setup. Other shells and platforms may work but aren't part of the test matrix yet. Things will change without warning.
Why this exists
If you live in a terminal alongside Claude Code, Codex, or other AI coding agents, you've probably noticed normal terminals weren't designed for the way you work now: multiple agents, multiple projects, multiple long-lived sessions, all needing context at a glance.
Agent Terminal is a terminal that knows the difference between a shell and an agent. It groups your tabs by project, recognises when an agent is running, and surfaces what's happening β the model in use, what's listening on which port, the git branch, your cwd β without you switching windows or running ps.

What you actually get
Projects and tabs that survive
Group tabs under projects (my-app, notes, infra). Switch projects without losing your place β every tab remembers its working directory and reopens there.
Live status bar
Always-on context for the focused tab β refreshed every couple of seconds, never gets stale:
- Process name, PID, elapsed time, memory
- Listening TCP ports (so you know when your dev server is up)
- Git branch, dirty indicator, ahead/behind remote
- Working directory (hover for full path)
Theme-aware workspace
Switch between light, dark, and system themes from the status bar. The chosen theme now applies across the whole application and the active terminal, so agent sessions stay readable in both light and dark modes.
Supported agents
| Agent | Status |
|---|---|
| Claude Code | β Supported |
| Codex CLI | β Supported |
| Gemini CLI | π Planned |
| Cursor | π Planned |
| Open Code | π Planned |
Want support for another agent? Open an issue or tell me on X.
Find your way back
Cmd+P opens a switcher for your recently used tabs β type a few letters, hit Enter, you're there.
Keyboard shortcuts
Ctrl+Tβ new tab in the active projectCtrl+Wβ close the active tabCtrl+Tab/Ctrl+Shift+Tabβ cycle tabsCtrl+1β¦Ctrl+9β jump to project NCmd+Pβ open the recent-tabs quick-switcher
Tested on
| Platform | Status |
|---|---|
| macOS 13+ (Apple Silicon / Intel) | β Daily driver |
| Zsh | β Daily driver |
| Bash | β οΈ Should work, lightly tested |
| Linux | π§ Untested β contributors wanted |
| Windows | π§ Untested β contributors wanted |
π Looking for contributors
The most useful thing you can do right now is help bring Agent Terminal to Windows and Linux. The Tauri + portable-pty stack underneath supports both, but I don't run those platforms day-to-day, so the integration work isn't happening on its own.
Specifically helpful:
- Linux testers β try a dev build, file what's broken (rendering, shell integration, keyboard shortcuts, anything).
- Windows testers + developers β Windows needs ConPTY-side adjustments and a separate shell-integration path; if you're up for Tauri/Rust work, this is the highest-leverage area to contribute.
- Other agent integrations β adding Gemini CLI, Cursor, Open Code, etc. is a focused PR (see CONTRIBUTING.md for the MOD system guide).
- Bug reports + feature ideas β open an issue, even rough ones.
If you're interested, open an issue or reach out on X β happy to pair / sync on direction.
Roadmap
Already shipped:
- β Project-scoped workspaces with persistent tabs
- β Live status bar (process, git, cwd, ports, model)
- β Claude Code + Codex detection and agent badges
- β Agent turn detection (idle / in-progress / awaiting / done)
- β Keyboard shortcuts
- β Universal macOS binary (Apple Silicon + Intel)
- β Theme toggle with light / dark / system support
Coming next:
- π§ More agent integrations (Gemini CLI, Cursor, Open Code)
- π§ Linux support
- π§ Windows support
- π§ macOS App Store distribution
Contributing
For development setup, project structure, code conventions, and the MOD-system guide for adding new agents:
β CONTRIBUTING.md
License
MIT β see LICENSE.
Copyright Β© 2026 Dani Akash. If you build on this project, please retain the copyright notice as required by the MIT License.