Download cochranblock

The same binary running this site right now. Download it, run it, and the entire production site opens in your browser. No Docker. No npm. No configuration. One binary, one command.

macOS (Apple Silicon)

M1, M2, M3, M4. 9.8 MB binary.Download

chmod +x cochranblock-macos-arm64
./cochranblock-macos-arm64
Linux x86_64 (Debian / Ubuntu)

Any modern 64-bit Linux. 17 MB binary.Download

chmod +x cochranblock-linux-amd64
./cochranblock-linux-amd64
Cargo Install (Any Platform)

If you have Rust installed, this is the easiest way.Works on macOS, Linux, Windows, ARM, x86.

cargo install --git https://github.com/cochranblock/cochranblock
Coming Soon

Windows (.exe), Debian (.deb), macOS Intel, Linux ARM, iOS (PWA), Android (PWA).All from the same codebase. Zero framework tax.

What You're Getting

The full cochranblock.org site — locally

Every page, every asset, every route. Embedded CSS, JS, images (zstd-packed). SQLite for persistence (auto-creates on first run). Opens your browser to localhost:8081.Outcome: You're running an entire company's infrastructure on your machine.

Zero dependencies

No runtime. No interpreter. No package manager. No database server. The binary IS the server, the database, and the asset pipeline. That's the point.Outcome: The same architecture I build for clients. This is the live demo.

View SourceZero-Cloud Tech Intake