::install

install.

One command to install the agent. Everything runs on your machine — no account, no cloud dependency.

1

install the cli

Run the one-liner for your platform. It installs Ollama if needed, sets Saturn up in an isolated environment, and puts the saturn command on your PATH.

macos / linux / wsl2
$ curl -fsSL saturdayai.org/install.sh | sh
windows (powershell)
$ irm saturdayai.org/install.ps1 | iex
2

verify the install

Open a new terminal so the updated PATH takes effect, then:

$ saturn --version
3

start a session

Launch the TUI. The first run pulls a few GB of local models, then Saturn waits for your first instruction. Type /config setup for the health check, or /help for the command list.

$ saturn