Every tool

Every tool here runs entirely on your device. No uploads, no server processing, ever. Use the search in the header, or browse the categories below.

PDF Tools 19

Category page

Merge, split, compress, sign and convert PDF files without uploading a single page.

Image Tools 22

Category page

Compress, resize, crop and convert photos with Canvas — the fastest tools on the site.

Calculators 30

Category page

Percentages, loans, dates, mortgages and statistics, with the formula always shown.

Health & Body 15

Category page

Body measures, energy needs, cycles and sleep — every formula named, and none of it sent anywhere.

Converters 10

Category page

Units, temperature, time zones, data sizes and number systems.

Text Tools 21

Category page

Count, compare, clean, transform and read text aloud.

Developer Tools 23

Category page

JSON, Base64, hashes, regex, JWT and the rest of the daily toolkit.

Design & Color 8

Category page

Colour conversion, palettes, gradients, shadows and accessibility checks.

Generators & Security 19

Category page

QR codes, passwords, UUIDs, signatures, invoices and random pickers.

Utilities & Media 14

Category page

Timers, recorders, device tests and archive tools that use your hardware directly.

Office & Productivity 25

Category page

Spreadsheets, CSVs, timesheets, labels and the small jobs that eat an office afternoon.

Why we don't have these tools

Every tool below has real demand — several of them have more search volume than anything in our catalog. None of them can run entirely on your device, so none of them are here. The rule only means something if it has no exceptions.

ToolDemandWhy it is not here
PDF to Word / Excel / PowerPoint~4.0M searches/monthRebuilding a page layout as a DOCX needs a conversion engine that does not exist in usable form in a browser. JavaScript attempts produce output nobody would send to a client.
Word / Excel to PDF~2.5M searches/monthIt needs a full office suite to render the document. LibreOffice compiled to WebAssembly is still hundreds of megabytes and unstable for production use.
Translate text~30M searches/monthMachine translation needs a model far larger than anything reasonable to download, or an API call. Either way your text leaves the device.
Currency converterVery highExchange rates change by the second and must come from a live feed. A cached rate is stale data presented as fact, which is worse than not having the tool.
Internet speed test~8.6M searches/monthMeasuring throughput requires a remote endpoint to push bytes to and from. There is nothing to measure against locally.
IP lookup, WHOIS, DNS, pingVery highThese are network queries a browser is not permitted to make directly, and the answers live in remote registries.
YouTube / video downloaderVery highNeeds a server to fetch and remux the stream, and carries legal exposure we are not interested in. Cut twice over.
Plagiarism / AI detector / grammar checkerVery highNeeds either a search index of the web or a language model on a server. Also: AI-detection tools are unreliable enough that offering one would be irresponsible.
SEO audit, backlink or DA checkerHighThe whole product is proprietary crawl data held by someone else. There is nothing to compute locally.
URL shortener, temp mail, email senderHighEach needs persistent server state — a redirect table, a mailbox, an SMTP relay. A client-side version is a contradiction in terms.
Weather, stock and crypto pricesVery highLive data from an API. Same reason as currency conversion.
Video converter / compressorHighTechnically possible with ffmpeg compiled to WebAssembly, but the core alone is around 31 MB, the multithreaded build needs cross-origin isolation headers that break other things, and 32-bit WASM caps memory in a way that makes large files unsafe. Under review as an isolated sub-path, not as a catalog item.
OCR / image to textVery highOn the roadmap rather than excluded. A browser OCR engine is roughly 12 MB per language and noticeably worse than server OCR — it will ship when it can be offered honestly, with the download cost stated up front.
Background removerVery highAlso on the roadmap. The segmentation models that do this well are 40-80 MB. It is the single biggest differentiation opportunity here, and it needs to be built carefully rather than quickly.