Download & install

Slo is distributed via a private installer. You need a beta access token before running the install command.

1. Request beta access

Slo is currently in private beta. To request access, email [email protected].

2. Install

Once you receive your credentials by email, run:

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

⚠️ Your token is tied to your beta seat and expires after 3 months.

3. Update Slo

To update to the latest version:

slo update

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

4. 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

5. First run

slo

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