Codexia Zen banner
milisp milisp

Codexia Zen

Design community

Description

tauri GUI for OpenAI Codex CLI, minimalist design

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Codexia zen

[![Stars](https://img.shields.io/github/stars/milisp/codexia-zen?style=social)](https://github.com/milisp/codexia-zen/stargazers) [![Follow on Twitter](https://img.shields.io/badge/𝕏-@lisp__mi-1c9bf0)](http://x.com/intent/follow?screen_name=lisp_mi)

a minimalist design Tauri GUI for OpenAI Codex CLI

![demo](./docs/codexia-zen.png)

[!TIP] **⭐ Star the repo and follow [milisp](https://github.com/milisp) on Github for more projects,[@lisp_mi](https://x.com/lisp_mi) at Twitter**.

Related project

  • Codexia - A powerful GUI and Toolkit for OpenAI Codex CLI + Claude Code
  • Codexsm - Codex cli session manager

✨ Features

  • Cross platform Tauri GUI - Super fast
  • Ask Codex to do anything
  • Use your own OpenAI subscription or api

Flexible Configuration

  • Multiple AI providers (OpenAI, Ollama, Gemini, openrouter, xAI, Custom)
  • One Click change mode Plan or Agent or Agent(full)
  • Sandbox and Approval Policy
  • Reasoning Effort

Download

prebuild MacOS dmg

[releases](https://github.com/milisp/codexia-zen/releases)

Build from source Prerequisites

Installation

Clone and install dependencies:

git clone https://github.com/milisp/codexia-zen
cd codexia-zen
bun install

Generate codex ts bindings

codex app-server generate-ts -o src/bindings

Run development build:

bun tauri dev

Build for production:

bun tauri build

Quick Start

Prerequisites

  • Codex CLI: Install from github Codex
  • run codex at terminal ensure codex work

launch

If you use OpenAI subscription, Just launch codexia-zen then start prompt for plan or agent

Custom other models

create a file `~/.codex/profile.json`

{
  "openai": ["gpt-5.2", "gpt-5.1-codex-max", "gpt-5.1-codex", "gpt-5.1", "gpt-5.1-codex-mini"],
  "openroute