EveryDev.ai
Subscribe
Home
Tools

3,484+ 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. hud
    hud icon

    hud

    AI Coding Assistants

    A compact heads-up display CLI for coding agents (OpenCode, Claude Code, Codex) that shows live instruments while the agent works and renders the full answer when it stops.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. Install via npm and use with OpenCode, Claude Code, or Codex.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsCommand Line AssistantsAgent Harness

    Alternatives

    ScopeyMuse Codeomp (oh-my-pi)
    Developer
    Tracer Research LabSan Francisco, CAEst. 2026$500000 raised

    Listed Aug 2026

    About hud

    hud is a zero-dependency, MIT-licensed terminal heads-up display built by Tracer Research Lab that wraps OpenCode, Claude Code, and Codex in a compact instrument panel. Instead of a scrolling wall of tool calls, it collapses agent activity into a live dashboard that updates in place, keeps the prompt bar always writable, and renders the full answer in markdown when the agent finishes. It was created by Adam Rida and published in August 2026 as an open-source companion to Tracer's Echo product.

    What It Is

    hud is a CLI layer that drives each supported coding agent headless through its JSON event stream, maps events onto shared instruments, and maintains one real session per conversation via each engine's native resume mechanism. It is not a fork or patch of any agent — it sits in front of the agent's own CLI and translates its output into a structured display. The result is a TUI (terminal user interface) that shows status, model, mode, reasoning effort, message count, elapsed time, output tokens, live subagents, session cost, context size, and disk size — all in a configurable gauge cluster.

    How the Instrument Panel Works

    The panel is built around a set of named gauges that can be reordered and filtered with /gauges:

    • STS — status flag (NORM / PERM / INTR / FAULT)
    • MDL — active model name
    • MODE — permission/sandbox mode
    • EFF — reasoning effort
    • MSG — message count
    • T+ — elapsed time
    • TOK — output tokens including reasoning
    • AGT — live subagents
    • USD — session cost where the engine reports it
    • CTX — context size
    • DSK — conversation size on disk (Claude Code, Codex)

    The activity line shows what the agent is doing in real time (READ, EDIT, EXEC, SCAN, NET, AGENT, PLAN, THINK). Links the agent shares are stored in a per-session ledger and rendered as OSC 8 hyperlinks — cmd/ctrl-clickable in iTerm2, Ghostty, WezTerm, Kitty, and compatible terminals.

    The Full-TUI Toggle

    A key design feature is the /hud command, which works bidirectionally. From inside hud it opens the same session in the engine's full TUI; from the full TUI, typing /hud (or the engine-specific equivalent) returns to the compact display — same session, nothing lost, terminal wiped clean. Each engine gets its most native handback mechanism:

    • OpenCode: a custom command writes a handoff file locally at expansion time (near-zero tokens)
    • Claude Code: a UserPromptSubmit hook intercepts before the model (zero tokens, ~150 ms)
    • Codex: a global AGENTS.md rule or quitting the TUI

    Setup Path

    Installation is a single npm command: npm install -g adrida/hud-mode && hud install. The hud install wizard configures the default agent, optional Echo integration for OpenCode, and wires the handback into all three CLIs. It requires Node ≥ 18 and at least one of opencode, claude, or codex on the PATH. hud uninstall cleanly removes all installed hooks and config blocks.

    Current Status

    The repository was created on August 5, 2026 and last updated August 7, 2026, making it a very recent release. It is published under the MIT license by Adam Rida (adrida on GitHub) as part of Tracer Research Lab, a YC-backed research lab. The roadmap lists in-hud permission approvals via the Agent SDK, streaming partial text into the narration line, zero-token Codex handback via plugin hooks, and per-directory engine memory as planned future work.

    hud - 1

    Community Discussions

    Be the first to start a conversation about hud

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. Install via npm and use with OpenCode, Claude Code, or Codex.

    • Live instrument panel
    • Supports OpenCode, Claude Code, Codex
    • Full-TUI toggle
    • Session resume
    • Configurable gauges

    Capabilities

    Key Features

    • Live instrument panel (status, model, mode, effort, tokens, cost, context)
    • Always-writable prompt bar — queue messages mid-turn
    • ESC interrupt without losing session
    • Full-TUI toggle via /hud command (bidirectional)
    • Supports OpenCode, Claude Code, and Codex
    • OpenAI-compatible Echo endpoint integration
    • Per-session link ledger with OSC 8 clickable hyperlinks
    • Configurable gauge cluster via /gauges command
    • Session resume with -r flag
    • Markdown rendering with clickable links in answer panel
    • QR code generator (zero-dependency, from-scratch encoder)
    • Message history recall with up/down arrows
    • Zero dependencies
    • MIT licensed open source

    Integrations

    OpenCode
    Claude Code
    Codex
    Echo (Tracer)
    iTerm2
    Ghostty
    WezTerm
    Kitty
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Tracer Research Lab

    Tracer Research Lab is a YC-backed research lab that studies coordinated intelligence — how specialists and adaptive computation can create capabilities no single model has alone. The lab publishes open-source tools and papers, including a trace-based cost efficiency paper on arXiv (2604.14531) and the open-source Tracer inference system. Their latest product, Echo, delivers adaptively coordinated open-weight models behind a single OpenAI-compatible endpoint for chat, code, and agents.

    Founded 2026
    San Francisco, CA
    $500000 raised
    1 employees

    Used by

    DeepRecall (internal/pilot)
    Read more about Tracer Research Lab
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Scopey icon

    Scopey

    A lightweight Rust CLI that keeps Claude Code, Codex, Grok, Pi, and OpenCode sessions aligned with your current intent by tracking scope and surfacing drift.

    Muse Code icon

    Muse Code

    Meta's beta terminal coding agent for long-horizon work across large repositories. Runs parallel subagents in isolated git worktrees, records every step to a replay-exact local event log, and is powered by the co-trained Muse Spark 1.2 model.

    omp (oh-my-pi) icon

    omp (oh-my-pi)

    A terminal-based AI coding agent with IDE-grade tooling: hash-anchored edits, LSP, DAP debugger, subagents, browser automation, and 40+ model providers.

    Browse all tools

    Related Topics

    AI Coding Assistants

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

    725 tools

    Command Line Assistants

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

    203 tools

    Agent Harness

    Infrastructure, orchestrators, and task runners that wrap around LLM coding agents — covering session management, context delivery, worktree isolation, architecture enforcement, and issue-to-PR pipelines.

    133 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions