Skip to content

Installation

Install the Hyprlayer CLI

Terminal window
brew tap brightblock/tap
brew install hyprlayer
Terminal window
winget install BrightBlock.Hyprlayer

Or install manually with the PowerShell script:

Terminal window
iex "& { $(irm https://raw.githubusercontent.com/BrightBlock/hyprlayer-cli/master/install.ps1) }"
Terminal window
cargo install --git https://github.com/BrightBlock/hyprlayer-cli.git
Terminal window
hyprlayer --help

Hyprlayer checks for updates once every 24 hours. On a new version it prints the upgrade command for your installation method:

Method Upgrade Command
Homebrew brew upgrade hyprlayer
winget winget upgrade BrightBlock.Hyprlayer
Cargo cargo install hyprlayer
PowerShell script Re-run the install script

To disable automatic update checks, set disableUpdateCheck: true in your configuration file.

Hyprlayer ships anonymized usage analytics on by default so we can prioritize features and catch regressions. We record stable event names, durations, outcomes, and a per-installation UUID. We never record your source code, prompts, model output, file paths, or environment variables. See Telemetry for the full data contract.

Opt out whenever you like:

Terminal window
hyprlayer telemetry off

After installation, configure your AI tool.