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
Shell
brew install finterion/tap/finterion-cliLinux
Shell
curl -fsSL https://cli.finterion.com/install.sh | shWindows
Shell
scoop install finterion-cliSince 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
Shell
finterion loginThis 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.