Skip to content

Latest commit

 

History

73 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Suiflex

Suiflex Scoop Bucket

Scoop manifests for Suiflex tools.
Windows (64-bit).

Packages

Package Description Install
rdb Native, cross-platform database manager scoop install rdb
websift Bounded web search, research, mapping, scraping, and crawling over MCP scoop install websift
suitest-mcp MCP server for IDE agents — generate, run, and publish QA tests scoop install suitest-mcp
safehell Approval-gated SSH broker for AI coding agents scoop install safehell
forgeguard Token-efficient, language-agnostic engineering guardrails for AI coding agents scoop install forgeguard

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 safehell

Package details

RDB — native, cross-platform database manager

RDB

PostgreSQL, MySQL, Redis, MongoDB, SQLite, Cassandra. Repository: suiflex/rdb.

scoop install rdb
scoop update rdb
scoop uninstall rdb

Formerly published as rdbs. The old manifest has been removed — install rdb instead. If you previously installed rdbs, run scoop uninstall rdbs first.

Websift — bounded web search, research, and crawling over MCP

Websift

One Rust binary, no API key. Repository: suiflex/websift.

scoop install websift
scoop update websift
scoop uninstall websift

The CLI has no --version flag; it accepts mcp, status, setup, doctor, and update. Verify the install with:

websift status
Suitest MCP — MCP server for IDE agents

Suitest MCP

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-mcp

Requires 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

SafeHell

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 safehell

After installing, run safehell setup once per machine to create the vault, then safehell init in each project. Verify the install with:

safehell --version
ForgeGuard — engineering guardrails for AI coding agents

ForgeGuard

Token-efficient, language-agnostic engineering guardrails for AI coding agents. Repository: suiflex/ForgeGuard.

scoop install forgeguard
scoop update forgeguard
scoop uninstall forgeguard

How it works

Every 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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Sponsor this project

Contributors