EveryDev.ai
Subscribe
Home
Tools

3,419+ 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. Headroom App
    Headroom App icon

    Headroom App

    AI Coding Assistants

    Local-first macOS menu bar app that shows AI coding quotas and ship status across Claude, Codex, Cursor, and more — with optional iPhone, Apple Watch, and ESP32 desk display support.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. Download from GitHub Releases or build from source.

    Engagement

    Available On

    Windows
    macOS
    iOS
    API
    JetBrains

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Coding AssistantsMonitoring ToolsPerformance Metrics

    Alternatives

    OpenUsageAgent IslandAgentPeek
    Developer
    Michell ZappaMichell Zappa builds local-first developer tools focused on…

    Listed Aug 2026

    About Headroom App

    Headroom is an open-source, local-first macOS menu bar app built by Michell Zappa that surfaces AI coding quota usage and CI/deployment ship status without requiring a cloud account. It reads credentials and CLIs already present on your Mac, serves a single JSON feed over localhost, and pushes that data to optional companion surfaces including iPhone, Apple Watch, and an ESP32 desk display. The project is MIT-licensed and available on GitHub, with 212 stars as of its latest release.

    What It Is

    Headroom sits in the category of developer ambient-monitoring tools — specifically targeting the problem of "quota anxiety" when working heavily with AI coding assistants like Claude Code, OpenAI Codex, and Cursor. Instead of navigating billing dashboards mid-flow, developers get a persistent, glanceable view of remaining session/weekly quotas, daily burn rate, spend, and CI/deployment health across all their active tools. The architecture is intentionally local-first: a stdlib-only Python host (headroom_server.py) runs on port 8737, reads local auth state left by other tools, and clients connect to it directly — no Headroom cloud account, no token upload.

    Surfaces and What Each Shows

    Headroom spans multiple display surfaces, each scoped to what makes sense at that glance distance:

    • Menu bar — thin remaining-quota "tanks" for up to three enabled providers plus an amber/red attention pip for failures
    • Popover — overview rings, daily burn, spend, and an Activity/Services panel
    • Notification Center widget — rings and combined burndown, matching the iPhone widget layout
    • iPhone / iPad (iOS 17+) — full quotas, burndown chart, activity feed, services status, controls, notifications, and home-screen widgets
    • Apple Watch — two complications: quota rings or the week's burndown
    • ESP32 desk board (optional) — Waveshare ESP32-S3-Touch-AMOLED-1.8 showing the same three rings and burndown; can fall back to USB when mDNS is blocked

    Architecture and Local-First Design

    The Python host is stdlib-only, meaning it runs on the system /usr/bin/python3 with no pip dependencies. It reads ~/.claude, ~/.codex, Cursor config, and other local auth files, then exposes HTTP endpoints under localhost:8737. Clients — the macOS SwiftUI app, iPhone companion, and ESP32 firmware — all consume the same /usage JSON contract. CloudKit is used for settings sync across multiple Macs. The trust model is documented in docs/trust.md, and the security threat model is in SECURITY.md. Credentials never leave the machine unless the user explicitly enables Tailscale-based remote access for the iPhone companion.

    Supported Providers and Integrations

    Headroom measures quota and status across AI coding tools and deployment/observability services it finds already configured on the Mac:

    • AI coding tools: Claude (Anthropic), OpenAI Codex, Cursor, and others detectable via local auth
    • Ship status sources: GitHub Actions, Vercel, Supabase, Plausible, PostHog, local dev servers
    • The README explicitly notes Headroom is not affiliated with or endorsed by any of these vendors — their names appear only to describe what is being measured

    Update: v1.7.0

    The latest release is v1.7.0, published on 2026-08-03, with the repository last pushed the same day. The project was created on 2026-07-24, making it a very recently launched tool with active development momentum. The backlog (docs/backlog.md) and changelog (CHANGELOG.md) are maintained in-repo. The App Store listing and TestFlight distribution paths are documented, indicating a planned public iOS release beyond the current source-build path.

    Headroom App - 1

    Community Discussions

    Be the first to start a conversation about Headroom App

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. Download from GitHub Releases or build from source.

    • macOS menu bar app
    • iPhone / iPad companion (build from source or TestFlight)
    • Apple Watch complications
    • Optional ESP32 desk display
    • Local-first, no cloud account required

    Capabilities

    Key Features

    • macOS menu bar quota tanks for up to three AI providers
    • Amber/red attention pip for CI failures and deployment issues
    • Popover with overview rings, daily burn, and spend
    • iPhone and iPad companion app with widgets
    • Apple Watch complications (rings or weekly burndown)
    • Optional ESP32 Waveshare AMOLED desk display
    • Local-first: no cloud account, tokens stay on device
    • stdlib-only Python host with no pip dependencies
    • CloudKit settings sync across multiple Macs
    • USB fallback for ESP32 when mDNS is blocked
    • Supports Claude, Codex, Cursor, and other local AI tools
    • GitHub Actions, Vercel, Supabase, Plausible, PostHog ship status
    • Notification Center widget
    • Tailscale support for remote iPhone access

    Integrations

    Claude (Anthropic)
    OpenAI Codex
    Cursor
    GitHub Actions
    Vercel
    Supabase
    Plausible
    PostHog
    Tailscale
    CloudKit
    Apple Watch
    TestFlight
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Michell Zappa

    Michell Zappa builds local-first developer tools focused on ambient awareness for AI-heavy workflows. Headroom, the flagship project, surfaces AI coding quotas and ship status across macOS, iOS, watchOS, and embedded hardware without requiring a cloud account. The project is open-source under the MIT license and written primarily in Python and Swift/SwiftUI.

    Read more about Michell Zappa
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    OpenUsage icon

    OpenUsage

    A free, open-source macOS menu bar app that tracks your AI coding subscription usage across Claude, Cursor, Codex, Copilot, and more in one glance.

    Agent Island icon

    Agent Island

    An open-source, local-first desktop status companion for Claude Code and Codex that shows live session state and your-turn alerts in the macOS and Windows menu bar.

    AgentPeek icon

    AgentPeek

    AgentPeek puts Claude Code and Codex in your Mac notch, letting you monitor live sessions, answer prompts, and manage local dev servers from a single interface.

    Browse all tools

    Related Topics

    AI Coding Assistants

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

    711 tools

    Monitoring Tools

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

    87 tools

    Performance Metrics

    Specialized tools for measuring, evaluating, and optimizing AI model performance across accuracy, speed, resource utilization, and other critical parameters.

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