Skip to content
Spinoza

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 | sh

Windows, in PowerShell

irm https://spinoza.tech/install.ps1 | iex
macOS, 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 sh

Pins 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 setup

First 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.