EveryDev.ai
Subscribe
Home
Tools

3,121+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. abtop
    abtop icon

    abtop

    AI Coding Assistants
    Featured

    A terminal UI monitor for AI coding agents — like btop but for Claude Code, Codex CLI, and OpenCode sessions, showing token usage, context window, rate limits, and ports in real-time.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. No usage limits.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsMonitoring ToolsCommand Line Assistants

    Alternatives

    PlannotatorAxelclaude-tap
    Developer
    Tae Hwan Junggraykode is the GitHub handle of Tae Hwan Jung, the creator…

    Listed Jul 2026

    About abtop

    abtop is an open-source terminal UI tool built in Rust by Tae Hwan Jung (graykode) that brings btop-style process monitoring to AI coding agent sessions. It runs entirely read-only against local process and file state — no API keys, no authentication required — and supports Claude Code, Codex CLI, and OpenCode across macOS, Linux, and Windows.

    What It Is

    abtop is a TUI (terminal user interface) dashboard that aggregates live data from multiple AI coding agent sessions running on your machine. Inspired by btop and htop, it surfaces per-session metrics — token counts, context window fill percentage, rate limit status, child processes, and open ports — all in a single terminal view. It is written in Rust using the ratatui library and released under the MIT license.

    How It Works

    abtop discovers agent sessions from local process metadata and config files rather than intercepting network traffic or requiring API credentials:

    • Claude Code sessions are read from ~/.claude and any additional profile roots configured in config.toml
    • OpenCode sessions are read from a local SQLite database at ~/.local/share/opencode/opencode.db
    • Codex CLI sessions are discovered from local process state
    • Port detection uses sysinfo on macOS/Linux and netstat -ano on Windows
    • Session summaries are generated via claude --print, which is the only indirect network call

    The tool exposes a --json flag and a Rust library crate so other tools can consume the same data layer without re-scanning.

    Supported Agents and Feature Matrix

    Feature coverage varies by agent. As of the README:

    • Claude Code: full support — session discovery, token tracking, context window %, status detection, current task, rate limits, git status, children/ports, subagents, and memory status
    • Codex CLI: session discovery, token tracking, context window %, status, current task, rate limits, git status, children/ports
    • OpenCode: session discovery, token tracking, status, git status, children/ports (no context window %, current task, rate limits, subagents, or memory status)

    Themes and Customization

    abtop ships with 12 built-in themes including popular developer palettes (dracula, catppuccin, tokyo-night, gruvbox, nord) and 4 colorblind-friendly options (high-contrast, protanopia, deuteranopia, tritanopia). Light themes (solarized cream and GitHub-style white) are available for bright terminals. Theme selection persists to ~/.config/abtop/config.toml and can be cycled at runtime with the t key.

    Configuration also supports hiding specific agent CLIs, adding extra Claude profile roots to scan, and setting the UI language (English or Simplified Chinese, with auto-detection from LANG).

    Update: v0.5.1

    The latest release is v0.5.1, published on 2026-06-29. The project was created in March 2026 and has accumulated over 3,100 stars and 290 forks on GitHub as of the last recorded update. Recent development — credited in the README to contributor @tbouquet — added themes, a config overlay, panel toggles, session filtering, a subagent tree view, a context window gauge with compaction detection, and security hardening. The project is actively maintained with 18 open issues at last check.

    abtop - 1

    Community Discussions

    Be the first to start a conversation about abtop

    Share your experience with abtop, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. No usage limits.

    • Full TUI dashboard for Claude Code, Codex CLI, and OpenCode
    • Token tracking and context window monitoring
    • Rate limit and port detection
    • 12 built-in themes
    • JSON snapshot output

    Capabilities

    Key Features

    • Real-time TUI dashboard for AI coding agent sessions
    • Token usage tracking per session
    • Context window fill percentage with warning bars
    • Rate limit monitoring
    • Child process and orphan port detection
    • Terminal jump to agent session (tmux, cmux, iTerm2)
    • Kill session or orphan ports from TUI
    • JSON snapshot output for scripting
    • Rust library crate for programmatic data access
    • 12 built-in themes including 4 colorblind-friendly options
    • Multi-profile Claude Code support
    • OpenCode SQLite database integration
    • Subagent tree view for Claude Code
    • Memory status monitoring for Claude Code
    • Git status per session
    • UI language support (English, Simplified Chinese)
    • Panel visibility toggles
    • No API keys or authentication required

    Integrations

    Claude Code
    Codex CLI
    OpenCode
    tmux
    cmux
    iTerm2
    SQLite (for OpenCode sessions)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate abtop and help others make informed decisions.

    Developer

    Tae Hwan Jung

    graykode is the GitHub handle of Tae Hwan Jung, the creator of abtop. The project builds open-source developer tooling in Rust, focused on making AI coding agent workflows more observable. abtop is MIT-licensed and actively maintained with community contributions.

    Read more about Tae Hwan Jung
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    Plannotator icon

    Plannotator

    Interactive visual plan and code review tool for AI coding agents, with inline annotations, team sharing, and seamless integration with Claude Code, Copilot CLI, Gemini CLI, and more.

    Axel icon

    Axel

    Accelerated task manager for Mac that queues tasks and dispatches them to AI coding agents like Claude, Codex, and OpenCode.

    claude-tap icon

    claude-tap

    A local proxy and trace viewer for AI coding agents that intercepts and inspects API traffic from Claude Code, Codex CLI, Gemini CLI, Cursor CLI, and more.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    621 tools

    Monitoring Tools

    AI-enhanced monitoring solutions that provide real-time visibility into system performance, anomaly detection, and predictive alerting for proactive issue resolution.

    79 tools

    Command Line Assistants

    AI-powered command-line assistants that help developers navigate, search, and execute terminal commands with intelligent suggestions and context awareness.

    179 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions
    5views