Nexus is a remote workspace daemon and SDK for running, checking, and automating project workspaces across local and VM-backed runtimes.
Use a published release binary from:
Pick the archive for your platform:
linux-amd64linux-arm64darwin-amd64darwin-arm64windows-amd64
Example (macOS arm64):
tar -xzf nexus-<version>-darwin-arm64.tar.gz
chmod +x nexus-darwin-arm64
mv nexus-darwin-arm64 /usr/local/bin/nexusVerify:
nexus --helpFrom your project root:
nexus init
nexus exec -- echo "hello from nexus"
nexus doctorCommon runtime override:
NEXUS_RUNTIME_BACKEND=firecracker nexus doctor- Documentation index:
docs/index.md - Workspace daemon package docs:
packages/nexus/README.md - JavaScript SDK docs:
packages/sdk/js/README.md
Use the repository tasks:
task ci
task test
task lint
task build