CodexMonitor
Monitor Codex activity
Install with Homebrew
brew install --cask codexmonitorQuick Take: CodexMonitor
Pick CodexMonitor if you run several Codex workspaces and want threads, worktrees, git panels, and GitHub-via-gh in one Tauri UI without paying for the shell. The ~4,200+ stars and Feb-Mar 2026 release burst (v0.7.58 through v0.7.67) show the product matured quickly; the late March 2026 commit pause is the reason the rating is not higher. Stay away if you need Claude Code or Cursor in the same cockpit, a commercial SLA, or guaranteed releases after protocol churn. In those cases Conductor or the official ChatGPT/Codex desktop path is the safer bet.
Best For
- •Codex CLI users who need multi-workspace orchestration beyond a terminal
- •Developers who prefer open-source, cross-platform Tauri apps over closed official clients
- •Maintainers comfortable pinning versions or forking if upstream stays quiet
What is CodexMonitor?
CodexMonitor (GitHub: Dimillian/CodexMonitor) is an open-source Tauri desktop command center for orchestrating multiple OpenAI Codex agents across local workspaces. It is not a simple token-cost menu-bar widget, and it is not the official ChatGPT or Codex desktop app from OpenAI. Created by Thomas Ricouard (Dimillian), best known for Ice Cubes, the app speaks Codex's app-server protocol, spawns one Codex app-server per workspace, and gives you a unified UI for threads, diffs, git worktrees, GitHub Issues and pull requests via the gh CLI, model and reasoning-effort controls, Whisper dictation, a multi-tab terminal dock, usage and credits metering, and optional remote daemon access over TCP with Tailscale helpers.
The product exists because serious Codex users outgrow a single terminal pane. Once you run several agents on several repos, you need a sidebar of workspaces, durable thread history (start, resume, pin, rename, archive), isolated git worktrees so feature agents do not thrash your main checkout, and first-class review surfaces for diffs and PR comments. CodexMonitor is built for that workflow: add projects, group and sort them, queue composer prompts with images and $skills /prompts @files autocomplete, approve tool use, and keep an eye on account rate limits from the sidebar usage meter.
Licensing and cost: the app itself is free and open source (MIT). You must have the Codex CLI (codex on PATH) plus a ChatGPT or OpenAI account that can run Codex. Model and subscription costs are OpenAI's; CodexMonitor does not sell inference. Platforms: native Tauri builds for macOS, Windows, and Linux. An iOS remote client for desktop-hosted backends was work-in-progress; treat mobile as unfinished.
Maintenance status (important): development was extremely active in February-March 2026, with roughly ten releases from v0.7.58 through v0.7.67 shipping features such as the multi-tab terminal dock, sidebar usage and credits meter, in-app updates, Tailscale-assisted remote backend setup, and a refactored tray menu. Commit and release activity then paused around late March 2026. As of mid-2026 the repository remains public and unarchived, community stars sit around 4,200+, and the app still works for many users, but you should adopt it knowing maintenance has paused, open issues may linger, and future Codex CLI or app-server protocol changes could require a fork or volunteer maintainership under the MIT license.
Competitive framing: OpenAI's official ChatGPT/Codex desktop surface is the closed-source, vendor-supported path. Conductor is a Mac-native multi-agent orchestrator that also runs Claude Code and Cursor agents in worktrees and has paid cloud tiers. CodexMonitor stays Codex-only, cross-platform, and fully open source. Choose CodexMonitor when you want a free, transparent Codex command center and can accept single-maintainer / paused-release risk. Choose the official app when you want OpenAI support guarantees. Choose Conductor when you need multi-agent brand coverage or cloud sandboxes.
Operationally, Mac Apple Silicon machines with 16GB+ RAM handle several concurrent Codex workspaces comfortably; keep gh authenticated for GitHub panels, keep Codex CLI current enough for the app-server protocol CodexMonitor expects, and prefer worktree agents for risky refactors so main stays clean. Remote daemon mode helps when you want a capable desktop host and a thinner client elsewhere, but networking and Tailscale setup are your responsibility. Dictation via Whisper is useful for long prompts; treat experimental surfaces as such.
Practical take: CodexMonitor is a real Codex orchestration desktop app with early adoption around 4,200+ GitHub stars and a clear pause in upstream maintenance after late March 2026. Install it when you need a local control plane for Codex across workspaces. Do not treat it as a token-cost menu-bar gadget, and do not expect OpenAI-level product support from a paused MIT project.
Closer look: CodexMonitor as a command center
Early AI-coding tooling blurred product names. Some utilities only chart tokens. CodexMonitor's architecture is different: Tauri v2 shell, React UI, Rust host, stdio app-server sessions per workspace, worktrees for isolation, and gh-backed GitHub panels. Pages that describe the wrong product waste searcher trust.
History & Background
Ricouard shipped CodexMonitor into a 2026 wave of agent UIs. Stars climbed quickly past four thousand. A compressed February-March release train added terminal dock, usage meter, remote/Tailscale helpers, and polish, then upstream activity stalled, a classic single-maintainer open-source arc.
How It Works
Per-workspace Codex app-server over stdio; worktrees under app data; git and gh integrations in-process; optional remote daemon for networked clients. No Conductor-style multi-vendor agent setup, the protocol surface is Codex-shaped on purpose.
Ecosystem & Integrations
Sits beside official ChatGPT/Codex desktop, Conductor, Cursor background agents, and Claude Code. Cross-platform open source is the differentiator; multi-agent Mac cloud is Conductor's.
Future Development
With maintenance paused, roadmap is community-driven: keep protocol compatibility, triage open issues, and decide whether Dimillian resumes or a fork takes the star count forward under MIT.
Key Features
Multi-workspace sidebar
Add, persist, group, and sort local project workspaces. Each workspace spawns its own Codex app-server connection so you can run agents across several repos without juggling terminal windows. A dashboard of recent activity helps you jump back into hot threads.
Thread management
Start, resume, pin, rename, and archive Codex threads with durable UI state. Composer supports queued prompts, image attachments, and autocomplete for $skills, /prompts, and @files so agent sessions stay organized instead of becoming throwaway scrollback.
Git worktree agents
Spin agents into isolated git worktrees under the app data directory so feature work stays off your primary checkout. Review diffs, stage or unstage, revert, inspect commit logs, and manage branches from built-in git panels before you merge.
GitHub Issues and PR via gh
Use authenticated GitHub CLI integration to browse issues and pull requests, open diffs, and work with comments without leaving the command center. Ideal when your Codex loop starts from a tracked issue and ends in a reviewable PR.
Model picker and reasoning effort
Choose Codex-compatible models and reasoning effort / access modes from the UI while still honoring your Codex CLI configuration. Pair higher effort for hard debugging with lighter settings for routine chores so rate limits last longer.
Dictation, terminal dock, usage meter, and remote daemon
Dictate prompts with Whisper, keep a multi-tab terminal dock beside agent chats, watch usage and credits against account rate limits in the sidebar, and optionally expose a remote daemon over TCP with Tailscale setup helpers for away-from-desk orchestration. iOS remote remains WIP.
Who Should Use CodexMonitor?
1Indie Mac developer running three product repos
Keeps marketing site, API, and iOS companion workspaces pinned in CodexMonitor. Morning bugfix runs in a worktree on the API repo while a second thread drafts docs on the site. Diffs are reviewed in-app; PRs are opened with gh without leaving the command center.
2Windows or Linux Codex power user
Needs a native Tauri UI because the official desktop story is weaker on their OS preference. Uses CodexMonitor as the daily driver for thread history, approvals, and git panels while paying only for ChatGPT/Codex access.
3Open-source maintainer batching issues
Pulls GitHub Issues into focus, spawns worktree agents per issue, and reviews agent diffs before merge. When maintenance pause means a missing feature, they evaluate forking under MIT rather than abandoning the workflow.
How to Install CodexMonitor
CodexMonitor requires the Codex CLI on your PATH and a ChatGPT or OpenAI account that can run Codex. Install the CLI first, then the desktop app from GitHub Releases for your platform.
Install Codex CLI
Install OpenAI's Codex CLI so the codex binary is available. Sign in with your ChatGPT or OpenAI account and confirm a simple prompt works in a terminal before launching the GUI.
Install GitHub CLI (recommended)
Install and authenticate gh if you want Issues and PR panels. CodexMonitor leans on gh for GitHub workflows rather than reinventing OAuth.
Download CodexMonitor
Get the latest macOS, Windows, or Linux build from https://github.com/dimillian/codexmonitor releases (or build from source under the MIT license). On Mac, move the app to Applications and grant any requested accessibility or network permissions.
Add workspaces and start a thread
Open CodexMonitor, add a local git repo as a workspace, start a thread, and confirm the app-server connection. Prefer a worktree agent for the first non-trivial change so you can discard safely.
Pro Tips
- • Because upstream releases paused after late March 2026, pin a known-good app version and a Codex CLI version that still speaks the expected app-server protocol.
- • Enable Tailscale and remote daemon only if you understand the exposure model; keep the host machine locked down.
- • Watch the sidebar usage and credits meter on heavy parallel days so ChatGPT/Codex plan limits do not surprise you mid-batch.
Configuration Tips
Pin compatible CLI and app versions
With maintenance paused, treat CodexMonitor + Codex CLI as a versioned pair. Upgrade CLI carefully and keep a rollback build of the desktop app when OpenAI changes app-server behavior.
Default to worktree agents for risky work
Use worktrees for refactors and speculative features. Merge only after reading diffs and running tests in the worktree directory.
Authenticate gh before GitHub panels
Issues and PR features depend on the GitHub CLI. Complete gh auth login and verify repo access from the same machine user that runs CodexMonitor.
Use remote daemon intentionally
Remote/Tailscale mode is useful for a always-on host Mac or Linux box. Restrict who can reach the daemon and prefer Tailscale ACLs over exposing raw TCP to the public internet.
Alternatives to CodexMonitor
CodexMonitor sits in the Codex orchestration niche. Compare it to official OpenAI surfaces and multi-agent Mac agent tools.
Official ChatGPT / Codex desktop
Vendor-supported closed-source path from OpenAI. Prefer it when you want official updates and support guarantees. Prefer CodexMonitor when you want open-source transparency, richer local workspace orchestration, or first-class Windows/Linux Tauri builds.
Conductor
Mac app that runs parallel Claude Code, Codex, and Cursor agents in git worktrees, with free local use and paid Pro/Teams cloud and multiplayer tiers. Choose Conductor for multi-agent coverage and cloud sandboxes; choose CodexMonitor for a free, Codex-focused, cross-platform open-source command center.
Claude Code alone
Anthropic's terminal agent is a different ecosystem entirely. If your day is Claude-first, CodexMonitor will not help; pair Claude Code with Conductor or Claude-native companions instead.
Pricing
CodexMonitor is free and open source under the MIT license. There is no paid CodexMonitor tier. You bring your own Codex CLI installation and ChatGPT or OpenAI account; inference and rate limits are billed by OpenAI according to current Codex/ChatGPT pricing, not by the desktop app.
Pros
- ✓True multi-workspace Codex command center (threads, worktrees, git, GitHub), not a toy cost widget
- ✓Free and open source (MIT) with cross-platform Tauri builds for macOS, Windows, and Linux
- ✓Deep Codex app-server integration including model controls, approvals, terminal dock, usage meter, and remote daemon helpers
- ✓Strong early adoption (~4,200+ GitHub stars) and a maintainer with a serious open-source track record
- ✓Worktree isolation keeps experimental agent edits off your primary checkout
Cons
- ✗Maintenance paused after a dense Feb-Mar 2026 release burst; last meaningful commits ~late March 2026, adopt knowing upstream may stay quiet
- ✗Codex-only, no Claude Code, Cursor, or multi-agent orchestration like Conductor
- ✗Single-maintainer concentration risk; protocol drift in Codex CLI could break the UI until someone forks
- ✗Some surfaces (iOS remote, parts of dictation/terminal) were still experimental when development slowed
Community & Support
Support is primarily GitHub Issues and Discussions on Dimillian/CodexMonitor. Public chatter is thinner than for commercial Mac agent apps; much of the signal is star/fork growth, open issues, and creator announcements. Because maintenance paused after March 2026, expect slower official responses, community forks and issue triage matter more than for a venture-backed product. The MIT license means a motivated fork can continue if demand stays high.
Frequently Asked Questions about CodexMonitor
About the Author
Expert Tips for CodexMonitor
Power users describe CodexMonitor as replacing multiple IDE windows with one Codex-shaped command center, the value is orchestration and review, not a floating cost badge.
The March 2026 commit pause is the main adoption caveat: the binary still works, but teams that need guaranteed updates should pin versions or prefer commercially staffed alternatives.
Open-source MIT licensing materially changes the risk calculus versus closed companions, a fork is a viable Plan B if app-server compatibility breaks.
Related Technologies & Concepts
Related Topics
Sources & References
Fact-CheckedLast verified: Aug 9, 2026
Key Verified Facts
- CodexMonitor is an open-source Tauri desktop command center by Thomas Ricouard (Dimillian) for orchestrating Codex agents across workspaces, with ~4,200+ GitHub stars.[cite-1, cite-2]
- The app is free/MIT and requires Codex CLI plus an OpenAI/ChatGPT account; it is not the official ChatGPT/Codex desktop app.[cite-1, cite-2, cite-4]
- Feature set includes multi-workspace orchestration, thread management, git worktrees, GitHub via gh, model/reasoning controls, Whisper dictation, remote daemon/Tailscale helpers, usage meter, and multi-tab terminal.[cite-2, cite-3]
- Roughly ten releases shipped Feb-Mar 2026 (v0.7.58-v0.7.67); commits largely stopped around late March 2026, so adopt knowing maintenance paused even though the app still works for many mid-2026 users.[cite-2]
- Codex inference and plan limits are governed by OpenAI Codex/ChatGPT pricing and docs, separate from the free desktop shell.[cite-4, cite-5, cite-6]
- 1Dimillian/CodexMonitor on GitHub
Accessed Aug 9, 2026
"Official repository for the open-source CodexMonitor Tauri app; stars, releases, and source of truth for licensing."
- 2Codex Monitor, Ry Walker Research
Accessed Aug 9, 2026
"Independent research covering creator, MIT license, feature matrix, platforms, and maintenance pause after late March 2026."
- 3Stop Juggling Terminals: CodexMonitor Orchestrates Local AI Agents
Accessed Aug 9, 2026
"Technical walkthrough of CodexMonitor as a local multi-agent orchestration UI rather than a simple monitor widget."
- 4OpenAI Codex documentation
Accessed Aug 9, 2026
"Upstream Codex product and CLI documentation that CodexMonitor depends on for agent runtime behavior."
- 5ChatGPT Codex pricing
Accessed Aug 9, 2026
"Current Codex/ChatGPT pricing surface for the subscriptions that fund agent inference."
- 6Introducing GPT-5.6
Accessed Aug 9, 2026
"OpenAI model context relevant to modern Codex/ChatGPT coding agent stacks in 2026."
Research queries: Dimillian CodexMonitor Tauri; CodexMonitor maintenance pause 2026; OpenAI Codex CLI app-server