Download
One file.
One script for your machine, or an OCI Helm chart for one shared cluster. Cluster mode is in preview.
macOS and Linux
curl -fsSL https://spinoza.tech/install.sh | shWindows, in PowerShell
irm https://spinoza.tech/install.ps1 | iexmacOS, Linux and Windows, on arm64 and amd64. install.sh covers macOS and Linux, install.ps1 covers Windows, and each installs the desktop app too where one is published.All release archives
Pin a release
curl -fsSL https://raw.githubusercontent.com/sophotechlabs/spinoza/v2.1.0/install.sh | SPINOZA_VERSION=v2.1.0 shPins the version. The script comes from the tag itself, and installs that release: v2.1.0
Cluster mode · preview
The container image and OCI Helm chart serve one cluster to a team. Setup needs a public URL and an explicit authentication mode; use OIDC or an authenticated proxy for a team.
Cluster mode setupFirst run
$ spinoza
spinoza is listening, open this in a browser url=http://127.0.0.1:34115/?token=...Or let it open the browser itself: spinoza --open
Nothing is code-signed, so Windows SmartScreen warns on first run: More info, then Run anyway.
Built on client-go v0.36, so Kubernetes 1.35 to 1.37 by skew policy.