Welcome to Snow CLI! Agentic coding in your terminal.
-
Operating System: Windows 10+ / macOS 10.15+ / Ubuntu 18.04+ / CentOS 7+
-
Node.js: v18.0.0+
-
npm: >= 8.3.0
-
Windows: Download and install Node.js+npm from https://nodejs.org/en/download/
-
macOS: Install Node.js+npm via Homebrew
brew install node
-
Linux: Install Node.js+npm via apt-get
sudo apt-get install nodejs sudo apt-get install npm
-
Verify successful installation
node -v npm -v
-
Install Snow CLI using npm
npm install -g snow-ai
-
Install Snow CLI by compiling from source
git clone https://github.com/MayDay-wpf/snow-cli cd snow-cli npm install npm run build npm run link -
Verify successful installation
snow --version snow --help
-
Install VSCode Plugin
Search for
Snow CLIin the Extensions Marketplace and install
After installation, a launch icon will appear in the top-right corner of VSCode -
Install JetBrains IDE Plugin
Search for
Snow CLIin the Plugin Marketplace and installAfter plugin installation, restart your IDE

A launch icon will appear to the right of the
Tabin the terminal

