Skip to main content
Version: Next

Install Spice.ai OSS

Installation options for Spice.ai OSS

Prerequisites: macOS (Apple Silicon), Linux (x86_64 or aarch64), or Windows 10+/WSL. No other dependencies are required for the pre-built binary.

For deployment options, such as to Kubernetes, see Deployment.

Install Script

curl https://install.spiceai.org | /bin/bash

Homebrew

brew install spiceai/spiceai/spice

Direct Download

Binaries for Linux, Windows, and macOS are available for download from GitHub at github.com/spiceai/spiceai/releases.

Verify the installation:

After installing, verify Spice is installed correctly:

spice version

Expected output:

CLI version:     1.x.x
Runtime version: 1.x.x

If the command is not found, ensure the Spice binary directory is in your PATH.

What's Next?

After installing, follow the Getting Started guide to initialize a Spice app, connect to a dataset, and run your first query in under 5 minutes.

Building from Source

To build Spice from source, including CUDA and Metal hardware acceleration options, see CONTRIBUTING.md in the Spice.ai GitHub repository.