Alfred · report!

Download

Install alfred-pi

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

By platform

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

Linux

x86_64 and arm64. Works on WSL2 too — use the shell installer inside your distro.

  • curl -fsSL https://alfred.report/install.sh | sh
  • Ensure ~/.local/bin is on PATH
  • Resume: alfred report my-slug

Windows

PowerShell 5.1+ or PowerShell 7. Run as your user — no admin required for user-scope npm.

  • irm https://alfred.report/install.ps1 | iex
  • Or: npm install -g @openroyleal/alfred-pi
  • Update: alfred report update

After install

TODO: Ship native binaries per OS. Today installers delegate to @openroyleal/alfred-pi on npm.