toolgarden.xyz
中文

ToolGarden

Free online tools that run locally in your browser; JSON, images, PDFs, text, QR codes, and subtitles. No upload, no sign-in.

All processing runs locally in your browser. Input data is not uploaded to a server, which helps with sensitive data.

Popular tools

JSON FormatterFree online JSON / JSONC / JSON5 formatter to format, minify, and validate data with comments, trailing commas, tree view, and node operationsJSON Repair / CleanFree online JSONC / JSON5 repair tool for comments, trailing commas, single quotes, unquoted keys, and other common JSON issuesJSON ↔ YAMLFree online JSON to YAML and YAML to JSON converterJSON → TypeScriptFree online tool to infer and generate TypeScript interface types from JSON / JSONC / JSON5Convert to PDFFree online tool to convert Word, Excel, PowerPoint, EPUB, MOBI, JPG, PNG, WebP, TXT, Markdown, and HTML to PDFPDF to WordFree online tool to preserve PDF text sizes, basic styling, and images in editable Word DOCX documentsMerge PDFFree online PDF merger that combines multiple PDF files into one document with drag-and-drop reorderingImage CompressorFree online image compressor for JPG, PNG, WebP, and other images locally in your browser, preserving the original format by default with optional WebP outputImage UpscaleFree online image upscaler for JPG, PNG, WebP, and other images at 2x, 3x, 4x, or custom dimensions with pixel-perfect, Smooth HD, and Sharp enhance modesRemove image backgroundFree online background remover that processes images locally in your browser with an open-source model and exports a transparent PNGID Photo MakerFree online ID photo maker with China 1 inch, 2 inch, China visa, 2 x 2 inch, and custom sizes, with AI background removal, face framing, background colors, drag, and zoomImage watermark removerFree online tool to select a watermark area, inpaint it with a local browser AI model or fast pixel repair, and export JPG, PNG, or WebPImage watermarkFree online tool to add text or image watermarks with drag positioning, grids, tiling, rotation, and opacity controlsImage editorFree online image editor for shapes, polylines, brush, marker, text, mosaic, blur, and eraser annotationsImage to IconFree online tool to turn PNG, SVG, JPG, WebP, and other images into ICO, ICNS, or multi-size PNG ZIP icons with background removal, drag scaling, corner radius, and browser previewsSubtitle MakerFree online LRC, SRT, and VTT subtitle editor and converter with media preview, timeline calibration, and subtitle exportAudio to MP3Free online tool to convert WAV, M4A, AAC, OGG, OPUS, WebM, FLAC, and other audio files to MP3 locally in your browserExtract audioFree online tool to extract audio from MP4, MOV, WebM, MKV, AVI, MPEG, and other video files as MP3Audio to textFree online audio transcription tool that loads an open-source Whisper model in the browser and converts speech to textStem splitterFree online stem separation that loads the open-source HT-Demucs model in your browser and splits a song into vocals, drums, bass, guitar, piano, and otherWord CountFree online text counter for characters, words, lines, paragraphs, sentences, and byte sizeText DiffFree online text diff using an open-source diff algorithm to highlight line and word changesMarkdown to PDFCreate a clean PDF locally, with CJK text and automatic paginationMarkdown to HTMLCreate complete HTML locally, ready to preview, copy, and downloadImage OCR (Text Recognition)Free online OCR that extracts text from images, ideal for scans, screenshots, and photosPDF Encrypt / DecryptFree online PDF password protection and removal with permission restrictions, all processed in the browserPDF WatermarkFree online PDF watermark tool with center / tile / diagonal layout, opacity, rotation and color optionsPDF to ImageFree online PDF to image converter that exports each page as high-resolution PNG or JPGRegex TesterFree online regular expression tester with flags, named groups, highlighted matches and common templatesTimestamp ConverterFree online Unix timestamp and date converter with second, millisecond, microsecond precision and multiple time zonesUUID GeneratorFree online UUID v1 / v4 / v7 and NanoID generator with batch output, case toggle and hyphen removalColor ConverterFree online color format converter between HEX, RGB, HSL, HSV, CMYK with a live swatch previewInfo Encoder / DecoderFree online tool for Unicode, URL, UTF16, Base64, MD5, SHA1, hex, JWT, Cookie, Gzip, and string escapingJWT ParserFree online JWT parser to decode tokens, inspect Header / Payload, and verify HS256 signatures

Info codec(1)

QR tools(2)

Subtitle tools(1)

What this category is for

Every tool on ToolGarden starts from one premise: if the browser can do the work itself, the file does not go to a server. JSON parsing, image codecs, PDF page reassembly, audio transcoding, OCR and background-removal models all run in-page now, via Canvas, Web Workers, WebAssembly and local models.

The practical consequence is that you can drop an API response containing tokens, an unsigned contract, a scanned ID or an unpublished manuscript straight into a tool, because none of it leaves this device.

Choosing between these tools

Find it by data type
The top navigation groups tools by JSON, image, audio, PDF, text, file merging, encoding, QR codes and subtitles. When you know what kind of file you are holding, the category page is the fastest way in.
Find it by action
Within a category, tools are named after the action; convert, compress, merge, split, diff, validate, extract. Search matches action words directly, so typing "merge" lists the merge tool for every format.
Not sure which one applies
Every category page carries a "choosing between these tools" section and a format comparison table, and every tool page has steps, a worked input/output example and its limits. Reading the category page first saves redoing the job after picking the wrong format.
Curious how it works
The blog covers in-browser media processing, model inference and format specifications, and tool pages link down to the relevant deep-dive guide.

Formats and capabilities compared

Local processing differs from upload-based tools in more than privacy; the capability limits differ too, which is what tells you when to reach for desktop software instead.

DimensionProcessed in the browserUploaded to a server
Where data goesThe file stays on your device; only code and models come down the wireThe file must be uploaded, after which retention and deletion are the operator's policy
File sizeBounded by browser memory; very large files can failBounded by server limits, and usually handles more
SpeedDepends on your device; transcoding is fast, model inference is slowDepends on server capacity, and is usually more predictable
Works offlineMost tools work offline once their assets are cachedRequires a connection

Limits that apply across this category

Every tool is free and needs no account. The site does count page visits to learn which tools get used; that is a separate data flow from what you put into a tool, and the privacy policy spells out the distinction.

The trade-off for local processing is that the compute and the memory are yours. Files up to tens of megabytes are generally fine, but very long media, PDFs with a great many pages, and AI tools that download tens of megabytes of model can be slow or fail outright on modest hardware or a weak connection. Desktop or command-line software is the better choice there.

Most conversions are lossy or not fully reversible. Always keep the original file, and check the output before a converted result goes into a real process.

Topic guides

Start with a complete guide, then use the focused articles for a specific workflow or question.