Installation
Install, verify, update, and uninstall the AXP CLI.
Install the AXP CLI
bash <(curl -fsSL https://dl.514.ai/install.sh) axp
axp --helpEvery install verifies the CLI binary's SHA-256 checksum; if gpg is installed, the installer also verifies the binary signature.
Requirements
Install requires macOS or Linux. Remote runs require sign-in. Local runs require Docker and a model key; see Getting Started.
Sign up and connect the CLI
Request access: https://app.514.ai/sign-up
Sign in from the CLI:
axp auth loginThen continue with Getting Started.
Install Options
Versions
Use a version from --list, for example:
bash <(curl -fsSL https://dl.514.ai/install.sh) axp@0.4.0-rpList available versions:
bash <(curl -fsSL https://dl.514.ai/install.sh) --listCheck the active CLI version with axp --version. Update to the latest stable release with axp update.
Install Location
By default, AXP installs into ~/.fiveonefour. Set FIVEONEFOUR_HOME before running the installer if you need a different install root.
Telemetry
The installer, uninstaller, and CLI may send product telemetry. Disable with:
DO_NOT_TRACK=1 bash <(curl -fsSL https://dl.514.ai/install.sh) axpWhen logged in, CLI events include your saved user ID, email, and org ID; otherwise machine_id is used as a fallback. Disable with:
DO_NOT_TRACK=1 axp run experiment.yamlFor persistent opt-out, set telemetry_enabled = false in ~/.fiveonefour/config.toml.
Uninstall
Uninstall the wrapper and cached AXP versions:
bash <(curl -fsSL https://download.514.ai/uninstall.sh) --yesThe uninstaller removes installer-managed files only. Other files under ~/.fiveonefour, such as credentials or config, are left in place.