Install

After install you type vampcode to run the language, and IDEs recognize .vamp files.

One-command install

Hosted at vampcode.vampelium.workers.dev

Windows

irm https://vampcode.vampelium.workers.dev/install.ps1 | iex

macOS / Linux

curl -fsSL https://vampcode.vampelium.workers.dev/install.sh | bash

What it does:

  1. Downloads the prebuilt CLI (Windows x64 today)
  2. Installs to PATH (%USERPROFILE%\.cargo\bin or ~/.vampcode/bin)
  3. Installs VS Code / Cursor language extension
  4. Registers Windows .vamp file type

Optional env vars

$env:VAMPCODE_SKIP_IDE = "1"   # CLI only
$env:VAMPCODE_BASE = "https://vampcode.vampelium.workers.dev"
irm "$env:VAMPCODE_BASE/install.ps1" | iex

CDN endpoints

URLPurpose
/Landing page
/docs/This documentation site
/install.ps1Windows installer
/install.shUnix installer
/latest.jsonRelease manifest
/api/healthHealth check

From source

cd path\to\vampcode
.\install.ps1
cargo install --path crates/vamp-cli --force

IDE language support

vampcode ide install
vampcode ide status
vampcode ide paths