@auroraflow/cli-darwin-x64
v0.1.11
Published
Aurora CLI is a command-line coding IDE based on the open-source Codex CLI. It uses Aurora Gateway by default, supports Aurora account login, and lets users switch both model and API key from inside the terminal UI.
Readme
Aurora CLI
Aurora CLI is a command-line coding IDE based on the open-source Codex CLI. It uses Aurora Gateway by default, supports Aurora account login, and lets users switch both model and API key from inside the terminal UI.
Install
npm install -g @auroraflow/cliThen run:
auroraInstall From Source
cd aurora-rs
cargo build -p aurora-cli --bin auroraThe development binary is written to:
aurora-rs/target/debug/auroraRun
cd aurora-rs
cargo run -p aurora-cli --bin aurora -- login
cargo run -p aurora-cli --bin auroraInside the TUI:
/modelsselects provider and upstream model id./keysselects API key type, an existing key, or creates a new key.
Package
The npm wrapper lives in aurora-cli/ and publishes as @auroraflow/cli.
python3 aurora-cli/scripts/build_npm_package.py --package aurora --version 0.0.0-devNotes
The Rust workspace still contains upstream aurora-* crate names internally.
Those are implementation details and can be renamed in a later, dedicated crate
refactor.
