Devly - 50+ dev utilities in your Mac menu bar + CLI support
by•
Devly is a macOS menu bar app with 50+ developer utilities in one place. No more switching between tabs to decode JWTs, format JSON, convert timestamps, or generate UUIDs.
v2.0.0 ships full CLI support via Homebrew so you can use every tool in scripts and pipelines too.
brew install aarush67/tap/devlycli
cat data.json | devly jsonformat
echo "password" | devly hash
devly jwt your-token
The CLI is completely optional. The menu bar app works exactly as before.


Replies