Scoop bucket for the F∆I Platform CLI on Windows.
Find a file
2026-07-30 09:18:37 +00:00
.forgejo/workflows chore: chain rename + bump to v0.16.0 (mirror URLs, fix auto-update) 2026-06-17 17:19:01 +02:00
chain.json chore: chain rename + bump to v0.16.0 (mirror URLs, fix auto-update) 2026-06-17 17:19:01 +02:00
README.md docs: add uninstall section to README 2026-07-30 09:18:37 +00:00

scoop-bucket

Distribution mirror for the F∆I Platform.

This repo holds one file — fai.json — which is a copy of installer/scoop/fai.json in the platform repo. The platform repo is the source of truth; this repo exists as a separate target so end users can add it as a tap / bucket / channel without subscribing to the whole platform tree.

Updates land here automatically via .forgejo/workflows/update.yml — a 4-hourly cron that diffs the latest platform release against this repo's manifest and rewrites it when a new version ships. To force an immediate update, trigger the Workflow_dispatch action in the Forgejo UI.

When the workflow itself or the underlying manifest format changes, re-seed from the platform repo by running scripts/bootstrap-distribution-repos.sh.

Uninstall

To remove the package, run scoop uninstall chain (add --purge to also drop its cached data and persisted state). To stop tracking this bucket entirely, run scoop bucket rm fai.

Issues, PRs, and ad-hoc questions belong at https://git.flemming.ai/fai/platform — this repo is intentionally quiet.