Codex CLI
Install Codex CLI from OpenAI's official installer, run `codex`, and sign in with ChatGPT or an API key.
Installation
Prepare one supported coding-agent surface, connect your model account, then install Drax through the marketplace path or the local plugin path.
Step 01
Use the tool you already trust. Drax is designed around the company process that sits over coding agents, not around locking you into one vendor.
Install Codex CLI from OpenAI's official installer, run `codex`, and sign in with ChatGPT or an API key.
Install Claude Code through Anthropic's native installer or package manager path, then run `claude` in your project.
Install Antigravity for macOS, Linux, or Windows, create a project, and enable the plugins or skills you need.
Step 02
Drax needs the underlying agent to work before the company process can matter. Confirm authentication, model access, repository permissions, and shell access in a harmless test folder.
# Codex CLI, macOS/Linux
curl -fsSL https://chatgpt.com/codex/install.sh | sh
codex
# Claude Code, macOS/Linux/WSL
curl -fsSL https://claude.ai/install.sh | bash
claude
# Antigravity
# Download from https://antigravity.google/download
# Create a project and add your repository folder.Step 03
Marketplace publishing is the preferred path because it keeps updates discoverable. Until a marketplace listing is finalized, use the source/plugin install path provided with your Drax package.
# Example shape only: replace with the package path you received.
drax install ./drax-plugin
drax doctorExtra tip
The best version of Drax is persistent: a dedicated Linux machine runs the company process, while your phone or laptop becomes the command surface.
Use the VPS and Termux guide for tunnel setup, server preparation, and mobile access.