Skip to Content
Getting StartedInstall & Verify

Install & Verify

Prerequisites

  • Deno 2.x 
  • VS Code, Cursor, or another compatible editor (optional, but recommended)

Install CLI via Deno:

deno install -Agf -n glubean jsr:@glubean/cli

Then verify:

glubean --help

Shell script installation (advanced)

If your environment allows installer scripts:

curl -fsSLo /tmp/glubean-install.sh https://glubean.com/install.sh sh /tmp/glubean-install.sh

For 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