Skip to main content

1. Install Codex

Install Codex from Codex CLI GitHub.

2. Configure Starrise AI

In your shell profile (.bashrc, .zshrc, or .profile):
export OPENAI_API_KEY="sk-your-api-key-here"
export OPENAI_BASE_URL="https://ai.alad.com/v1"

3. Apply Configuration

# For bash users
source ~/.bashrc

# For zsh users
source ~/.zshrc

4. Start Codex

codex
Specify a model via the CLI:
codex --model gpt-4o
Once done, you’re ready to use Starrise AI in Codex.