Skip to content
§ INSTALL · 30 SECONDS PLATFORMS 5 SIZE ~40 MB no account · no telemetry
PICK A PLATFORM

Install Quil.

One static binary per platform. No daemon to configure, no database to provision, no cloud account. Works on your laptop, in a container, or on a hardened server.

01

One-liner install

Installs the latest signed binary into /usr/local/bin. Works on Intel and Apple Silicon.

# macOS (Intel or M-series)
curl -sSfL https://raw.githubusercontent.com/artyomsv/quil/master/scripts/install.sh | sh
02

Verify & launch

Check the version, then spin up your first workspace.

quil --version
# quil 1.15.1 (darwin/arm64)

quil
# workspace opens in your current terminal
§ CONTRIBUTORS

Build variants

3 TARGETS
[prod]

quil · quild

Production binaries. Stripped symbols, normal log level, data in ~/.quil/.

[dev]

quil-dev · quild-dev

Auto dev mode (.quil/ next to the binary), debug logging — no flags needed. The recommended daily-driver for contributors.

[debug]

quil-debug · quild-debug

Debug logging against the production ~/.quil/ directory — for diagnosing a live issue without switching data dirs.

§ UNINSTALL · DESTRUCTIVE

Remove Quil

Remove the binaries and (optionally) wipe local state. The second command is irreversible — your tabs, panes, notes, and saved AI session IDs will be gone.

sudo rm /usr/local/bin/quil /usr/local/bin/quild

# Optional — removes ALL workspace state, ghost buffers, plugin configs
rm -rf ~/.quil