Getting started
Install CodexUse, connect your first profile, and start a Codex CLI session.
Requirements
- macOS 13+ (Apple Silicon) or Linux ARM64.
- Windows support is coming soon.
- Internet access for login and Codex CLI usage.
Install
Download from the website or install with Homebrew:
brew install --cask hweihwang/codexuse/codexuse
Add your first profile
- Open CodexUse and click Add profile.
- Complete the OAuth login in your browser.
- Name the profile (Work, Personal, Client).
Pick a project
Choose a folder to group sessions. CodexUse organizes conversations by project, not by profile.
Install the CLI command
- Open Settings → CLI.
- Click Install command in PATH (macOS only for now).
- Verify:
codexuse --version
Where data lives
- Codex CLI manages its own local config and auth files.
- CodexUse keeps app data locally on your device.
- Cloud sync (Pro) lets you push profiles, config.toml, and settings from your main machine (for example, MacBook) and pull them on another device (for example, Linux + CLI). Go to Settings → Cloud Sync or use
codexuse sync push/codexuse sync pull. See the settings docs or cloud sync guide.