A Go CLI tool for the [PHAROS](https://getpharos.dev) MCP server package registry. Linux / macOS / WSL / Git Bash: ```bash curl -fsSL getpharos.dev/install | sh ``` Windows PowerShell (not cmd — `curl | sh` is not a cmd command): ```powershell irm https://getpharos.dev/install.ps1 | iex ``` Until `/install.ps1` is live on the site, download the `.exe` from [the latest release](https://github.com/Wpnx330/pharos-cli/releases/latest) (`pharos_1.0.0_windows_amd64.exe`) and put it on your PATH.