Installation
From the Marketplace
Search for SnakeFlow: Dev Environment Manager in the Extensions panel (Ctrl+Shift+X), or run:
ext install vaulttec-dev.snakeflow-dev-managerThe extension works in VS Code, Cursor, and Antigravity — no separate install required for each.
Manual .vsix Install
Download the latest .vsix from the VS Marketplace, then:
# Cursorcursor --install-extension snakeflow-dev-manager-0.2.5.vsix --force
# VS Codecode --install-extension snakeflow-dev-manager-0.2.5.vsix --forceAfter installing, reload the window:
Ctrl+Shift+P → Developer: Reload WindowRequirements
| Tool | Version | Purpose |
|---|---|---|
| VS Code or Cursor | ^1.85 | Host IDE |
| Node.js | >= 18 | Extension runtime |
Node.js is required even for non-Node.js projects — it powers the extension’s built-in quality checks and server monitoring.
Optional Tools
Install these to unlock additional features. All are optional — the extension detects availability and shows skip for missing tools.
| Tool | Install | Enables |
|---|---|---|
gh CLI | cli.github.com | GitHub Issues, PRs, CI |
act | winget install nektos.act / brew install act | Run GitHub Actions locally |
| Docker Desktop | docker.com | Containers, Bearer scan |
semgrep | pip install semgrep | SAST security scan |
trivy | winget install AquaSecurity.Trivy | CVE vulnerability scan |
hadolint | winget install hadolint | Dockerfile linting |
shellcheck | winget install koalaman.shellcheck | Shell script linting |
golangci-lint | brew install golangci-lint | Go linting |
bandit | pip install bandit | Python security |
bearer | brew install bearer/tap/bearer (macOS/Linux) | SAST data-flow analysis |
For detailed installation instructions for each tool, see CLI Tools Installation.