Skip to content

michaeljabbour/visualcodex

Repository files navigation

VisualCodex

A modern Electron-based GUI for open-codex.

Features

  • 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)

Quick Start

Prerequisites

  • Node.js (v20+)
  • npm (v10+)
  • open-codex CLI installed and in your PATH

Installation

  1. Clone the repository:
git clone https://github.com/michaeljabbour/visualcodex.git
cd visualcodex
  1. Install dependencies and build:
npm install
  1. Start the application:
npm start

That's it! The application will automatically build during installation and be ready to use.

Development

To run in development mode with hot reloading:

npm run dev

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published