macOS
Apple Silicon and Intel. Homebrew optional — the curl installer is enough.
- Terminal:
curl -fsSL https://alfred.report/install.sh | sh - Or:
npm install -g @openroyleal/alfred-pi - First run:
alfred report
Download
One-liner per platform. Requires Node 20+ for package managers. Shell installers handle PATH.
macOS / Linux
curl -fsSL https://alfred.report/install.sh | sh
Windows
powershell -c "irm https://alfred.report/install.ps1 | iex"
Package managers
npm install -g --ignore-scripts @openroyleal/alfred-pi
pnpm add -g --ignore-scripts @openroyleal/alfred-pi
bun add -g --ignore-scripts @openroyleal/alfred-pi
Apple Silicon and Intel. Homebrew optional — the curl installer is enough.
curl -fsSL https://alfred.report/install.sh | shnpm install -g @openroyleal/alfred-pialfred reportx86_64 and arm64. Works on WSL2 too — use the shell installer inside your distro.
curl -fsSL https://alfred.report/install.sh | sh~/.local/bin is on PATHalfred report my-slugPowerShell 5.1+ or PowerShell 7. Run as your user — no admin required for user-scope npm.
irm https://alfred.report/install.ps1 | iexnpm install -g @openroyleal/alfred-pialfred report updatealfred reportSay the wake word — first launchalfred report <slug>Resume a kebab-slug sessionalfred report updatePull latest harnessTODO: Ship native binaries per OS. Today installers delegate to @openroyleal/alfred-pi on npm.