[ 100% local · 0 third-party calls ]
The private, offline toolkit that never phones home.
offlineutils.com is a free collection of 45browser-based tools for developers and creators — format JSON, decode JWTs, convert data, resize images, and merge, split & secure PDFs — that run 100% in your browser. No uploads, no accounts, no cookies. Paste a production secret and watch the network: your input never leaves the tab.
- tools
- 45
- categories
- 7
- servers
- 0
- cookies
- 0
$ offlineutils verify --privacy
✓ computation runs on-device
✓ no cookies, ads, or fingerprinting
✓ inputs never serialized to the network
third-party requests: 00 // verified — no third-party calls
$
- JSON FormatterFormat, validate and minify JSON entirely in your browser.
- Base64 Encoder / DecoderEncode text to Base64 and decode it back, all offline.
- URL Encoder / DecoderPercent-encode and decode URL components instantly.
- URL ParserBreak any URL into its protocol, host, path and query parameters.
- JWT DecoderDecode and inspect JSON Web Token claims without sending them anywhere.
- Regex TesterTest JavaScript regular expressions with live match highlighting.
- UUID GeneratorGenerate cryptographically random UUIDs (v4) in bulk.
- ULID GeneratorGenerate time-ordered, URL-safe ULIDs in bulk.
- Hash GeneratorCompute SHA-256, SHA-1, SHA-512 and MD5 hashes in the browser.
- Timestamp ConverterConvert between Unix timestamps, ISO 8601, and human-readable dates.
- Cron Expression ExplainerTranslate cron expressions into plain English and preview the next runs.
- CSS Flexbox & Grid PlaygroundVisually compose Flexbox and Grid layouts and copy the CSS.
- HTML Entity Encoder / DecoderEncode text to HTML entities and decode them back.
- Word & Character CounterCount words, characters, sentences and estimate reading time.
- Password GeneratorGenerate strong, cryptographically random passwords offline.
- Lorem Ipsum GeneratorGenerate placeholder Lorem Ipsum text in seconds.
- Text DiffCompare two pieces of text and highlight what changed.
- Case ConverterConvert between camelCase, snake_case, kebab-case, PascalCase and more.
- List Deduplicator & SorterClean a list — strip duplicates, sort, trim and reformat.
- Social Media Post PreviewerSee exactly where your post gets truncated on X, LinkedIn, Bluesky and YouTube.
- URL Slug GeneratorTurn any title into a clean, URL-safe slug.
- Text RepeaterRepeat text any number of times with a chosen separator.
- Remove Line BreaksStrip or collapse line breaks and extra whitespace from text.
- QR Code Generator & ScannerGenerate QR codes from any text, or scan one with your webcam.
- Image Resizer & CropperResize, crop and compress images on your device, never uploaded.
- SVG to PNG ConverterConvert SVG markup or files to crisp PNG at any resolution.
- Image Format ConverterConvert PNG, JPEG and WebP — bulk, in your browser.
- EXIF Metadata StripperRemove GPS, camera and timestamp metadata from photos before sharing.
- CSS Gradient GeneratorDesign linear, radial & conic gradients and copy the CSS.
- Box Shadow GeneratorDial in a CSS box-shadow visually and copy the code.
- Border Radius GeneratorRound each corner independently and copy the border-radius CSS.
- Glassmorphism GeneratorCreate frosted-glass CSS with backdrop-blur and copy it.
- Merge PDFCombine multiple PDFs into one — reorder by drag, all in your browser.
- Split PDFExtract page ranges or burst a PDF into single pages — in your browser.
- Organize PDF PagesReorder, rotate and delete PDF pages visually, then export — in-browser.
- Images to PDFCombine JPG and PNG images into a single PDF — in your browser.
- PDF to ImagesRender each PDF page to a PNG or JPEG — in your browser.
- Extract Text from PDFPull the selectable text out of a PDF — in your browser.
- PDF PasswordAdd or remove a PDF password (AES) — entirely in your browser.
// faq
Frequently asked questions
Is offlineutils.com free?
Is my data uploaded or stored anywhere?
Do you use analytics or track me?
Do the tools work offline?
Do I need to install anything or create an account?
Is it safe to paste production secrets or sensitive data?
How is this different from other online formatters and decoders?
// learn
Go deeper than the tools
// why offline
Your data never travels.
When a tool runs in your browser, nothing is uploaded — so you can paste production secrets, customer payloads, or private documents without worrying about logs, breaches, or third-party access. Verify it yourself: open DevTools → Network, use any tool, and watch it make zero requests.