//Install
Get Saturn running locally.
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 | shWindows (PowerShell)
$ irm saturdayai.org/install.ps1 | iex2
Verify the install
Open a new terminal so the updated PATH takes effect, then:
$ saturn --version3
Start a session
Launch the TUI. The first run pulls a few GB of local models, then Saturn waits for your first instruction.
$ saturn