Scoop manifests for Suiflex tools.
Windows (64-bit).
Add the bucket once, then install by name:
scoop bucket add suiflex https://github.com/suiflex/scoop-bucket
scoop install rdb
scoop install websift
scoop install suitest-mcp
scoop install forgeguard
scoop install safehellRDB — native, cross-platform database manager
PostgreSQL, MySQL, Redis, MongoDB, SQLite, Cassandra. Repository: suiflex/rdb.
scoop install rdb
scoop update rdb
scoop uninstall rdbFormerly published as
rdbs. The old manifest has been removed — installrdbinstead. If you previously installedrdbs, runscoop uninstall rdbsfirst.
Websift — bounded web search, research, and crawling over MCP
One Rust binary, no API key. Repository: suiflex/websift.
scoop install websift
scoop update websift
scoop uninstall websiftThe CLI has no --version flag; it accepts mcp, status, setup, doctor,
and update. Verify the install with:
websift statusSuitest MCP — MCP server for IDE agents
MCP server for IDE agents — generate, run, and publish QA tests. Repository: suiflex/suitest.
scoop install suitest-mcp
scoop update suitest-mcp
scoop uninstall suitest-mcpRequires node and uv. suitest-mcp's lib/python.js takes a system
python3 when one is available and otherwise provisions an interpreter through
uv.
SafeHell — approval-gated SSH broker for AI coding agents
Approval-gated SSH broker for AI coding agents: credentials live in an encrypted per-user vault, every remote command is shown in a foreground terminal before it runs, and output is redacted before it reaches the agent. Repository: suiflex/SafeHell.
scoop install safehell
scoop update safehell
scoop uninstall safehellAfter installing, run safehell setup once per machine to create the vault,
then safehell init in each project. Verify the install with:
safehell --versionForgeGuard — engineering guardrails for AI coding agents
Token-efficient, language-agnostic engineering guardrails for AI coding agents. Repository: suiflex/ForgeGuard.
scoop install forgeguard
scoop update forgeguard
scoop uninstall forgeguardEvery manifest under bucket/ is generated by a release workflow in the tool's
own repository — never hand-edited here:
| File | Generated by |
|---|---|
bucket/rdb.json |
release-build.yml in suiflex/rdb |
bucket/websift.json |
release.yml in suiflex/websift |
bucket/suitest-mcp.json |
release-mcp.yml in suiflex/suitest |
bucket/safehell.json |
release-build.yml in suiflex/SafeHell |
bucket/forgeguard.json |
release.yml in suiflex/ForgeGuard |
Each workflow downloads the published Windows release zip, computes its
SHA-256, and pushes an updated manifest here. bucket/websift.json also carries
checkver and autoupdate blocks so Scoop can resolve new versions directly
from GitHub releases between workflow runs.
Do not hand-edit the generated manifests — changes are overwritten on the next release. Fix the template in the source repository instead.

