Installation

Install Drax on your agent stack.

Prepare one supported coding-agent surface, connect your model account, then install Drax through the marketplace path or the local plugin path.

Step 01

Choose your agent surface.

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.

A

Codex CLI

Install Codex CLI from OpenAI's official installer, run `codex`, and sign in with ChatGPT or an API key.

B

Claude Code

Install Claude Code through Anthropic's native installer or package manager path, then run `claude` in your project.

C

Google Antigravity

Install Antigravity for macOS, Linux, or Windows, create a project, and enable the plugins or skills you need.

Step 02

Install the model access first.

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

Install Drax from the marketplace or local plugin path.

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.

Marketplace path

  • Open your agent surface's marketplace or plugin manager.
  • Search for `Drax`.
  • Install the package and restart the agent session.
  • Run the first founder objective and verify that artifacts are created.

Local path

# Example shape only: replace with the package path you received.
drax install ./drax-plugin
drax doctor

Extra tip

Run it from a VPS and control it from Termux.

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.