Local JWT Tool

A local JWT inspector for macOS.

Wring gives macOS developers a fast way to decode and inspect JSON Web Tokens from the menu bar. Paste a JWT, review its header, payload, claims, expiry state, and signature section, then copy the useful parts back to your editor.

What it does

  • Decode JWT header and payload locally on your Mac.
  • Inspect standard claims such as exp, iat, nbf, iss, sub, and aud.
  • Verify HS256/HMAC signatures with a secret you provide.
  • Avoid sending OAuth tokens, API tokens, or session data to random web tools.

Why local matters

Wring v1 does not fetch JWKS endpoints automatically. The app has no network entitlement, so JWT inspection stays local unless a future opt-in workflow explicitly adds network access.

When to use it

  • Debug OAuth and API tokens during development.
  • Check whether a token is expired before pasting it into logs or docs.
  • Inspect payload shape while keeping private claims on your Mac.
JSON Formatter for MacFormat, validate, minify, sort, and inspect JSON locally on macOS with Wring. A private JSON formatter for developers who do not want browser tools touching sensitive payloads.Regex Tester for MacTest regular expressions locally on macOS with Wring. Match text, inspect captures, and iterate quickly from the menu bar without switching to a browser regex tester.Hash Generator for MacGenerate hashes locally on macOS with Wring. Create MD5, SHA-1, SHA-256, SHA-384, SHA-512, and HMAC digests without uploading input to a web hash tool.Encoder, Decoder, and Text Utilities for MacEncode, decode, and clean up text locally on macOS with Wring. Use Base64, URL, HTML, hex, case conversion, line deduplication, sorting, and trimming from the menu bar.Text Diff for MacCompare text locally on macOS with Wring. View split and unified diffs from the menu bar without sending snippets, logs, configs, or code to a web diff tool.Timestamp Converter for MacConvert Unix timestamps and dates locally on macOS with Wring. A fast menu bar timestamp converter for debugging logs, APIs, jobs, and event data.Cron Parser for MacParse cron expressions locally on macOS with Wring. Understand schedules and upcoming runs from the menu bar without switching to an online cron parser.Color Converter for MacConvert color formats locally on macOS with Wring. Work with HEX, RGB, HSL, and related color values from a native menu bar developer utility.UUID Generator for MacGenerate UUIDs locally on macOS with Wring. Create UUID v4 values from the menu bar for tests, fixtures, database rows, and development workflows..env Manager for MacManage .env secrets locally on macOS with Wring. Store environment values in the macOS Keychain and protect them with Touch ID or your device password.Load Monitor for MacCheck local CPU, memory pressure, storage, battery, and device info on macOS with Wring. A compact load monitor for developers running local servers and tools.