Download

Current Hypercolor release downloads and installer entry points.

Hypercolor release artifacts are published on GitHub Releases. Use the release page for Windows installers, macOS DMGs, Linux tarballs, checksums, and release notes:

Open Hypercolor releases

Pre-release: the first tagged release (v0.1.0) has not shipped yet. The release downloads and installer commands below go live with that tag. Until then, install from source — it works on Linux, Windows, and macOS.

šŸ”—Linux

The release installer downloads the matching tarball for your architecture and verifies its SHA256 checksum before installing:

curl -fsSL https://raw.githubusercontent.com/hyperb1iss/hypercolor/main/scripts/install-release.sh | bash

Pin a specific tagged release with --version:

curl -fsSL https://raw.githubusercontent.com/hyperb1iss/hypercolor/main/scripts/install-release.sh | bash -s -- --version v0.1.0

The installer sets up the systemd user service by default. USB and SMBus system hooks require sudo; the installer prompts before installing udev rules and persisting i2c-dev, or applies them automatically when run with --yes.

šŸ”—Windows

Download the NSIS installer from the release page. The app installs per-user and only asks for elevation when you opt into SMBus and RAM RGB support through the PawnIO helper.

šŸ”—macOS

Download the matching DMG for Apple Silicon or Intel from the release page. Current builds are unsigned while the Developer ID and notarization rollout finishes, so Gatekeeper may require right-clicking the app and choosing Open on first launch.