Aarush Prakash

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.

Add a comment

Replies

Best
Aarush Prakash
Hey everyone, I'm Aarush and I built Devly! I made this because I kept losing focus mid-session switching between random websites to do simple things like format JSON or decode a JWT. Just wanted everything in one place. v2.0.0 adds full CLI support so you can finally use it in scripts and automation too. Install via Homebrew and it works just like any other terminal tool. Would love to know what tools you'd want added next. Happy to answer anything!