Installation
Z# is distributed via npm as a global CLI tool. To use it, you’ll first need to install Node.js (which includes npm). Then, install Z#, and ZAP (Z#'s crate manager) globally.
Step 1: Install Node.js
You’ll need Node.js 18+ to use the Z# tooling. Choose your platform below:
Windows
Download the installer from the official Node.js website
Run the installer and follow the prompts
Open Command Prompt or PowerShell and check versions:
shnode -v npm -v
macOS
Use Homebrew to install:
shbrew install nodeOr download the installer from the official Node.js website
Verify that the installation was sucessful:
shnode -v npm -v
Linux (Debian/Ubuntu)
- Run these commands in the terminalsh
sudo apt update sudo apt install -y nodejs npm
Other
Try searching it up on DuckDuckGo.
Step 2: Install Z#
Once Node.js and npm are installed, you can install the Z# CLI globally by running:
npm install --global @zsharp/core @zsharp/zapStep 3: Verify the Installation
To check that Z# is installed correctly, run:
zs --version
zap --versionYou should see the installed version printed to the console.
Step 4: Celebrate! 🎉
Congratulations, you have successfully installed Z#! When you are ready, try our Getting Started Guild!