Codexia banner
milisp milisp

Codexia

Git community

Description

Agent Workstation for Codex CLI + Claude Code — with task scheduler, git worktree & remote control, skills management

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

[![Downloads](https://img.shields.io/github/downloads/milisp/codexia/total.svg)](https://github.com/milisp/codexia/releases) [![Discord](https://img.shields.io/badge/Discord-Join-5865F2?style=flat&logo=discord&logoColor=white)](https://discord.gg/zAjtD4kf5K) [![Follow on 𝕏](https://img.shields.io/badge/𝕏-@lisp__mi-1c9bf0)](http://x.com/intent/follow?screen_name=lisp_mi)

Codexia is a **Tauri v2 app** for Codex CLI + Claude Code — combining agent workflows, an IDE-like editor, a headless web server, and a prompt notepad in one workspace.

![Codexia Home](docs/images/codexia-agent-command-center.png)

Features

  • Agent workflows: Task Scheduler for recurring jobs, remote control via headless web server
  • Workspace: Git worktree management, project file tree, IDE-like editor, prompt notepad, local web preview
  • Data tools: One-click PDF / XLSX / CSV preview
  • Ecosystem: MCP server marketplace, agent skills marketplace
  • Personalization: Theme and accent customization, usage analytics dashboard

Requirements

Installation

Homebrew (macOS)

brew tap milisp/codexia
brew install --cask codexia

Prebuilt releases (macOS / Linux / Windows)

Quick Start

  1. Launch Codexia.
  2. Add your project directory.
  3. Enter a prompt and start your agent session.
  4. Create an Agent Task Scheduler job for recurring workflows.

Architecture at a Glance

  • Codex app-server integration
  • Claude agent rust sdk integration
  • Frontend: React + TypeScript + Zustand + shadcn/ui in src/
  • Desktop backend: Tauri v2 + Rust in src-tauri/src/
  • Headless backend: Axum web server for remote control in src-tauri/src/web_server/
  • Agent runtime: Codex app-server JSON-RPC integrati