Upstream went dark
Labs repo archived. The easy public door isn’t the same. Mirrors that already exist are what stay readable.
Solana Public Fork is a full public copy of the Solana Labs monorepo. I forked it and kept it open — ~20k commits, hundreds of tags, the whole tree — so when upstream access gets hard, you can still open the code that built the chain. Without a public fork like this, that door closes.
Labs repo archived. The easy public door isn’t the same. Mirrors that already exist are what stay readable.
Full monorepo on GitHub — not a blog, not a zip of screenshots. A real cloneable tree.
Without a public fork of this monorepo, outsiders lose continuous access to the Labs tree as one unit. This door stays open.
Not random folders — the pieces people actually open the monorepo to study.
How Labs told the story: PoH whitepaper → Loom → Silk → Solana Beach → early testnets. Primary lore, in-repo.
Open file ↗ GenesisNamed genesis stakes with random codenames (e.g. creator / foundation / community buckets) and public keys — distribution as source.
Open file ↗ Ops historyWho had testnet / datacenter SSH access — usernames and host nicknames from the Labs ops era (public keys only).
Open file ↗ Core techProof of History, banks, and block storage — the guts of the Labs client in one monorepo.
Browse ↗ ProtocolImplemented-proposal docs for consensus lockouts and block propagation — how the cluster was designed to agree and broadcast.
Browse ↗ Time machineCheck out historical versions. Study the client as it shipped — not only the tip of the fork.
View tags ↗The whole Labs layout — not a highlight reel.
validatorNode binarycoreCluster logicruntimeBank & executionledgerBlocks & storagegossipMembershippohProof of HistoryrpcJSON-RPCsdkOn-chain SDKprogramsNative programscliCLI toolsweb3.jsJS clientexplorerBlock explorerdocsProtocol docsciBuild pipelinesgenesisGenesis toolinggeyser-*PluginsClick any path to open it on the public fork.
git clone https://github.com/NostalgicGareth/solana.git
cd solana && git log --oneline | head
git tag | tail
git checkout v1.11.4
If this monorepo hadn’t been forked and kept public, nobody would still have an open door into the full Labs tree. I forked it. I kept it open. Now you can see it.
Solana Public Fork · solanapublicfork.fun