No description
| .gitattributes | ||
| BaseSystem.dmg | ||
| InstallAssistant.pkg | ||
| README.md | ||
| SHA256SUMS | ||
macOS Tahoe install sources (x86_64)
Pinned inputs for vmix.nix macOS Tahoe images (lib/images/macos/upstream.json),
stored with git LFS.
| file | what | size | sha256 |
|---|---|---|---|
InstallAssistant.pkg |
macOS Tahoe 26.6.2 (25G83) full installer, Apple software update product 140-93587 | 18384624402 bytes | 376923d7494cfa32b69f383bcfdce46aeedb609fe6a242ea12a6e015bfb77ba4 (see SHA256SUMS) |
BaseSystem.dmg |
macOS Tahoe 26.6.2 Recovery (BaseSystem, HFS+), from Apple's osrecovery service | 960530321 bytes | edddd0d5869caaa12e29e6996a04f11590280580976a119dbd42c24fa62fe18e |
Origin URLs:
- https://swcdn.apple.com/content/downloads/37/33/140-93587-A_GRFFH93NOL/f944yaqo1cjhh2m0kxrl0zhcpg9yb9qphv/InstallAssistant.pkg
- BaseSystem.dmg via Apple's osrecovery (
fetch-macOS-v2.py -s tahoe); Apple's CDN load-balances Sequoia/Tahoe for the same board id, so the file is pinned here.
Use with vmix.nix:
nix store add-path --name macos-tahoe-BaseSystem.dmg BaseSystem.dmg
# -> /nix/store/fqpih1dmg826cfxcyyxn4qm08pvcxgz4-macos-tahoe-BaseSystem.dmg (upstream.json recovery.file)
nix store add-path --name InstallAssistant.pkg InstallAssistant.pkg # or let fetchurl download it from Apple