Installation
Install the Hyprlayer CLI
Homebrew (macOS and Linux)
Section titled “Homebrew (macOS and Linux)”brew tap brightblock/tapbrew install hyprlayerWindows
Section titled “Windows”winget install BrightBlock.HyprlayerOr install manually with the PowerShell script:
iex "& { $(irm https://raw.githubusercontent.com/BrightBlock/hyprlayer-cli/master/install.ps1) }"cargo install --git https://github.com/BrightBlock/hyprlayer-cli.gitVerify Installation
Section titled “Verify Installation”hyprlayer --helpUpdating
Section titled “Updating”Hyprlayer checks for updates automatically once every 24 hours. When a new version is available, it displays the appropriate 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.
Telemetry
Section titled “Telemetry”Hyprlayer ships anonymized usage analytics on by default so we can prioritize features and catch regressions. Only stable event names, durations, outcomes, and a per-installation UUID are recorded — never source code, prompts, model output, paths, or environment variables. See Telemetry for the full data contract.
Opt out at any time:
hyprlayer telemetry offNext Steps
Section titled “Next Steps”After installation, configure your AI tool.