v2026.7.23
Desktop App
| Platform | Downloads |
|---|---|
| Apple Silicon (DMG) · Intel (DMG) | |
| Installer (EXE) | |
| AppImage x64 · AppImage ARM64 · install script | |
| x64 (deb) · ARM64 (deb) | |
| x64 (rpm) · ARM64 (rpm) |
Enterprise - Managed deployment (MDM / GPO)
| Platform | Downloads |
|---|---|
| PKG Apple Silicon · PKG Intel | |
| MSI |
macOS PKGs are signed and notarized; the Windows MSI is Authenticode-signed.
Browser Extension
| Browser | Store |
|---|---|
| Chrome Web Store | |
| Firefox Add-ons | |
| Edge Add-ons |
Terminal - CLI & TUI
| Platform | Download |
|---|---|
| oh-2026.7.23-linux-x64 | |
| oh-2026.7.23-mac-arm64 | |
| oh-2026.7.23-win-x64.exe |
Checksums: SHA256SUMS.txt
Install scripts & notes
Install script (verifies checksums, installs oh to ~/.local/bin):
curl -fsSL https://updates.openheaders.io/install.sh | shWindows (PowerShell):
irm https://updates.openheaders.io/install.ps1 | iexNo Node.js required (npm install -g @openheaders/cli is the Node channel). macOS binaries are signed and notarized; the Windows oh is unsigned — SmartScreen warns on first run (More info → Run anyway). Script copies on this page: install-oh.sh · install-oh.ps1
Team - Server Daemon
| Platform | Download |
|---|---|
| ohd-2026.7.23-linux-x64 | |
| ohd-2026.7.23-mac-arm64 | |
ghcr.io/openheaders/ohd:2026.7.23 |
Checksums: SHA256SUMS.txt
Install scripts & notes
Install script (verifies checksums, installs oh + ohd to ~/.local/bin):
curl -fsSL https://updates.openheaders.io/install.sh | sh -s -- --with-daemonDocker:
docker run -d -p 127.0.0.1:8137:8137 -v oh-data:/data ghcr.io/openheaders/ohd:2026.7.23