Skip to content

v2026.7.23

Choose a tag to compare

@daniel-tirzuman daniel-tirzuman released this 23 Jul 12:03

Open Headers

Desktop App

Platform Downloads
macOS Apple Silicon (DMG) · Intel (DMG)
Windows Installer (EXE)
Linux AppImage x64 · AppImage ARM64 · install script
Debian / Ubuntu x64 (deb) · ARM64 (deb)
Fedora / RHEL x64 (rpm) · ARM64 (rpm)
Enterprise - Managed deployment (MDM / GPO)
Platform Downloads
macOS PKG Apple Silicon · PKG Intel
Windows MSI

macOS PKGs are signed and notarized; the Windows MSI is Authenticode-signed.

Browser Extension

Browser Store
Chrome Chrome Web Store
Firefox Firefox Add-ons
Edge Edge Add-ons

Terminal - CLI & TUI

Platform Download
Linux (x64) oh-2026.7.23-linux-x64
macOS (Apple Silicon) oh-2026.7.23-mac-arm64
Windows (x64) 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 | sh

Windows (PowerShell):

irm https://updates.openheaders.io/install.ps1 | iex

No 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
Linux (x64) ohd-2026.7.23-linux-x64
macOS (Apple Silicon) ohd-2026.7.23-mac-arm64
Docker 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-daemon

Docker:

docker run -d -p 127.0.0.1:8137:8137 -v oh-data:/data ghcr.io/openheaders/ohd:2026.7.23