Production-grade autonomous AI coding assistant with multi-agent orchestration, WebXR visualization, and zero-trust sandboxing.
๐บ๐ธ English | ๐ฏ๐ต ๆฅๆฌ่ช | ๐ Docs | ๐ Quick Start | ๐ Releases
Current release: v3.0.0 (2026-03-19) ยท canonical source
VERSIONยท fork/upstream mapping inversion-metadata.json. Legacy v2.x release notes are archived underreleases/legacy/v2.x/RELEASE_NOTES.md.
Codex is a next-generation AI engineering platform forked from OpenAI/codex and dramatically extended with enterprise features. It transforms AI from a simple code assistant into a self-organizing, multi-agent development environment capable of autonomously designing, coding, reviewing, and testing software โ with full VR/AR visualization and MCP ecosystem integration.
Built in Rust 2024 for maximum performance and memory safety. Ships with a Next.js 15 GUI (port 1919), WebSocket CLI bridge, immersive 3D Git visualization (Git4D), and a pluggable MCP server/client ecosystem.
| Dimension | What We Ship |
|---|---|
| ๐ค Multi-Agent | Planner โ Assigner โ Executor (parallel) โ Aggregator pipeline |
| ๐ Security | Zero-trust sandbox: Win32 Job Objects / Linux Landlock / macOS Seatbelt |
| โก Performance | Rust 2024 ยท 6-core sccache build ยท CUDA 3.7x GPU search acceleration |
| ๐ MCP Dual-Mode | Codex IS a tool AND uses tools โ full MCP server + client |
| ๐ฎ VR/AR Git | Three.js + WebXR ยท Meta Quest 2/3 hand tracking ยท Cyberpunk aesthetics |
| ๐ฌ Research | DuckDuckGo + Gemini + Brave multi-source deep research engine |
| ๐ Slash Commands | /VRChat ยท /Blender-CAD ยท /Yukkuri-Movie ยท /DeepResearch |
| ๐ก New in v3.0.0 | Protocol v2 update, improved sub-agent parallelization, linking speed++ |
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ User Interface Layer โ
โ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ TUI (Ratatui)โ โ Next.js GUI โ โ MCP Client / VSCode โ โ
โ โ Slash cmds โ โ Port 1919 โ โ Extension โ โ
โ โโโโโโโโฌโโโโโโโโ โโโโโโโโฌโโโโโโโโ โโโโโโโโโโโฌโโโโโโโโโโโโโโ โ
โ โ stdin/stdout โ WebSocket โ JSON-RPC โ
โโโโโโโโโโโผโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโ
โผ โผ โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Core Runtime (Rust) โ
โ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ App Server โ โ Core Engine โ โ MCP Server โ โ
โ โ Port 8787 โ โ (codex-core) โ โ (codex-mcp-server) โ โ
โ โโโโโโโโฌโโโโโโโ โโโโโโโโฌโโโโโโโโ โโโโโโโโโโโฌโโโโโโโโโโโโโโโ โ
โ โ โ โ โ
โ โโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโ โ
โ โ Multi-Agent Orchestration Runtime โ โ
โ โ Planner โ Assigner โ Executor (parallel) โ Aggregator โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Execution Layer โ
โ โโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โ Sandboxed Exec โ โ Tool Routing โ โ OpenAI Backend Client โ โ
โ โ (platform ACL) โ โ (shell/file) โ โ (SSE streaming) โ โ
โ โโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
codex delegate-parallel --agents backend,qa,frontend --task "Implement auth module"- Planner: Decomposes complex tasks into granular subtasks.
- Assigner: Routes to specialized sub-agents.
- Executor: Runs agents in parallel using isolated Git worktrees.
- Aggregator: Merges results with semantic conflict detection.
Benchmark: 2.59ร average speedup over sequential execution across test cases.
Three-tier, platform-native process isolation โ no userspace hacks:
| Platform | Technology | Scope |
|---|---|---|
| Windows | Win32 Job Objects + restricted token ACLs | Kernel-level |
| Linux | Landlock LSM + seccomp-bpf syscall filtering | Kernel-level |
| macOS | Seatbelt (sandbox-exec) profiles | Kernel-level |
Three modes: read-only (default) ยท workspace-write ยท danger-full-access
Codex is unique in operating as both an MCP consumer and provider:
- As a Client: Connects to external MCP servers (filesystem, git, browser, etc.).
- As a Server: Exposes its own coding capabilities to Claude, Cursor, and other AI agents.
- New in v3.0.0: Protocol alignment with latest Model Context Protocol specs.
Multi-source intelligent research โ not just web search:
- Sources: DuckDuckGo + Gemini + Brave Search APIs in parallel.
- Verification: Citation tracking, cross-source fact checking.
- Output: Structured reports with confidence scores and deep-linked references.
Experience your repository in immersive 3D:
- Three.js + WebXR: Commit graph rendered in 4D space-time.
- Meta Quest 2/3: Full hand tracking support.
- Cyberpunk Aesthetics: Custom GLSL shader effects and volumetric data nodes.
- Protocol v2 Alignment: Seamless integration with the latest upstream service tiers and elicitation protocols.
- Optimized Linking Engine: Drastic reduction in binary linking time for large-scale enterprise deployments.
- Refined Approval Flow: More intuitive and granular permission management for tool execution.
- Stability: Resolved all critical lifetime and type-safety regressions from earlier v3 beta cycles.
- MILSPEC-Grade Build: Zero Rust compiler warnings across the entire 69-crate workspace.
- Enhanced Multi-Agent Capacity: Supports double the density of parallel sub-agents vs. upstream.
- Integrated Domain Skills: Native support for
/VRChat,/Blender-CAD, and/Yukkuri-Movieworkflows. - ShinkaEvolve Framework: Infrastructure for ASI self-evolution and system-wide state diffusion.
# Required
rustup toolchain install 1.93.0
export OPENAI_API_KEY="sk-..."
# Optional (for GUI)
node --version # >= 20
npm install -g pnpm# Interactive TUI
cd codex-rs
cargo run --bin codex
# Multi-agent parallel delegation
codex delegate-parallel \
--agents "code-reviewer,test-gen,sec-audit" \
--task "Review PR #42 โ all dimensions"CodexใฏOpenAI/codexใใใฉใผใฏใใ็ฌ่ชๆฉ่ฝใๅคงๅน ใซๆกๅผตใใๆฌกไธไปฃAIใจใณใธใใขใชใณใฐใใฉใใใใฉใผใ ใงใใ่จญ่จใปๅฎ่ฃ ใปใฌใใฅใผใปใในใใ่ชๅพ็ใซ่กใใใซใใจใผใธใงใณใ้็บ็ฐๅขใใVR/AR่ฆ่ฆๅใ้ถใใฉในใใตใณใใใใฏในใจๅ ฑใซๆไพใใพใใ
codex delegate-parallel --agents backend,qa,frontend --task "่ช่จผใขใธใฅใผใซๅฎ่ฃ
"- Planner: ่ค้ใชใใญใธใงใฏใใใตใใฟในใฏใธ็ฅ็ใซๅ่งฃใ
- Executor: Git worktreeใๅฉ็จใใๅฎๅ จไธฆๅๅฎ่ก๏ผ2.59ๅ้ซ้ๅ๏ผใ
- Aggregator: ๆๅณ็ใชๅทฎๅๆคๅบใซใใใณใณใใชใฏใ่ชๅพ่งฃๆฑบใ
- Windows: Win32 Job Objects + ๅถ้ใใผใฏใณACLใ
- Linux/macOS: Landlock LSM ใใใณ Seatbelt ใใญใใกใคใซใซใใ้้ขใ
- ๅฎ่กๅใซAIใฎๆๅใๅณๅฏใซๅถ้ใใใทในใใ ็ ดๅฃใๆช็ถใซ้ฒใใพใใ
- ใชใใธใใชใ3D็ฉบ้ใงไฝ้จ: Three.js + WebXR ใซใใๅคๆฌกๅ ใณใใใใฐใฉใใ
- ๆฒกๅ ฅๅๆไฝ: Meta Quest 2/3 ใฎใใณใใใฉใใญใณใฐใซๅฏพๅฟใ
- /VRChat ในใฉใใทใฅใณใใณใใใๅณๅบงใซVR็ฉบ้ใธใ
- DuckDuckGo + Gemini + Brave Search API ใไธฆๅๅฎ่กใ
- ่คๆฐใฝใผในใใใฎไบๅฎ็ขบ่ชใจๅผ็จ่ฟฝ่ทกใ
- /DeepResearch ใณใใณใใซใใ่ชๅพ็ใชๆ่ก่ชฟๆปใ
ๅ ฌๅผใขใใในใใชใผใ ็ตฑๅ:
- ๆๆฐใใญใใณใซๅฏพๅฟ: ใตใผใในใใฃใขใใใณElicitationใใญใใณใซใฎๆๆฐไปๆงใซๆบๆ ใ
- ใชใณใฏๆง่ฝใฎๆฅต้ๅไธ: ่ถ ๅคง่ฆๆจกใใคใใชใฎใชใณใฏๆ้ใๅคงๅน ใซ็ญ็ธฎใ
- ๅฎๅฎๆงๅไธ: ๅฎๅ จใชใฉใคใใฟใคใ ็ฎก็ใจๅๅฎ็พฉใฎๅณๆ ผๅใซใใใฏใฉใใทใฅใฎ่งฃๆถใ
zapabob็ฌ่ชๅผทๅ:
- MILSPECๆบๆ ใใซใ: 69ๅใฎๅ จใฏใฌใผใใงRustใณใณใใคใฉ่ญฆๅใผใญใ้ๆใ
- ใใกใคใณ็นๅในใญใซใฎ็ตฑๅ:
/VRChat,/Blender-CAD,/Yukkuri-Movie็ญใฎๅฐ็จใจใผใธใงใณใใๆจๆบๆญ่ผใ - ASI่ชๅทฑ้ฒๅๅบ็ค: ShinkaEvolveใใฌใผใ ใฏใผใฏใซใใๅฐๆฅใฎ่ชๅทฑ้ฒๅใธใฎๅฏพๅฟใ
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
Apache 2.0 โ See LICENSE for details.
Built with โค๏ธ by @zapabob | Powered by AI Orchestration