Installation

Install ololo

Prebuilt binaries are available for Linux (x86_64, aarch64), macOS (Apple Silicon, Intel), and Windows (x86_64).

Linux & macOS

curl -fsSL https://ololo.dev/install.sh | bash

The script detects your OS and architecture, downloads the latest release, and installs to /usr/local/bin (or ~/.local/bin when that is not writable). Override the destination with OLOLO_INSTALL_DIR=~/bin.

Windows (PowerShell)

powershell -c "irm ololo.dev/install.ps1 | iex"

Installs ololo.exe to %LOCALAPPDATA%\Programs\ololo and adds it to your user PATH. Override the destination with $env:OLOLO_INSTALL_DIR.

Installing a specific version

Pass the version to the script (or set the env var):

curl -fsSL https://ololo.dev/install.sh | bash -s -- 0.3.0
powershell -c "$env:OLOLO_VERSION='0.3.0'; irm ololo.dev/install.ps1 | iex"

Manual download

Grab the archive for your platform from the latest release, unpack it, and put the ololo binary somewhere on your PATH. Every build's changes are listed in the changelog.

Verify

ololo --version

Log in

Create an account at ololo.dev (email, GitHub, or Google), then connect the CLI to it:

ololo login

Check who you are logged in as at any time with ololo whoami.