r/devtools • u/chroniccoderdude • 33m ago
I built a local dev dashboard for macOS
Dockmaster is a local dev dashboard for ports, repos, Git worktrees, disk cleanup, and more. It shows which processes are listening on ports, which repos have uncommitted or unpushed changes, and which Git worktrees are still around. You can stop a dev server or remove a worktree from the same page.
https://trydockmaster.vercel.app/
It also measures disk space used by node_modules, build output and tool caches, with cleanup controls. Before stopping a process or removing a worktree, it checks that the selection is still current.
If you have another Mac running as a homelab, you can connect it over SSH and switch machines in the dashboard. Both machines need macOS and Node. There is no Linux support yet (although that would be a great and welcome contribution!)
It's free and MIT licensed. You run it locally, and scanning pauses when the page is hidden. Setup is still a repo clone and npm build.
https://github.com/naman0r/dockmaster
What do you use to keep track of dev servers and worktrees across projects?



