macOS
brew install jwt-clilocal Homebrew formula metadata
sudo port install jwt-cliMacPorts ports tree · devel/jwt-cli/Portfile · ソース: api.github.com
brew
jwt-cli のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install jwt-clilocal Homebrew formula metadata
sudo port install jwt-cliMacPorts ports tree · devel/jwt-cli/Portfile · ソース: api.github.com
sudo apk add jwt-cliAlpine Linux edge package indexes · jwt-cli · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#jwt-clinixpkgs package indexes · pkgs/by-name/jw/jwt-cli/package.nix · ソース: api.github.com
sudo pacman -S jwt-cliArch Linux sync databases · jwt-cli · ソース: geo.mirror.pkgbuild.com
scoop install main/jwt-cliScoop official bucket manifest trees · bucket/jwt-cli.json · ソース: api.github.com
概要
Super fast CLI tool to decode and encode JWTs built in Rust
履歴
jwt-cli is a Rust command-line utility for decoding, verifying, and encoding JSON Web Tokens. It became a common package-manager answer to the everyday developer need to inspect opaque bearer tokens from a shell pipeline.
Mike Engel released jwt-cli publicly in March 2017, with GitHub release metadata showing 0.1.0 as an initial prerelease on March 6, 2017. The README frames the tool around two goals: decoding JWT headers and claims like other JWT CLIs, and encoding new JWTs with flexible headers, claims, and secrets.
The project evolved with the Rust JWT ecosystem. Its changelog records a move to the `jsonwebtoken` crate in 0.3.0, JSON output in 2.1.0, stdin support in 2.4.0, ECDSA support in 2.5.0, PEM support through `jsonwebtoken` 7 in 3.0.0, stricter expiration handling and file secrets in 5.0.0, EdDSA and output-file support in 6.0.0, and JWKS support in 6.1.0.
The tool spread through several package ecosystems because JWT inspection is a cross-platform developer workflow. The README documents installation through Homebrew, MacPorts, Cargo, FreeBSD ports, Scoop, and Arch Linux, and the Homebrew formula also records package-manager distribution under the `jwt-cli` formula.
jwt-cli is used in two main ways: as an interactive command such as `jwt decode TOKEN`, and as a pipeline component, for example extracting an access token with `curl` and `jq` and piping it into `jwt decode -`. Encoding support lets developers create test tokens without reaching for a web UI.
Its significance is package-manager convenience: JWTs are everywhere in web auth, and a small static-ish Rust CLI with shell completion, stdin behavior, and broad OS packaging is exactly the kind of utility users expect to install with one command.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
jwt | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/mike-engel/jwt-cli
インストールメタデータ
| パッケージキー | brew:jwt-cli |
|---|---|
| バージョン | 6.2.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/jwt-cli |
| ホームページ | https://github.com/mike-engel/jwt-cli |
| リポジトリ | https://github.com/mike-engel/jwt-cli |
| 上流ドキュメント | https://github.com/mike-engel/jwt-cli |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/mike-engel/jwt-cli/archive/refs/tags/6.2.0.tar.gz |
| ビルド依存関係 | rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jwt-cli |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
jwt-cli
nix profile install nixpkgs#jwt-clijwt-cli 6.2.0-r0
Super fast CLI tool to decode and encode JWTs
https://github.com/mike-engel/jwt-cli
sudo apk add jwt-clijwt-cli 6.2.0-1
A super fast CLI tool to decode and encode JWTs
https://github.com/mike-engel/jwt-cli
sudo pacman -S jwt-clijwt-cli
sudo port install jwt-climain/jwt-cli
scoop install main/jwt-clijwt 5.0.0+really4.5.2-1+b2
golang implementation of JSON Web Tokens (command line)
https://github.com/golang-jwt/jwt
sudo apt install jwtjwt 5.0.0+really4.5.0-1
golang implementation of JSON Web Tokens (command line)
https://github.com/golang-jwt/jwt
sudo apt install jwtソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.