mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-07 02:46:50 +00:00
Combines fetch + classify + write into one pipeline: 1. Reads releases.conf to discover packages 2. Fetches raw upstream data to rawcache 3. Classifies assets (OS, arch, libc, format) 4. Applies config transforms (exclude, version prefix strip) 5. Writes to fsstore in Node.js-compatible _cache/ format Supports github, nodedist, gittag, and gitea sources. Other sources (golang, zigdist, flutter, etc.) are skipped with a log message — they'll be added as needed. Can run as a one-shot (-once) or periodic daemon (-interval 15m).