Package manager · macOS · Linux · Windows
One command.
Every package manager.
Poly installs from pip, npm, and checksum-verified binary releases behind a single unified command. No more remembering which tool owns which package.
$ poly search ripgrep ripgrep 15.1.0 (tap) Line-oriented search tool that recursively searches directories for a regex pattern $ poly install ripgrep downloading ripgrep [############################] 100% 1.7MiB/1.7MiB installed ripgrep 15.1.0 (via tap) note: tap binaries are installed to ~/.poly/bin, make sure it's on your PATH $ poly install requests@2.31.0 installed requests 2.31.0 (via pip) $ poly install npm:cowsay installed cowsay 1.6.0 (via npm) $ poly install brew:jq installed jq 1.8.2 (via brew) $ poly list NAME VERSION ADAPTER INSTALLED cowsay 1.6.0 npm 2026-07-11 15:52 jq 1.8.2 brew 2026-07-11 17:30 requests 2.31.0 pip 2026-07-11 15:52 ripgrep 15.1.0 tap 2026-07-11 15:52 $