codexia — Summary
Elevator pitch: A Tauri v2 desktop application (macOS/Linux/Windows) that acts as an integrated workstation for Codex CLI and Claude Code, providing a visual IDE-like interface, task scheduler, git worktree management, remote-control web server, and agent skills marketplace in a single binary. Built with React + TypeScript + shadcn/ui frontend and Rust (Axum) backend, it exposes a REST API + WebSocket stream that enables headless/remote operation from browsers or scripts. Codex plays the worker role (session/turn lifecycle controlled via codex app-server JSON-RPC integration); Claude Code is integrated via the claude-agent-sdk-rs Rust binding. AGPL-3.0 licensed with a commercial dual-license option. Compared to seeds: unlike any seed framework (which are all CLI/plugin installations), codexia is the only desktop GUI application in this batch and among the most ambitious in the full corpus — it adds a local browser-accessible API that makes Codex and Claude Code remotely drivable.