Everything stays on your machine
No network calls, no telemetry, no accounts. Paste a JWT or an API key and it never leaves your laptop — the whole toolbox works on a plane.
50+ everyday utilities — JSON, JWT, hashing, converters, generators and more — in one fast desktop app. Everything runs locally, so your tokens and payloads stay yours.
macOS · Windows · Linux — free for personal use
1{2 "name": "hexkit",3 "offline": true,4 "tools": 50,5 "tracking": null6}// why hexkit
No network calls, no telemetry, no accounts. Paste a JWT or an API key and it never leaves your laptop — the whole toolbox works on a plane.
A command palette puts every tool one keystroke away. Smart detection guesses the right tool from whatever you paste.
JSON, XML, SQL, code — output is highlighted, foldable, and easy to scan, in both light and dark themes.
Open the same tool twice, keep separate scratchpads, and pick up exactly where you left off — tab state survives a restart.
Built on a Rust core and a system WebView. Tiny memory footprint, instant cold start, signed builds for macOS, Windows and Linux.
// the toolbox
Smart detection picks the right one as you paste.
// pricing
Commercial use and advanced workflows will be part of a future Pro license. The core toolbox stays free for individuals.
For your own machine and hobby projects, forever.
For commercial use and power-user workflows.
Grab a signed build for your platform, or build it yourself from source. No sign-up required.
Tip: press the command palette key to open any tool instantly.
// command line
The same tools that run in the app are exposed as a single CLI binary, so you can script JSON pretty-prints, generate hashes from a Makefile, or wire the Raycast extension to it.
Downloadhexkit-cli archiveOpen Hexkit → the menu offers Install Command Line Tools…, and a banner prompts on first launch. The app ships the CLI alongside it, so no extra download is needed.
Builds and installs to ~/.cargo/bin/hexkit.
cargo install --git https://github.com/trinvh/hexkit hexkit-cliEach GitHub release attaches a hexkit-cli-<platform>.tar.gz (Linux/macOS) or .zip (Windows) with SHA-256 checksums.
tar -xzf hexkit-cli-*.tar.gz && mv hexkit /usr/local/bin/