01 / overview
GitHub

Monogrove.

A Mac app and a terminal-native TUI that walk every project on your machine and report on all of them at once: version drift, security advisories, packages nobody has published in years. Both run the same scan. Use whichever fits.

ordownload .dmg
02 / capabilities
01
fleet-wide scan

one walk across your projects: standalone repos, monorepo workspaces, OSS clones, throwaway scripts. reads pnpm, npm, yarn, and bun lockfiles for the truth, falls back to the manifest range when there isn’t one.

02
package spread

every project pinning typescript, react, or next, lined up version by version. the one repo three majors behind sits directly under the twelve that aren’t.

03
live security advisories

OSV.dev pulled per-package and normalised to GHSA severity buckets. high and critical sort to the top, ahead of everything that is merely out of date.

04
reviewed upgrades

jump to latest, or stair-step to the next major’s latest patch, package by package. the full plan renders before any command runs. nothing touches disk until you say so.

03 / install
homebrewrecommended

Installs the Mac app and puts monogrove on your PATH for the TUI. Tracks the appcast, so brew upgrade picks up releases as they ship.

$ brew tap howells/tap
$ brew install --cask monogrove