

A Mac app for keeping npm, pnpm, Yarn, and Bun projects current. Bumply shows you every command before it runs, backs up your manifest and lockfile byte-for-byte, and rolls back the moment anything fails.
Loading comments…
Maker
dev_404
Visit Website
bumply.app
Project Info
Product Keywords
Bumply is a Mac app that keeps npm, pnpm, Yarn, and Bun projects up to date without the usual risk. It shows you the exact command before it runs, backs up your manifest and lockfile byte-for-byte, and rolls everything back the moment something fails. Built for macOS 13 and later, it works across all your Node projects from a single window—and it's free for up to three projects.
Every update shows the full command before it executes, and your manifest and lockfile are copied before anything is touched. If the update fails, those files are restored byte-for-byte. If you change your mind a week later, Update History lists every update the project has had and puts those two files back—without ever writing to your git history.
Bumply shows what's installed, what your manifest asks for, and what the registry offers, each with its source. Every update is classified: it tells you whether the new version stays inside your declared range or crosses a major version, so you never get surprised by a breaking change.
Advisories come from your package manager's audit data, read-only, using flags like package-lock-only and ignore-scripts. Nothing is installed and no package script runs while Bumply looks, so you get vulnerability counts by severity without any risk of executing untrusted code.
Bumply finds build artefacts your project can rebuild from scratch—node_modules, .next, .turbo, Pods—and shows what each one costs. Anything you remove goes to the Trash, and it marks each item as regenerable or worth checking first, so you never delete something you can't get back.
Other tools you might consider
Bumply shows you every command before it runs, and undoes anything—byte-for-byte, days later.
That's the core promise, and it holds up. Most update tools either run blindly or leave you to manually restore files. Bumply's combination of pre-flight command display, exact backups, and a full Update History means you can experiment with updates freely, knowing the original state is always one click away. It also never touches your git history, which keeps your commit log clean and your workflow intact.
You manage Node projects on a Mac and have ever regretted an update. Bumply is especially valuable if you work with multiple package managers, maintain monorepos, or want vulnerability checks that don't execute package scripts. It's free for three projects, so you can test it on your most important work without committing to a purchase.