I was building a form filling software — it can take the first pass on any document (insurance, government forms, tax returns, visa applications).
The agent needed personal context: name, address, SSN, passport number.
So I built Personal Vault.
Claude Code kept hitting a port conflict in a session and restarting a stale process instead of killing it. I had no quick way to see what was running and clean it up.
So I built procm — a terminal process manager. Filter, sort, kill, restart. Vim keybindings. No config.
$ brew