awrtifact(tool, public)
Deliberately chunk artifacts into GitHub release assets — the productized aitherkvcache mirror lane.
Name
awrtifact — Deliberately chunk artifacts into GitHub release assets — the productized aitherkvcache mirror lane.
The problem it solves
Big artifacts (model weights, datasets, builds) exceed GitHub's 2 GiB release-asset cap, so mirrors end up as bespoke scripts with hardcoded manifests that go stale — the fleet's orchestrator served a pre-v18 build for days while the v18 file sat in a release the worker did not know.
Instead of trusting / you check
- instead of trusting
- a hand-rolled split script and a hand-edited worker manifest
- you check
- byte-verified parts in a release, served with Range + CORS, sizes asserted by a live gate
Adopt it alone
Store one artifact as a versioned GitHub release and fetch it back byte-verified — awrtifact mirror <URL|FILE> --release TAG.
Install
pip install awrtifact
Where it sits in the path
- Not on the path yet — reference only.
Links
Generated 2026-09-14 00:48Z from the ecosystem registry. A field here that is wrong is wrong in the registry — fix it there and this page follows.