-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
PenumbraForge edited this page Mar 29, 2026
·
1 revision
npx @penumbraforge/gateThis runs Gate without installing it globally. On first run in a git repo, it automatically installs the pre-commit hook and scans your repo.
npm install -g @penumbraforge/gateThen run gate from any directory.
git clone https://github.com/penumbraforge/gate.git
cd gate
npm install
node bin/gate.js scan --all- Node.js 18+ (the only runtime requirement)
- Git (for hook installation and history scanning)
- No database, no server, no accounts, no API keys
gate version # Shows version and rule count
gate status # Shows hook status, config, and last scangate update # Self-update to latest versionOr manually: npm install -g @penumbraforge/gate@latest