A modern Electron-based GUI for open-codex.
- Clean, minimal, and modern interface
- Support for all approval modes (Suggest, Auto Edit, Full Auto)
- Visual settings page for API provider configuration
- File browser for project navigation
- Command execution with approval workflow
- Cross-platform support (Windows, macOS, Linux)
- Node.js (v20+)
- npm (v10+)
- open-codex CLI installed and in your PATH
- Clone the repository:
git clone https://github.com/michaeljabbour/visualcodex.git
cd visualcodex- Install dependencies and build:
npm install- Start the application:
npm startThat's it! The application will automatically build during installation and be ready to use.
To run in development mode with hot reloading:
npm run devMIT