CLI Installation
Install and authenticate the Finterion CLI
CLI Installation
The Finterion CLI is a single, dependency-free Go binary distributed for macOS, Linux, and Windows. Install it once, then authenticate to start using it from your terminal or CI pipeline.
Install
Choose the install method for your platform.
macOS
brew install finterion/tap/finterion-cli
Linux
curl -fsSL https://cli.finterion.com/install.sh | sh
Windows
scoop install finterion-cli
Since the CLI is a static Go binary, you can also download the prebuilt release archive for your OS/architecture directly and place the finterion executable on your PATH.
Authenticate
finterion login
This opens a browser window to sign in and stores a token locally so subsequent commands don't need to re-authenticate.
Next steps
- See Uploading Backtests (CLI) to push backtest bundles from your terminal.
- See SDK Installation if you'd rather work from a Python script.