bole
Package managers scattered like autumn leaves fall— the bole holds them firm.
What
Shows which package managers are installed, their versions, locations, and how they were installed.
┌────────┬─────────┬──────────────────────────┬──────────────────┬─────────────────┐
│Name │Version │Path │Via │Others │
├────────┼─────────┼──────────────────────────┼──────────────────┼─────────────────┤
│cargo │1.91.0 │~/.cargo/bin/cargo │Rustup │- │
├────────┼─────────┼──────────────────────────┼──────────────────┼─────────────────┤
│npm │11.5.1 │/opt/homebrew/bin/npm │Homebrew │1 other location │
├────────┼─────────┼──────────────────────────┼──────────────────┼─────────────────┤
│pnpm │10.14.0 │/usr/local/bin/pnpm │Node.js → Corepack│- │
└────────┴─────────┴──────────────────────────┴──────────────────┴─────────────────┘
Install
Use
# Show all package managers
# Filter by category
# Category aliases supported
# Show all installations with locations
# Tree format
Supported
- System: Homebrew, MacPorts, Nix
- JavaScript: npm, yarn, pnpm, bun, deno
- Python: pip, poetry, uv, conda, pdm
- Other: Rust (cargo), Go, Haskell (cabal/stack), Gleam
- Tools: asdf, volta, mise, corepack
License
MIT