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:
- Downloads the prebuilt CLI (Windows x64 today)
- Installs to PATH (
%USERPROFILE%\.cargo\binor~/.vampcode/bin) - Installs VS Code / Cursor language extension
- Registers Windows
.vampfile 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
| URL | Purpose |
|---|---|
/ | Landing page |
/docs/ | This documentation site |
/install.ps1 | Windows installer |
/install.sh | Unix installer |
/latest.json | Release manifest |
/api/health | Health 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