tool · pip install awrtifact

awrtifact

Deliberately chunk artifacts into GitHub release assets — the productized aitherkvcache mirror lane.

The problem

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

pip install awrtifact

Stand up a versioned artifact store repo and use it immediately — `awrtifact provision-repo --repo you/store` creates + seeds the repo (Pages gate included), `awrtifact mirror <URL|FILE> --release TAG` stores one artifact, `awrtifact fetch NAME --url U --out F` gets it back byte-verified.

Pairs with

awdkawnodeaitherkvcacheawgitawsealawshareawrecover

Pairing is composition, never dependency — awrtifact installs and runs on its own.

The rest of the Aither World

Every brick below is live, drawn from that repository's own published manifest.