From ef6f270d85977970893b1ea847d0f21f59895034 Mon Sep 17 00:00:00 2001 From: Git Sagar Date: Wed, 9 Sep 2026 21:15:28 -0300 Subject: [PATCH] macOS Tahoe 26.6.2 (25G83) InstallAssistant.pkg and BaseSystem.dmg (git LFS) --- .gitattributes | 2 ++ BaseSystem.dmg | 3 +++ InstallAssistant.pkg | 3 +++ README.md | 23 +++++++++++++++++++++++ SHA256SUMS | 2 ++ 5 files changed, 33 insertions(+) create mode 100644 .gitattributes create mode 100644 BaseSystem.dmg create mode 100644 InstallAssistant.pkg create mode 100644 README.md create mode 100644 SHA256SUMS diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e28dc74 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.pkg filter=lfs diff=lfs merge=lfs -text +*.dmg filter=lfs diff=lfs merge=lfs -text diff --git a/BaseSystem.dmg b/BaseSystem.dmg new file mode 100644 index 0000000..2548598 --- /dev/null +++ b/BaseSystem.dmg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edddd0d5869caaa12e29e6996a04f11590280580976a119dbd42c24fa62fe18e +size 960530321 diff --git a/InstallAssistant.pkg b/InstallAssistant.pkg new file mode 100644 index 0000000..0bcb0ca --- /dev/null +++ b/InstallAssistant.pkg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376923d7494cfa32b69f383bcfdce46aeedb609fe6a242ea12a6e015bfb77ba4 +size 18384624402 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d0a48af --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# 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 +``` diff --git a/SHA256SUMS b/SHA256SUMS new file mode 100644 index 0000000..290ed4e --- /dev/null +++ b/SHA256SUMS @@ -0,0 +1,2 @@ +376923d7494cfa32b69f383bcfdce46aeedb609fe6a242ea12a6e015bfb77ba4 InstallAssistant.pkg +edddd0d5869caaa12e29e6996a04f11590280580976a119dbd42c24fa62fe18e BaseSystem.dmg