Requirements
Install and start Docker first. The Engine’s service user must be able to access its socket. The installer checks Docker but does not install it.
curl, tar, and openssl. Git deployment and the template store require git on the Engine machine. Released bundles contain the CLI, Engine, and pinned Caddy binary; Python is not required.
GPUs are optional. CPU applications, databases, external AI bindings, and CPU Ollama serving work without one. NVIDIA inference requires a working driver and NVIDIA Container Toolkit on Linux or WSL2. macOS containers do not receive NVIDIA GPU access. AMD support is experimental and opt-in.
Install
- Linux system
- Linux user
- macOS
/opt/nerdit, registers nerdit.service, and runs the Engine as the user who invoked sudo. Run subsequent CLI commands as that user.~/.nerdit/bin to PATH, follow that instruction and open a new shell. The service starts automatically:
http://127.0.0.1:9321/. The proxy is initially disabled.
Connect to the App
The installer currently served byget.nerdit.ai installs and starts the Engine, then asks you to link separately. A local Engine works without an account link. To connect your App account, run as the Engine’s service user:
--key-file or --no-link; use the separate CLI linking step.
Files and service management
State normally lives in the service user’s
~/.nerdit, separately from versioned code. Configuration may select another data directory. Preserve the existing service user and data directory when upgrading or recovering.
- Linux system
- Linux user
- macOS
Verify and upgrade a release
The installer verifies an ECDSA P-256 signature overSHA256SUMS using its embedded release key, then checks the selected archive’s checksum before extraction. Review published release notes and checksums when pinning a release. A checksum and key downloaded from the same untrusted location do not independently establish trust.
sudo nerdit update for a Linux system installation; run the verification commands afterward as the service user. Upgrades preserve configuration and state. Application containers keep running while the Engine restarts and reconciles them. There is no automatic updater.
To select the verified published release explicitly:
sudo NERDIT_VERSION=0.5.5 sh on the installer side of the pipe.
Remove Nerdit
sudo for both commands on a Linux system installation. Inspect the dry-run’s resolved data directory. Without --keep-data, uninstall is destructive. --yes skips confirmation; --purge-images also removes base images pulled for models, databases, and runtimes.
Uninstall stops the Engine and verifies that its data lock is free before removal. If it cannot establish that the Engine stopped, it aborts rather than remove state beneath a live process.
Uninstall does not remove the CA from the operating system’s trust store automatically. Run nerdit untrust before removing the package, or follow the manual trust-removal commands printed by uninstall. Remove that CA from other client machines too when retiring it.
Continue with the quickstart, or use development setup when working from source. Do not run nerdit init over an installer-managed configuration.