Download Spectral

The AI coding agent that runs on your machine. Desktop app for the best experience, or grab the standalone CLI binary — no npm required.

macOS 12+Apple Silicon & IntelLinux x86_64

Platform Downloads

CLI Quick Install

One-liner to download and run — no npm, no Node.js required.

macOS
# Replace VERSION with the latest tag, e.g. 1.2.3
curl -L "https://gitlab.aexol.com/aexol/spectral/-/releases/spectral-vVERSION/downloads/spectral-darwin-$(uname -m)" -o spectral && chmod +x spectral && ./spectral serve
Linux
# Replace VERSION with the latest tag, e.g. 1.2.3
curl -L "https://gitlab.aexol.com/aexol/spectral/-/releases/spectral-vVERSION/downloads/spectral-linux-x64" -o spectral && chmod +x spectral && ./spectral serve
npm (Node.js required)
npm install -g @aexol/spectral