Download & install

You can install Slo via the cURL command listed below.

1. Install

Once you receive your credentials by email, run:

curl -fsSL https://get-slo.sh/install.sh \
  | SLO_USERNAME='EarlyAccessUser' \
    SLO_TOKEN='gldt-e4uTk1JUrKGdzBY_Gzqb' bash

Early access tokens are valid till 31 August. After that the project will be available to install freely without tokens.

2. Update Slo

To update to the latest version:

slo update

Or re-run the install command with your existing credentials.

3. Pin a specific version

curl -fsSL https://get-slo.sh/install.sh \
  | SLO_USERNAME='your_username' \
    SLO_TOKEN='your_token' \
    SLO_VERSION='0.9.2' bash

4. First run

slo

Slo launches and prompts you to authenticate with your model provider. See Authentication →