Appearance
Installation
CLI
The fastest way to install the Latency CLI:
bash
curl -sf https://latency.app/install.sh | shjs
export default {
data () {
return {
msg: 'Focused!'
}
}
}This installs the latency binary to /usr/local/bin by default.
Homebrew
bash
brew install latency-app/tap/latencyManual download
Pre-built binaries are available on the releases page for:
- macOS (Apple Silicon & Intel)
- Linux (amd64, arm64)
- Windows (amd64)
Verify installation
bash
latency --versionUpdating
bash
latency upgradeOr re-run the install script; it always fetches the latest release.