dimillian/codexmonitor

An app to monitor the (Codex) situation

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on August 31st, 2026
Created on January 11th, 2026
Open Issues & Pull Requests: 93 (+0)
GitHub issues: Enabled
Number of forks: 407
Total Stargazers: 4,262 (+0)
Total Subscribers: 9 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.2 hours
Mean response time: 4.5 days
90th percentile: 4.1 days
Tracked items: 164

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 88% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 15% of issues opened in the past year have been closed. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 78
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 195 days
Stale 30+ days: 77
Stale 90+ days: 69

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

CodexMonitor is a Tauri app for orchestrating multiple Codex agents across local workspaces.

The tool addresses the challenge of managing multiple AI agent instances by providing a unified interface to spawn, monitor, and interact with Codex app-servers. It works by maintaining persistent workspaces, each running its own Codex instance, and offering a conversation view backed by the Codex app-server protocol. Users can manage threads, compose messages with image attachments, and control agent behavior through a sidebar-based project management system.

CodexMonitor suits developers working with Codex who need to juggle multiple isolated agent contexts across different projects or directories. It is particularly valuable for those running Codex locally or self-hosted, as it includes remote backend support with helpers for Tailscale connectivity and TCP mode setup. The tool integrates deeply with Git and GitHub, allowing users to view diffs, manage branches, and send pull request context directly into agent threads. The composer supports autocomplete for skills, prompts, and file paths, plus dictation via Whisper. Anyone adopting it should be aware that it requires the Codex CLI, Node.js, Rust, CMake, and Git to be installed locally, with optional GitHub CLI for full PR and issue integration.

Development activity shows consistent engagement with feature expansion and refinement. The project maintains active work on core functionality including thread management, agent controls, and UI responsiveness. iOS support is acknowledged as work in progress, indicating ongoing platform expansion efforts. The codebase demonstrates attention to user experience details such as persisted panel layouts, platform-specific window effects on macOS, and accessibility features like reduced transparency toggles.