Skip to content

mocheng998/codex-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex Manager

Codex Manager is a Rust + Tauri rewrite of the original codex-api-keys-tweak idea.

The architecture follows the CodexPlusPlus route:

  • no app.asar patching
  • no writes into the Codex installation directory
  • shared Rust core for settings, backup, and Codex config switching
  • Tauri + React management UI
  • standalone launcher entry that applies the active profile before starting Codex

Layout

codex-manager/
  crates/codex-manager-core/      Shared Rust logic
  apps/codex-manager/             Tauri + React manager
  apps/codex-manager-launcher/    Silent launcher
  scripts/windows/                Windows helper scripts

Data

  • Manager settings: platform config directory under CodexManager/config.json
  • Codex config: ~/.codex/config.toml
  • Codex auth: ~/.codex/auth.json
  • Backups: platform data directory under CodexManager/backups

Development

cd apps/codex-manager
npm install
npm run dev
cargo check --workspace

Release

V1 package version is 1.0.12.

cd apps/codex-manager
npm run build:windows

See docs/API.md for IPC and NewAPI details, and docs/PACKAGING.md for Windows/macOS packaging.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors