Skip to main content
Install the Pioneer CLI when you want terminal access to training jobs, model artifacts, datasets, and the interactive Pioneer agent.
Pioneer CLI is published as @fastino-ai/pioneer-cli and runs with Bun 1.1.0 or newer.

Requirements

  • macOS or Linux
  • Bun 1.1.0 or newer
  • Node.js and npm
  • A Pioneer API key from Pioneer API keys

Install the CLI

1

Install Bun

Open a new terminal after the installer finishes, then confirm Bun is available:
2

Install Pioneer CLI

3

Verify the command

Authenticate

1

Create an API key

Create an API key in the Pioneer dashboard, then keep it ready for the login prompt.
2

Log in interactively

The CLI validates the key before saving it.
3

Confirm your session

Interactive login stores your API key in ~/.pioneer/config.json. The CLI also supports PIONEER_API_KEY for CI or short-lived shell sessions.

Check the setup

Run a few read-only commands to confirm the CLI can reach Pioneer:

Update

Troubleshooting

Make sure your global npm bin directory is on PATH.
Install Bun and open a new terminal:
Create a new API key in the Pioneer dashboard, then run interactive login again.