Skip to content

IniZio/nexus

Repository files navigation

Nexus

Nexus is a remote workspace daemon and SDK for running, checking, and automating project workspaces across local and VM-backed runtimes.

Install

Use a published release binary from:

Pick the archive for your platform:

  • linux-amd64
  • linux-arm64
  • darwin-amd64
  • darwin-arm64
  • windows-amd64

Example (macOS arm64):

tar -xzf nexus-<version>-darwin-arm64.tar.gz
chmod +x nexus-darwin-arm64
mv nexus-darwin-arm64 /usr/local/bin/nexus

Verify:

nexus --help

Quick Start

From your project root:

nexus init
nexus exec -- echo "hello from nexus"
nexus doctor

Common runtime override:

NEXUS_RUNTIME_BACKEND=firecracker nexus doctor

Docs

  • Documentation index: docs/index.md
  • Workspace daemon package docs: packages/nexus/README.md
  • JavaScript SDK docs: packages/sdk/js/README.md

Development

Use the repository tasks:

task ci
task test
task lint
task build

About

Resources

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors