Skip to content

milisp/codexia

Repository files navigation

Codexia

A missing GUI and Toolkit for Codex CLI

file-tree integration, prompt notepad, git worktree, diff view, build-in pdf csv/xlsx viewer, and more.

Subreddit subscribers Discord

Tip

Star this repo, follow milisp on GitHub, and follow @lisp_mi on X for updates.

Reasoning

▶️ Automation demo on Twitter

✨ Features

🗂️ Project & Session Management

  • Visual Project Browser: Navigate through all your Codex CLI projects in ~/.codex/config.toml and any ~/.codex/sessions/**/*.jsonl first line has cwd
  • Session History: View and resume past coding session with full context, Rename chat title, manage ~/.codex/sessions
  • filter conversation messages
  • Multiple windows: open multiple projects at the same time
  • Category & Favorites conversation system

git worktree and sync file changes

  • worktree + sync to prevent accident delete all the changes. undo function.

remote control

  • remote control from browser via any device

Built-in multi file viewer format support

  • PDF text selection
  • CSV/XLSX preview & selection

Prompt notepad

  • Notepad-chat integration

📊 Usage Analytics Dashboard

  • Cost Tracking: Monitor your usage and costs in real-time
  • Token Analytics: Detailed breakdown by model, project, and time period
  • Visual Charts: Beautiful charts showing usage trends and patterns

🔌 MCP Server Management

📝 AGENTS.md

  • Built-in Editor: Edit AGENTS.md file directly within the app
  • Live Preview: See your markdown rendered in real-time
  • Syntax Highlighting: Full markdown support with syntax highlighting

🎯 Professional UX

  • Syntax-highlighted markdown
  • Todo plan display
  • Fork chat
  • Persistent UI state
  • WebPreview (e.g., Next.js http://localhost:3000)
  • Theme & Accent selection

📋 Codex CLI features

  • Sandbox execution modes for safe code running
  • Approval workflows for sensitive operations
  • Configurable command execution policies
  • Isolated processes per session for security
  • image input - Screenshot or image file
  • toggle codex built-in gpt-5 web search
  • Project-aware assistance
  • Multiple AI providers (OpenAI, Ollama, Anthropic, Gemini, openrouter, xAI, Custom)

sqlite in ~/.codexia/cache.db

  • note
  • sesssion list - scan new session to store in sqlite
  • token usage

🚀 Installation

Prerequisites

  • Codex CLI: Install from github Codex
  • Git: recommend option install

Download

Note

Paid users can access new features more than a week before free users

Pricing for MacOS Signed dmg or you can build from source code for free

macOS homebrew

brew tap milisp/codexia
brew install --cask codexia

📖 Usage

Remote control

Menu → Remote access -> start

Others

  • Google or ask AI

FAQ

  • MacOS damaged warning 🎥Youtube The app not signed (before codexia v0.15.0), You can open it by running the terminal command:
xattr -cr /Applications/codexia.app
open -a /Applications/codexia.app  # or click the Codexia app

💬 Discussions

Join the Discussions

Community forks

Related project

  • awesome-codex-cli - A curated list of awesome resources, tools for OpenAI Codex CLI

🤝 Contributing

We welcome contributions! Please see our Contributing Guide for details.

Areas for Contribution

  • 🐛 Bug fixes and improvements
  • ✨ New features and enhancements
  • 📚 Documentation improvements
  • 🎨 UI/UX enhancements
  • 🧪 Test coverage
  • 🌐 Internationalization

🙏 Acknowledgments

  • Plux one click @files from FileTree & notepad

Report Bug · Request Feature