# Install jwt-ui with Homebrew, pacman

TUI for decoding and encoding JWT tokens. Version 1.3.0 via Homebrew; verified 2026-06-15. Also installable with pacman: sudo pacman -S jwt-ui.

## Install

```sh
sudo av install brew:jwt-ui
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install jwt-ui
```

  Evidence: local Homebrew formula metadata

### Linux

- pacman (92%):

```sh
sudo pacman -S jwt-ui
```

  Evidence: Arch Linux sync databases: jwt-ui from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Package facts

- **Package key:** brew:jwt-ui
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/jwt-ui>
- **Version:** 1.3.0
- **Source summary:** TUI for decoding and encoding JWT tokens
- **Homepage:** <https://jwtui.cli.rs/>
- **Repository:** <https://github.com/jwt-rs/jwt-ui>
- **Upstream docs:** <https://github.com/jwt-rs/jwt-ui#readme>
- **License:** MIT
- **Source archive:** <https://github.com/jwt-rs/jwt-ui/archive/refs/tags/v1.3.0.tar.gz>
- **Last updated:** 2026-06-15T10:48:03Z
- **Generated:** 2026-07-25T07:20:51+00:00

## Executables

- jwtui (cli)
- jwtui (alias)

## Build dependencies

- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-25
- Package-manager version: 1.3.0
- Package-manager updated: 2026-06-15
- Local data: ok
- Upstream repository: https://github.com/jwt-rs/jwt-ui
- Upstream latest detected: v1.3.0 (current)
## Project history and usage

JWT UI is a Rust terminal user interface for decoding and encoding JSON Web Tokens, positioned as an offline terminal alternative inspired by JWT.io and jwt-cli.

### Project history

The jwt-rs project published early GitHub releases in January 2024, with v0.0.3 on January 11 and v1.0.0 later the same day. The README presents the tool as a TUI-first JWT decoder/encoder with mouse support, keyboard shortcuts, dark and light themes, clipboard support, and a stdout mode for non-interactive use.

The project builds on Rust terminal UI conventions while keeping JWT-specific workflows visible: token input, header and payload display, signature validation with HMAC/RSA/ECDSA/EdDSA secrets, JWKS support for decoding, and optional JSON/stdout output.

### Adoption history

jwt-ui is narrower than jwt-cli but was packaged for terminal-oriented users across Homebrew, Cargo, Scoop, Arch Linux, Docker, and manual release binaries. Its README also credits Auth0 by Okta branding, connecting it to mainstream identity-tooling culture.

### How it is used

Users run `jwtui` to open the interactive terminal interface, pass a token as an argument to prefill the decoder, or use stdout flags to print decoded token data in scripts. Secrets can be supplied as plain text, file references, base64 strings, or JWKS data depending on algorithm and mode.

### Why package nerds care

Its package-nerd appeal is the packaging of a web-debugging habit into a fully offline terminal app: no browser tab, no pasting sensitive tokens into a website, and still installable from the usual CLI package managers.

### Timeline

- 2024-01-11: Early v0.0.3 and v1.0.0 GitHub releases published.
- 2024-01-15: v1.0.4 GitHub release published.
- 2024: README documents Homebrew, Scoop, Cargo, Arch Linux, Docker, install-script, and manual binary installation paths.

### Related projects

- JWT UI is explicitly inspired by JWT.io and jwt-cli; it overlaps with jwt-cli for token encode/decode tasks but chooses an interactive terminal interface instead of a subcommand-first CLI.

### Sources

- <https://crates.io/crates/jwt-ui>
- <https://github.com/jwt-rs/jwt-ui>
- <https://github.com/jwt-rs/jwt-ui/releases>
- <https://jwtui.cli.rs/>
- <https://www.rfc-editor.org/rfc/rfc7519>


## Security Notes

No matching local secret-handling manifest was found for jwt-ui. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** jwt-ui
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- pacman - jwt-ui - 1.3.0-1: normalized package name match | Arch Linux sync databases: jwt-ui from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A command line UI for decoding/encoding JSON Web Tokens | https://github.com/jwt-rs/jwt-ui


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://www.automicvault.com/pkg/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [jwt-cli](https://www.automicvault.com/pkg/brew/jwt-cli/) - Shares av.db curated category or tags: cli, jwt, rust, security, token.
- [jwt-hack](https://www.automicvault.com/pkg/brew/jwt-hack/) - Shares av.db curated category or tags: cli, jwt, security, token.
- [authoscope](https://www.automicvault.com/pkg/brew/authoscope/) - Shares av.db curated category or tags: cli, rust, security.
- [cargo-audit](https://www.automicvault.com/pkg/brew/cargo-audit/) - Shares av.db curated category or tags: cli, rust, security.
- [cargo-deny](https://www.automicvault.com/pkg/brew/cargo-deny/) - Shares av.db curated category or tags: cli, rust, security.
- [cargo-geiger](https://www.automicvault.com/pkg/brew/cargo-geiger/) - Shares av.db curated category or tags: cli, rust, security.
- [checkpwn](https://www.automicvault.com/pkg/brew/checkpwn/) - Shares av.db curated category or tags: cli, rust, security.
- [feluda](https://www.automicvault.com/pkg/brew/feluda/) - Shares av.db curated category or tags: cli, rust, security.
- [flawz](https://www.automicvault.com/pkg/brew/flawz/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, rust, security, terminal, tui.

## Combined YAML source

View the package source record on GitHub. [combined/jwt-ui.yml](https://github.com/automic-vault/db/blob/main/combined/jwt-ui.yml)


## Sources

- Nucleus package database
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
