Install NoStale
Two ways to get running, pick whichever fits how you work.
One-liner (recommended)
curl -fsSL https://nostale.ferdyhasanisma.workers.dev/install.sh | sh Checks for Node (installs guidance if missing, never auto-installs it), then runs npm install -g @nostale/cli and nostale setup.
Manual
npm install -g @nostale/cli
nostale setupRequires Node 22 or newer already installed. macOS or Linux, Windows is not supported.
During setup, you will choose
Personal mode, for solo use: no Docker, an embedded libSQL file, one local user auto-provisioned.
Server mode, for a team: full docker-compose stack with sqld, sign up your first account from the web UI.