← Package directory
Available on winget

Install jwtd

Decode and pretty-print JSON Web Tokens with syntax highlighting

Install with winget
winget install --id WebCodr.jwtd
Upgrade
winget upgrade --id WebCodr.jwtd
Uninstall
winget uninstall --id WebCodr.jwtd

About jwtd

jwtd is a command-line tool that decodes and pretty-prints JSON Web Tokens (JWT) and JSON Web Encryption (JWE) tokens with syntax-highlighted JSON output. It can verify JWS signatures and decrypt JWEs when given a key via the --key flag or the JWTD_KEY environment variable.

What's new in 5.2.0

Highlights WinGet (Windows) jwtd is now installable with the built-in Windows Package Manager: winget install WebCodr.jwtd The manifest installs the same signed release binary as every other channel, packaged as a portable zip whose hashes are taken from the release's signed checksums.txt. Windows releases now ship an additional .zip archive alongside the existing .tar.gz; its jwtd.exe is byte-for-byte the same binary. Scoop, Homebrew, AUR, Fedora COPR, and Nix are unchanged. What's Changed - feat: publish to WinGet by @bsg62 in #19 Full Changelog: v5.1.0...v5.2.0

Read release notes

Version history

Version Updated Notes
5.2.0 Highlights WinGet (Windows) jwtd is now installable with the built-in Windows Package Manager: winget install WebCodr.jwtd The manifest installs the same signed release binary as every other channel, packaged as a portab...