Open Tools LibraryOpen Tools Library
About us

The free tool library that never asks for your files

Open Tools Library is a growing collection of everyday tools — merging a PDF, strengthening a password, converting a file — that run entirely inside your browser. No upload, no account, no watermark, no cost. This page explains why that's the whole point, how it's technically possible, everything you can already do here, and how we keep expanding it.

100% client-sideNo signup, everNo file ever uploadedFree, permanently

Why we exist

Search for almost any everyday file task — "merge PDF," "compress image," "convert to Word" — and the results are dominated by sites that ask you to upload your file to a stranger's server first. Some queue you behind a daily limit. Some quietly attach a watermark unless you subscribe. Nearly all of them want an account, an email address, or both, before they'll do something as simple as combining two PDFs.

None of that friction is actually necessary. A modern browser is powerful enough to merge, split, compress, sign, and convert files entirely on its own — no server required. Open Tools Library is built around that fact. Every tool here does its work using JavaScript running on your own device, the same way a desktop application would, except there's nothing to install and nothing to sign up for.

The goal is simple: become the one link you bookmark for any everyday tool, instead of searching fresh every time and gambling on whichever ad-choked, upload-your-file site ranks highest that week.

How it actually works

When you drop a file into a tool on this site, your browser reads it directly into memory using the File API — the same browser-native mechanism any app uses to let you pick a file. From there, everything happens locally: pdf.js (the same rendering engine behind Firefox's built-in PDF viewer) decodes and displays PDF pages, pdf-lib writes new PDF bytes back out, and the browser's own Canvas API handles image decoding and re-encoding. At no point does your file get serialized into a network request.

Some tools go further. The PDF Editor and Sign PDF tools track every element you place in the exact coordinate space of the underlying PDF page, so what you see while editing is what ends up in the exported file — no separate upload-and-reprocess step to introduce drift between preview and output. The PDF to Word tool falls back to Tesseract.js, a WebAssembly build of the Tesseract OCR engine, when a scanned PDF has no text layer to extract — that's genuine optical character recognition, running as compiled WebAssembly in your tab, not a server-side call.

The only network request any tool makes is a one-time download of the OCR engine itself (from a public CDN, the first time you use OCR) — never your file. The full breakdown of exactly what each tool does and doesn't send anywhere is in our Privacy Policy.

Every tool you can use today

85 tools across all 12 categories are live right now — PDF, image, video, developer, security, calculators, and more. Here's a cross-section spanning every category; the full breakdown by category is just below.

Merge PDFCombine multiple PDF files into a single document, in any order you choose.Image CompressorReduce JPG, PNG, or WEBP file size with an adjustable quality slider and an instant before/after size preview, all processed locally in your browser.Video to GIF ConverterConvert a video clip into an animated GIF with control over frame rate, size, color count, and dithering, encoded by a real from-scratch GIF89a/LZW compressor running entirely in your browser.URL to Markdown ConverterPaste a webpage URL and get back clean Markdown of just the article content, with navigation, ads, and sidebars automatically stripped out — then export it straight to PDF, Word, HTML, or plain text.Word CounterCount words, characters, sentences, and paragraphs live as you type, plus get a Flesch readability grade and a stopword-filtered keyword density report.Cron Expression Generator & ParserPaste any cron expression to get a plain-English description, a field-by-field breakdown, and the next 8 upcoming run times in your local timezone — or start from a quick preset like "every 5 minutes" or "weekdays at 9am" and build one from scratch.Loan / EMI CalculatorCalculate your monthly loan payment, see the complete amortization schedule broken down by year or month, and find out exactly how much time and interest an extra monthly payment would save.Meta Tag GeneratorBuild a complete, correctly formatted set of meta tags — title, description, canonical URL, Open Graph, and Twitter Card — with live previews of how the page will look in Google search results and when shared on social media.Memorable Password StrengthenerType a word you already know you'll remember — a pet's name, a favorite place — and turn it into a strong password using look-alike character substitution (a→@, o→0, i→!, and more), with a plain-English breakdown of every change, a genuine entropy-based strength score, and an honest note if substitution alone isn't enough.Text SummarizerCondense any article or document down to its most important sentences using a transparent ranking algorithm — adjust the summary length with a slider, switch between key-sentence, stats-only, and quotes-only lenses, and see the relevance score behind every sentence.QR Code GeneratorGenerate scannable QR codes for URLs, WhatsApp, Google Reviews, contact cards, calendar events, location, email, phone, SMS, Wi-Fi logins, or plain text — with a center logo, solid or gradient colors, and PNG, SVG, or PDF download, encoded from scratch entirely in your browser.

Prefer to browse everything in one place, with filters? See the full tools directory.

Every category, live today

Open Tools Library was built out deliberately, one category at a time, finishing each before starting the next rather than launching everything half-built on day one. That plan is complete — every category we set out to build is live. Here's the full breakdown:

LivePDF Tools13 tools live — Merge, split, compress, convert, sign, and edit PDF files entirely in your browser. No uploads, no waiting, no signup.LiveImage Tools14 tools live — Remove a photo's background with a real AI model, resize, compress, and convert images between JPG, PNG, and WEBP, plus convert images to PDF and back — all today, in your browser.LiveVideo Tools4 tools live — Grab frames from a video, record your screen, convert a clip to GIF, and compress a video's file size — all today, in your browser.LiveFile Converters16 tools live — Convert CSV to JSON, Markdown to HTML, and YAML to JSON (and back), plus image and document formats — all today, in your browser.LiveText & Writing Tools8 tools live — Word and character counters, case converters, slug generators, and lorem ipsum — free, private, and packed with more depth than the usual text tools.LiveDeveloper Tools20 tools live — Format and validate JSON, convert XML to JSON, encode or decode Base64, test regex, convert Unix timestamps, diff two blocks of text, and parse cron expressions — all today, in your browser.LiveCalculators & Finance6 tools live — Calculate percentages (including stacked discounts), split a tip fairly, work out loan payments with a full amortization schedule, and project compound interest growth — all today, in your browser.LiveSEO Tools5 tools live — Generate meta tags, robots.txt, XML sitemaps, and clean URL slugs — all today, in your browser.LiveSecurity & Privacy19 tools live — Strengthen a memorable password, check for phishing and lookalike URLs, inspect suspicious files, audit SPF/DKIM/DMARC and HTTP security headers, check a server's live TLS configuration, encrypt files with AES-256, generate 2FA codes, decode JWTs and SSL certificates, analyze email headers, and generate secure tokens — all today, in your browser.LiveDocuments & Templates2 tools live — Create an invoice, quote, or receipt with a real downloadable PDF, or check a resume the way an ATS actually parses it — all in your browser, nothing saved to a server.LiveAI Tools10 tools live — Summarize text, extract keywords, listen with text-to-speech, count tokens for GPT-4 and Claude, check or build a well-structured prompt, and check a photo for real AI-generation signals — smart, algorithm-powered tools, all today, in your browser.LiveDesign & Color Tools8 tools live — Pick and convert colors, check WCAG contrast, generate color palettes, and create custom QR codes — plus placeholder text for mockups — all today, in your browser.

Built on open source

None of this would be possible without the open-source projects that do the actual heavy lifting inside every tool. We think that's worth crediting explicitly rather than burying in a license file:

pdf-lib

Creates and edits PDF documents directly in the browser — the engine behind merging, splitting, signing, and editing.

pdf.js

Mozilla's PDF rendering engine — the same technology behind Firefox's built-in PDF viewer — used to render and read PDF pages.

JSZip

Bundles multiple output files (like a batch of converted images) into a single downloadable .zip, entirely client-side.

Tesseract.js

A WebAssembly build of the Tesseract OCR engine, used as a fallback to read text out of scanned, image-only PDFs.

Every one of these runs entirely on your device alongside our own code — none of them phone home with your file, either.

How we make money (and how we don't)

Running and building a site costs something, even when every tool on it is free. We cover that with advertising — currently supplemented by Google Analytics to understand which tools actually get used, with Google AdSense planned to support it financially — never with subscriptions, never by selling data.

That second point isn't just a promise, it's a structural fact: since your files are processed entirely on your device and never reach our servers, there is no file data of yours for us to collect, analyze, or sell in the first place. The full detail on exactly what is and isn't collected — and how to opt out of analytics or personalized ads — is in our Cookie Policy and Privacy Policy.

This model doesn't change as we keep adding tools. Every tool that ships free stays free, permanently.

Our privacy commitment

Privacy on Open Tools Library isn't a toggle you switch on, or a setting buried in an account you had to create anyway — it's the architecture. There is no upload button that sends your file anywhere, so there's no "opt out of file sharing" checkbox to forget, and no server-side copy that could later leak, get subpoenaed, or be used to train a model.

That covers the actual files you process. For the handful of things the site does need to operate — anonymous traffic analytics, and eventually advertising — we've published our Privacy Policy, Cookie Policy, and Terms of Service in full, in plain language, rather than a wall of boilerplate designed to be skipped.

Why accuracy is non-negotiable

A tool that's private but wrong isn't actually useful — a merged PDF with a corrupted page, or a signature placed a few millimeters off, defeats the point just as much as a tool that uploads your file somewhere it shouldn't. So every tool here is built around exact coordinate math (PDF points converted precisely to on-screen pixels and back), not approximations, and tested by re-parsing its own output byte-by-byte to confirm the result actually matches what was requested — not just that it looked right on screen.

If you ever run into a tool that doesn't behave the way it should, that's genuinely useful to know about — tell us on the Contact page and we'll look into it.

Frequently asked questions

Who builds Open Tools Library?

A small, independent team — not a large company. That's a deliberate choice: it keeps the site focused on shipping tools that are genuinely useful rather than chasing every possible feature at once.

How do you decide what tool to build next?

Whatever's most useful to the most people, guided by tool requests and what people actually search for. Every planned category is live now, so new tools slot into whichever existing category they fit best.

Can I actually trust the output of these tools?

That's the standard we hold every tool to before it ships — see "Why accuracy is non-negotiable" above. If something ever looks wrong, we want to know: use the Contact page and we'll dig into it.

What happens to my files after I close the tab?

Nothing, because there was never anything to clean up. Files are read into your browser's memory for the duration of the tool, and that memory is released the moment you close the tab or navigate away. Nothing was ever written to a server to begin with.

Do you use my files to train AI or for any other purpose?

No. We never receive your files at all, so there's nothing to train on, analyze, or repurpose. Every tool runs entirely client-side.

Is Open Tools Library itself open source?

The site is built on top of open-source libraries (credited above), which we're grateful for and try to give visibility to. The site's own codebase isn't currently public.

How do I suggest a tool or report a bug?

The Contact page has dedicated options for both — tool requests and bug reports go to a real inbox someone actually reads.

Will tools ever move behind a paywall?

No. Every tool that launches free stays free, permanently. The site is funded by advertising, not subscriptions, so there's no pressure to convert free users into paying ones.

Ready to try it yourself?

No account, no upload, no catch — pick a tool and see for yourself.

Built independently.Available everywhere, in every browser.Read the fine print in our Privacy Policy.