Snapshot (snapshot-20260609)
·
165 commits
to main
since this release
Manual snapshot build.
Single-tier snapshot — ships the full corpus, every Apple font, and the complete pre-rendered SF Symbols matrix in one .tar.zst.
Artifact
| Archive | Size | SHA-256 |
|---|---|---|
apple-docs-full-snapshot-20260609.tar.zst |
1.62 GB | b4d7cdec29d5… |
Install
Snapshots are packaged as .tar.zst with zstd -9. apple-docs setup downloads, verifies, and extracts it (Bun decompresses zstd in-process — no extra tooling required):
apple-docs setupTo extract manually: zstd -d apple-docs-full-<tag>.tar.zst -c | tar -xf - (stock tar on macOS cannot read zstd directly).