by ewsun22
Local-first desktop control center for OpenAI Codex — sessions, models, tokens, accounts, providers, and AGENTS.md.
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
# Add to your Claude Code skills
git clone https://github.com/ewsun22/codex-managerGuides for using ai agents skills like codex-manager.
Last scanned: 8/31/2026
{
"issues": [
{
"file": "README.md",
"line": 119,
"type": "secret-exfiltration",
"message": "Instruction appears to send credentials/secrets to an external endpoint",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-08-31T10:36:11.106Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}English | 简体中文
Your local control center for OpenAI Codex.
Codex Manager is an unofficial, local-first desktop app for understanding and managing Codex usage on your own machine: sessions, models, reasoning effort, tokens, accounts, providers, projects, and AGENTS.md files in one place.
Download for macOS (Apple silicon) →

Download the latest signed macOS release · Release assets and checksums · All releases
The latest non-draft, non-prerelease GitHub Release is the stable macOS arm64 download source of truth. Each version must independently pass Developer ID signing, Apple notarization, stapling, and public asset verification; verify its published assets and checksums when your workflow requires it.
If Codex Manager makes your workflow easier, consider starring the repository to follow future releases.
Known issue in v0.6.6: upgrading a database near 512 MiB can fail at migration 14 and prevent startup. The v0.6.7 source fixes this with a fixed 1 GiB database budget. Existing databases must not be deleted as a workaround. See diagnosis and validation.
As Codex usage grows, useful context is spread across the CLI, local rollout files, configuration, account state, and project instructions. It becomes difficult to answer which model and reasoning effort a task used, how many tokens were observed, which projects have an AGENTS.md, and which account or provider is active.
Codex Manager brings those views into a single local desktop control center. Observed data is labeled by source, missing values remain unavailable, and estimates are not presented as provider bills.
sessions and archived_sessions incrementally and normalize them into local SQLite.AGENTS.md chain.AGENTS.md revisions only inside an explicitly authorized root..dmg from Releases.~/.codex).AGENTS.md, first authorize the project root in Settings. To use the local proxy, import a CLIProxyAPI-compatible OAuth profile and explicitly enable it on the overview. The first enable downloads and verifies the reviewed prebuilt CLIProxyAPI baseline for the current platform; Codex Manager never builds the Go core locally.Codex configuration changes are explicit and transactional; the app does not edit auth.json. The signed release includes Developer ID signing, Apple notarization, and stapling; account switching and proxy use still require explicit user actions.
All screenshots use synthetic, sanitized demo data.
| Activity and token usage | Accounts and quota |
|---|---|
![]() |
![]() |
Projects and AGENTS.md |
Custom Responses providers |
|---|---|
![]() |
![]() |
Version 0.6.7 increases the fixed SQLite database budget from 512 MiB to 1 GiB and calculates the page limit from the actual page size. This lets the observed near-limit v13 database create the migration-14 index without deleting existing data. Capacity regression tests and migration of a private copy passed; installing the fixed build and verifying startup on the user’s machine remain user-operated and unaccepted. See the v0.6.7 release notes.
The v0.6.6 source includes the following reliability fixes. The stable download is the latest verified public Release; source versioning alone does not indicate publication.
Task totals remain unavailable after an invalid token snapshot; earlier valid calls still contribute to explicitly partial API-equivalent estimates. Missing call metadata uses the same fallback for activity and pricing across incremental batches.
Retention also applies during initial import, rebuild and scheduled maintenance. Tasks without an observed terminal state or a usable timestamp are retained; source rollout files and credentials are unaffected.
AGENTS editing protects unsaved changes and rejects stale read results. Activity filter choices cover the selected view's full history. Write success and a subsequent refresh failure are reported separately.
Local proxy status refreshes while its page is visible. Slow native work runs off the UI thread, and proxy startup health checks have a bounded deadline.
Changed rollout files receive priority within bounded queues; background discovery resumes across scan budgets so older files remain reachable.
In-app confirmations protect unsaved AGENTS edits, AGENTS creation/restoration, Codex configuration changes and local proxy OAuth profile removal in the desktop WebView.
Implementation and validation boundaries are recorded in the v0.6.6 release notes.
The v0.6.6 source in an isolated debug desktop, using synthetic data; this is a validation screenshot, not a claim of signed-package installation.

Core collection, normalization, storage, pricing, and project parsing are kept behind cross-platform interfaces, but that is not a claim of current Windows or Linux support.
Codex Manager uses adapters rather than exposing private source formats directly to the UI:
sessions and archived_sessions JSONL. It records metadata, not message bodies. Token snapshots are deduplicated by session, ordinal, event type, and cumulative vector; they are not blindly summed.codex-manager is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ewsun22. Local-first desktop control center for OpenAI Codex — sessions, models, tokens, accounts, providers, and AGENTS.md. It has 54 GitHub stars.
Yes. codex-manager passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/ewsun22/codex-manager" and add it to your Claude Code skills directory (see the Installation section above).
codex-manager is primarily written in Rust. It is open-source under ewsun22 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh codex-manager against similar tools.
No comments yet. Be the first to share your thoughts!