Install

Your cluster, your values, one runbook.

Answer a few questions about where SRW will run. Below them you get one runbook: the steps from a bare Linux box or an existing cluster to first login, with the values file, the Secrets and the install script placed at the step that uses them.

verified_userRuns in your browser. Nothing is sent anywhere. codehelm · oci://ghcr.io/knaeckebrothero/charts/superhuman-remote-worker

Where it runs

One box, or a cluster you already have?

A single Linux machine becomes a cluster with k3s. An existing cluster brings its own ingress controller and storage, and the values adapt to what it has.

k3s ships Traefik and node-local storage. The runbook starts with the two commands that install it.

Setup

Trying it out, or running it for real?

Evaluation keeps every credential in one values file. Production keeps them in Secrets you own and lets you swap any bundled service for one you already run.

Domain and TLS

Where will people reach it?

Every hostname is derived from the base domain. TLS comes from cert-manager; install.sh installs it when the cluster does not have it.

Services

Bundled, or bring your own?

The evaluation setup bundles everything. Switch to Production to bring your own Postgres, identity provider, git server or cloud storage.

Extras

Optional. The first three ship with the chart; the Dashboard is a separate install that install.sh does for you.

Models and capacity

Which model providers, how many workers?

Pick the providers you hold keys for; each becomes a line to fill in. Keys can also be added after install under Admin → Providers, including local OpenAI-compatible endpoints. Web search works out of the box through the bundled SearXNG.

chevron_rightAdvanced — chart version, registry credential, secret values

Your install

srw.example.com

    Stuck somewhere on this list?

    The Helm guide in the repository covers every value and the failure modes behind each step. A pilot puts one of us on your cluster for the install and the first process.