Download
Get the latest release of Jetro.
Latest Release
v0.1.0
March 2026
Install the .vsix
Once you’ve downloaded the file, here’s how to install it.
VS Code / Cursor / Windsurf / Antigravity
- Open your editor
- Open the Command Palette (
Ctrl+Shift+Pon Windows/Linux,Cmd+Shift+Pon Mac) - Type “Install from VSIX” and select it
- Browse to the downloaded
.vsixfile and confirm
From the terminal
# VS Code
code --install-extension jetro-0.1.0.vsix
# Cursor
cursor --install-extension jetro-0.1.0.vsix
# Antigravity
antigravity --install-extension jetro-0.1.0.vsix
Your first canvas
After installing, open the Command Palette and run “Jetro: Open Canvas”. That’s it. You’re ready to go. See the Install Extension guide if you need help getting set up.
System requirements
| Requirement | Minimum |
|---|---|
| Editor | VS Code 1.85+, Cursor, Windsurf, or Antigravity |
| OS | macOS 12+, Windows 10+, Linux (Ubuntu 20.04+) |
| Node.js | v18+ (for data engine and live refresh) |
| Python | 3.9+ (optional, for Python-based dashboards) |