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:
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 | bashPin a specific tagged release with --version:
curl -fsSL https://raw.githubusercontent.com/hyperb1iss/hypercolor/main/scripts/install-release.sh | bash -s -- --version v0.1.0The 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.