- name
- spice-install
- description
- Install Spice.ai OSS CLI and runtime. Use when asked to "install Spice", "set up Spice", or "get started with Spice".
Spice.ai OSS Installation
Install the Spice CLI and runtime on macOS, Linux, Windows, or WSL.
Quick Install
macOS, Linux, and WSL:
curl https://install.spiceai.org | /bin/bashHomebrew:
brew install spiceai/spiceai/spiceWindows (PowerShell):
iex ((New-Object System.Net.WebClient).DownloadString("https://install.spiceai.org/Install.ps1"))Verify Installation
spice versionIf command not found, add to PATH:
export PATH="$PATH:$HOME/.spice/bin"Upgrade
spice upgrade