Install & Verify
Prerequisites
- Deno 2.x
- VS Code, Cursor, or another compatible editor (optional, but recommended)
Recommended installation (cross-platform)
Install CLI via Deno:
deno install -Agf -n glubean jsr:@glubean/cliThen verify:
glubean --helpShell script installation (advanced)
If your environment allows installer scripts:
curl -fsSLo /tmp/glubean-install.sh https://glubean.com/install.sh
sh /tmp/glubean-install.shFor security-sensitive environments, review the script before executing it and prefer pinning a known CLI version in internal setup scripts.
Extension setup
Install from the VS Code Marketplace or the VSIX releases .
The extension can auto-detect or auto-install required runtime dependencies, but teams with strict policies should use the explicit CLI installation above.
Last updated on