Installation
Get Slo on your machine
Currently available on macOS. Linux support is on its way.
1. Install Slo
curl -fsSL https://get-slo.sh/install.sh \
| SLO_USERNAME='EarlyAccessUser' \
SLO_TOKEN='gldt-e4uTk1JUrKGdzBY_Gzqb' bash2. Update Slo
To update to the latest version:
slo updateOr 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' bash4. First run
sloSlo will prompt you to authenticate with your chosen model provider. See Authentication →