Skip to content
This repository was archived by the owner on Aug 20, 2026. It is now read-only.

v2026.7.27-beta.1

Pre-release
Pre-release

Choose a tag to compare

@daniel-tirzuman daniel-tirzuman released this 27 Jul 19:16
· 10 commits to main since this release

Open Headers

This is a beta build for early testing. It may contain bugs.

Desktop App

Platform Downloads
macOS Apple Silicon (DMG)
Windows Installer (EXE)
Linux AppImage x64 · AppImage ARM64 · install script
Debian / Ubuntu x64 (deb) · ARM64 (deb)
Fedora / RHEL x64 (rpm) · ARM64 (rpm)

Terminal - CLI & TUI

Platform Download
Linux (x64) oh-2026.7.27-linux-x64
macOS (Apple Silicon) oh-2026.7.27-mac-arm64
Windows (x64) oh-2026.7.27-win-x64.exe

Checksums: SHA256SUMS.txt · GPG signature · signing key

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.27-linux-x64
macOS (Apple Silicon) ohd-2026.7.27-mac-arm64
Docker ghcr.io/openheaders/ohd:2026.7.27

Checksums: SHA256SUMS.txt · GPG signature · signing key

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.27