VampCode

One language for frontend + backend. Sandboxed runtime on a custom Rust VM — install the CLI and start building in one command.

Developer first

Write .vamp once for UI, APIs, and local services — no Electron required for desktop.

Install in seconds

CLI on PATH, IDE language support, and file association — auto-configured for you.

Get started →

Install in one command

Downloads the CLI, puts it on your PATH, and registers .vamp language support.

Windows (PowerShell)

irm https://vampcode.dev/install.ps1 | iex
  • Installs vampcode (+ vamp alias)
  • Registers IDE extension + .vamp file type
  • No Rust required for prebuilt releases

macOS / Linux

curl -fsSL https://vampcode.dev/install.sh | bash
  • Uses prebuilt binary when available for your platform
  • Otherwise builds from source if Rust is installed
  • Installs IDE language support when VS Code family is present

After install

vampcode --version vampcode create my-app cd my-app vampcode run .

In VS Code: Developer: Reload Window, then open any .vamp file.

Loading release metadata…