Skip to main content

Installation

npm install -g @nexspace/cli
Verify:
nexspace --version

Homebrew (macOS / Linux)

brew tap nexspace365/tap
brew install nexspace

Direct Download

Download the latest binary from GitHub Releases:
# macOS (Apple Silicon)
curl -fsSL https://github.com/Nexspace365/NexSpace/releases/latest/download/nexspace-darwin-arm64.tar.gz | tar xz
sudo mv nexspace /usr/local/bin/

# macOS (Intel)
curl -fsSL https://github.com/Nexspace365/NexSpace/releases/latest/download/nexspace-darwin-x64.tar.gz | tar xz
sudo mv nexspace /usr/local/bin/

# Linux (x64)
curl -fsSL https://github.com/Nexspace365/NexSpace/releases/latest/download/nexspace-linux-x64.tar.gz | tar xz
sudo mv nexspace /usr/local/bin/

Shell Completions

# bash
nexspace autocomplete bash >> ~/.bashrc

# zsh
nexspace autocomplete zsh >> ~/.zshrc

# fish
nexspace autocomplete fish >> ~/.config/fish/completions/nexspace.fish

Requirements

  • Node.js 18+ (for npm install)
  • macOS 12+, Ubuntu 20.04+, or Windows 10+ (for binary)