A minimal, keyboard-first TUI for npm built with Bubble Tea. Search, inspect, install/update your project's npm packages, and view package READMEs β all without leaving your terminal.
Quick keys
Context
Key
Action
Input
Enter
Run search for current query
Results
β/β
Move selection
Results
Enter
Toggle details sidebar for selected package
Results (sidebar open)
r
View README for selected package
Results
i
Install selected package
Results
I
Install as dev dependency
Results
u
Update selected package to latest (if installed)
Anywhere
Tab
Toggle focus between sections
Anywhere
Esc
Clear input and show your project packages
Anywhere
Ctrl+C
Quit
Tip: The help footer updates based on what you can do at the moment.
Features
π Fast npm search from the terminal
π§° Manage and update your project's npm packages
π Results show version, weekly downloads, license, and author
π Details sidebar with description and quick links (homepage, repo, npm)
β¨οΈ One-key install (i), dev install (I), and update (u) when installed
π§ Auto-detects npm, pnpm, yarn, and bun via lockfiles