Last updated
Fetch a public verification key from a JWKS endpoint (or via OIDC discovery) and emit it as PEM.
$ winget install --id ShikeChen.JwksFetch --exact --version 1.2.2Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
For Intune admins
Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.
Start free 30-day trialNo credit card required.
jwksfetch is a single Native AOT executable (no .NET runtime required) that retrieves a public
JSON Web Key from a remote JWKS endpoint or via OIDC discovery, then emits the key in PEM format
to stdout. Designed as a companion to jwtdecode: pipe jwksfetch output directly into
jwtdecode --verify --key-file - for end-to-end offline JWT verification after an initial key fetch.
Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.
No known CVEs for JwksFetch.
Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.
More from ShikeChen or browse jwks, jwt, json-web-key.