Complete original ForgeOS source archive
This is the authoritative original ForgeOS.zip, split at raw byte boundaries for Cloudflare delivery. It is not recompressed, trimmed, renamed internally, or replaced by the smaller Section 1 kit. Concatenating the five files in the exact order below recreates the original archive byte-for-byte.
Filename:
ForgeOS.zipExact size:
99,756,830 bytesSHA-256:
0b3756ef1f6362c04d42651843b26a4942d0d711a61c98b9dd6ea863edca10e1Download all five parts
Save every part in the same directory. Browser renaming must be corrected before reconstruction; the filenames and order are exact.
22.00 MiB 289bc6169f28917249e1348738f9e0bf966ad2ebf7ac6382f1dc652ac7a359d6
22.00 MiB d9ed4515672ea3f7a27c930e7c0ead01e6e875bbe53969806830af0820d6b889
22.00 MiB eb9d220d471696d3076f69e33f5eb991015c186a65683b7f3838f1b07217471c
22.00 MiB b89894464ba5798032d33f985607350fa7d10778009ddd783b52d0364031d710
7.14 MiB 8f23ba6d14dcbb94c190db7b02d02e120d2fff73656a971cbf85b3f10e5f4a73
Verification files and rebuilders
Download JSON manifest Download SHA-256 list PowerShell rebuilder Bash/Linux rebuilder
Windows PowerShell
- Put the five parts and
reconstruct-forgeos-source.ps1in one directory. - Open PowerShell in that directory.
- Run the commands below. The script verifies every part before writing anything, refuses to overwrite an existing archive, then verifies the reconstructed size and SHA-256.
Set-ExecutionPolicy -Scope Process Bypass ./reconstruct-forgeos-source.ps1 -PartsDirectory . -OutputFile ./ForgeOS.zip Get-FileHash ./ForgeOS.zip -Algorithm SHA256
Linux, macOS or Bash
- Put the five parts and
reconstruct-forgeos-source.shin one directory. - Open a terminal in that directory and run:
chmod +x ./reconstruct-forgeos-source.sh ./reconstruct-forgeos-source.sh . ./ForgeOS.zip sha256sum ./ForgeOS.zip
On macOS without sha256sum, use shasum -a 256 ./ForgeOS.zip. The Bash rebuilder automatically supports either command.
Extract only after verification
The rebuilt archive is accepted only when it is exactly 99,756,830 bytes and hashes to 0b3756ef1f6362c04d42651843b26a4942d0d711a61c98b9dd6ea863edca10e1. Then extract ForgeOS.zip normally. The archive's original internal names and byte content have not been changed.
Canonical ordered manifest
| Order | Filename | Bytes | SHA-256 |
|---|---|---|---|
| 1 | ForgeOS.zip.part-01-of-05 | 23,068,672 | 289bc6169f28917249e1348738f9e0bf966ad2ebf7ac6382f1dc652ac7a359d6 |
| 2 | ForgeOS.zip.part-02-of-05 | 23,068,672 | d9ed4515672ea3f7a27c930e7c0ead01e6e875bbe53969806830af0820d6b889 |
| 3 | ForgeOS.zip.part-03-of-05 | 23,068,672 | eb9d220d471696d3076f69e33f5eb991015c186a65683b7f3838f1b07217471c |
| 4 | ForgeOS.zip.part-04-of-05 | 23,068,672 | b89894464ba5798032d33f985607350fa7d10778009ddd783b52d0364031d710 |
| 5 | ForgeOS.zip.part-05-of-05 | 7,482,142 | 8f23ba6d14dcbb94c190db7b02d02e120d2fff73656a971cbf85b3f10e5f4a73 |