Skip to content
 
 

Latest commit

 

History

4,524 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex (fork) is a Rust-first coding agent forked from openai/codex.

This fork aims to match Claude Code-style workflows: agent teams, hooks, Anthropic API agent, and a Web UI served by codex serve.

Goal: a Rust OpenCode with multi-model support, multi-agent collaboration, and long-running orchestration.

Codex CLI splash

Sponsor

PackyCode Thanks to PackyCode for sponsoring this project! PackyCode is a reliable and efficient API relay service provider, offering relay services for Claude Code, Codex, Gemini, and more. PackyCode provides special discounts for our software users: register using this link and enter the "houcode" promo code during first recharge to get 10% off.

Quickstart

Install (latest GitHub Release)

macOS, Linux, WSL:

curl -fsSL https://raw.githubusercontent.com/stellarlinkco/codex/main/scripts/install.sh | bash

The shell install command above prefers musl release assets when available, then gnu; gnu builds require glibc >= 2.35 (Ubuntu 22.04+).

Windows PowerShell:

irm https://raw.githubusercontent.com/stellarlinkco/codex/main/scripts/install.ps1 | iex

Copy/paste the command for your platform above to download the latest Release binary for your OS/arch. The shell command installs codex to ~/.local/bin and prints a PATH reminder.

Optional: Hodexctl

If you want to manage hodex separately without affecting an existing codex install, you can use hodexctl.

macOS, Linux, WSL:

curl -fsSL https://raw.githubusercontent.com/stellarlinkco/codex/main/scripts/hodexctl/hodexctl.sh -o ./hodexctl.sh
chmod +x ./hodexctl.sh
./hodexctl.sh

Windows PowerShell:

$script = Join-Path $env:TEMP "hodexctl.ps1"
Invoke-WebRequest https://raw.githubusercontent.com/stellarlinkco/codex/main/scripts/hodexctl/hodexctl.ps1 -OutFile $script
& $script

See Hodexctl guide for details.

Run

codex --version
codex serve

Docs

Acknowledgements

This repository is licensed under the AGPL-3.0 License.

About

The open source coding agent. openai anthropic gemini

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages