An open API service indexing awesome lists of open source software.

https://github.com/daniakash/agent-terminal

A terminal that understands AI agents. Project workspaces, live process metrics, and native Claude Code + Codex support.
https://github.com/daniakash/agent-terminal

ai-agents claude-code codex developer-tools productivity react terminal terminal-app terminal-emulator xterm

Last synced: about 7 hours ago
JSON representation

A terminal that understands AI agents. Project workspaces, live process metrics, and native Claude Code + Codex support.

Awesome Lists containing this project

README

          


Agent Terminal

# Agent Terminal

**A terminal workspace built around AI coding agents.**

[![Latest release](https://img.shields.io/github/v/release/DaniAkash/agent-terminal?include_prereleases&label=latest&color=blue)](https://github.com/DaniAkash/agent-terminal/releases)
[![Status](https://img.shields.io/badge/status-pre--alpha-orange)](#status)
[![Platform](https://img.shields.io/badge/platform-macOS-lightgrey)](https://github.com/DaniAkash/agent-terminal/releases)


Download for Apple Silicon
ย 
Download for Intel


Agent terminal - One terminal. Every agent. Total clarity. | Product Hunt

---

## 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](https://claude.ai/code), [Codex](https://github.com/openai/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`.

![Agent Terminal screenshot](./docs/assets/screenshot.png)

---

## 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](https://claude.ai/code) | โœ… Supported |
| [Codex CLI](https://github.com/openai/codex) | โœ… Supported |
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | ๐Ÿ”œ Planned |
| [Cursor](https://www.cursor.com) | ๐Ÿ”œ Planned |
| [Open Code](https://github.com/sst/opencode) | ๐Ÿ”œ Planned |

Want support for another agent? [Open an issue](https://github.com/DaniAkash/agent-terminal/issues/new) or [tell me on X](https://x.com/dani_akash_).

### 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 project
- `Ctrl+W` โ€” close the active tab
- `Ctrl+Tab` / `Ctrl+Shift+Tab` โ€” cycle tabs
- `Ctrl+1` โ€ฆ `Ctrl+9` โ€” jump to project N
- `Cmd+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](./CONTRIBUTING.md) for the MOD system guide).
- **Bug reports + feature ideas** โ€” open an issue, even rough ones.

If you're interested, [open an issue](https://github.com/DaniAkash/agent-terminal/issues/new) or [reach out on X](https://x.com/dani_akash_) โ€” 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](./CONTRIBUTING.md)**

---

## License

MIT โ€” see [LICENSE](./LICENSE).

Copyright ยฉ 2026 [Dani Akash](https://github.com/DaniAkash). If you build on this project, please retain the copyright notice as required by the MIT License.