Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 978 Bytes

File metadata and controls

38 lines (27 loc) · 978 Bytes

macOS Setup

Use this guide when restoring the portable Codex baseline onto macOS. Read ../PROFILE_MATRIX.md and ../PORTABLE_SETUP.md first if you need the broader flow.

Current Role

macOS has its own installer path and native profile slot under codex/os/macos/runtime/*. If a native macOS export is not checked in yet, bootstrap and verify fall back to the current primary exported payload under codex/os/linux/runtime/*.

1. Install Codex

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

2. Optional: Install Claude Code

scripts/os/macos/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