# codex
**Repository Path**: Ay_you/codex
## Basic Information
- **Project Name**: codex
- **Description**: The open source coding agent. openai anthropic gemini
- **Primary Language**: Unknown
- **License**: AGPL-3.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-07-08
- **Last Updated**: 2026-09-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
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.
## Sponsor
 |
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:**
```shell
curl -fsSL https://raw.githubusercontent.com/stellarlinkco/codex/main/scripts/install.sh | bash
```
The shell install command above prefers `gnu` release assets on Linux and falls back to `musl` when needed; `gnu` builds require glibc >= 2.35 (Ubuntu 22.04+).
**Windows PowerShell:**
```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
Use `hodexctl` if you want to manage `hodex` separately without affecting an existing `codex` install.
**macOS, Linux, WSL:**
```shell
curl -fsSL https://raw.githubusercontent.com/stellarlinkco/codex/main/scripts/install-hodexctl.sh | bash
```
**Windows PowerShell:**
```powershell
irm https://raw.githubusercontent.com/stellarlinkco/codex/main/scripts/install-hodexctl.ps1 | iex
```
After install, use `hodexctl`, `hodexctl install`, or `hodexctl list`.
More details: [Hodexctl guide](./scripts/hodexctl/README.md).
### Run
```shell
codex --version
codex serve
```
## Docs
- [**Contributing**](./docs/contributing.md)
- [**Installing & building**](./docs/install.md)
- [**Hodexctl guide**](./scripts/hodexctl/README.md)
- [**Open source fund**](./docs/open-source-fund.md)
## Acknowledgements
- https://github.com/openai/codex
- https://github.com/tiann/hapi
This repository is licensed under the [AGPL-3.0 License](LICENSE).