Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 939 Bytes

File metadata and controls

38 lines (27 loc) · 939 Bytes

Linux Setup

Use this guide when restoring the portable Codex baseline onto Ubuntu or another compatible Linux environment. Read ../PROFILE_MATRIX.md and ../PORTABLE_SETUP.md first if you need the broader flow.

Current Role

Linux is the current primary exported runtime payload. If you refresh the repository from the source machine today, the export lands in codex/os/linux/runtime/*.

1. Install Codex

scripts/os/linux/install/ensure-codex.sh

2. Optional: Install Claude Code

scripts/os/linux/install/ensure-claude-code.sh

3. Restore Codex Mirror

export CONTEXT7_API_KEY='ctx7sk-...'
export GITHUB_MCP_TOKEN="$(gh auth token)"
scripts/bootstrap.sh --skip-curated

4. Validate

scripts/check-toolchain.sh --strict-codex-only
scripts/verify.sh
scripts/codex-activate.sh --check-only
scripts/audit-codex-agents.sh