Navigation

Documentation

Installation

Install Quackstack on your machine, in your editor, or in your VPC.

CLI

bash# macOS / Linux
curl -fsSL https://get.quackstack.fyi | sh

# npm
npm install -g @quackstack/cli

# Homebrew
brew install quackstack/tap/qs

Editor extensions

  • VS Code: search "Quackstack" in the marketplace
  • JetBrains: install from the Plugins panel
  • Neovim: :Lazy install quackstack/quackstack.nvim
  • Cursor: bundled by default; sign in via ⌘P → Quackstack: Sign in

Verify installation

bashqs --version
# quackstack/cli v3.0.0 darwin/arm64

Self-hosted (Enterprise)

Pond Enterprise customers can deploy Quackstack into their own VPC via Helm:

bashhelm repo add quackstack https://charts.quackstack.fyi
helm install pond quackstack/quackstack --values values.yaml

See the Enterprise team for license keys and reference architectures.