Installation
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.
Next Steps
Section titled “Next Steps”After installation, configure your AI tool.