Skip to content

Snapshot (snapshot-20260609)

Choose a tag to compare

@github-actions github-actions released this 09 Jun 02:47
· 165 commits to main since this release
7c185a4

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 setup

To extract manually: zstd -d apple-docs-full-<tag>.tar.zst -c | tar -xf - (stock tar on macOS cannot read zstd directly).