Launching today
TabTasker
Zero servers. Total privacy. Your new favorite toolbox.
248 followers
Zero servers. Total privacy. Your new favorite toolbox.
248 followers
A free web toolbox running 100% offline in your browser. We built TabTasker so you can edit PDFs, process images, transcribe audio, and access 50+ utilities without uploading a single file. Lastly, it is free to use.







TabTasker
Hi Product Hunt 👋
We are building TabTasker because we got tired of the same old problem. Every time I needed to format some JSON, convert a file, or run a quick AI prompt, I had to paste my data into a random website. It always felt a bit sketchy wondering where that information was actually going.
So, we decided to build a toolbox that completely respects your privacy.
TabTasker runs 100% locally right inside your browser. By using WebAssembly and ONNX Runtime Web, all the processing happens directly on your own machine.
What this means for your daily workflow:
Zero uploads: Your files, code, and text stay on your device.
Instant speed: You get immediate results because there is no waiting on server traffic or queues.
Absolute privacy: Nothing is saved on our end, and your data is never sent away.
TabTasker runs entirely on your own device, we don’t have massive server bills. That means we can keep this toolbox 100% free with no paywalls or sign-ups.
It is just a simple, honest digital workbench for the tasks you do every day. For your sensitive documents of photos, TabTasker is ready to support you with ultimate privacy.
Running FFmpeg and transcription models entirely in the browser via WebAssembly is the real engineering lift here. Most tools skip client-side processing because WASM bundle sizes and memory limits are genuinely painful. We've hit similar tradeoffs handling sensitive data in AI pipelines where even transient server hops create compliance headaches. Is the transcription using a WASM-compiled Whisper variant, or native browser speech APIs where available?
TabTasker
@anand_thakkar1 Hey Anand, great question.
Transcription runs Whisper (whisper-tiny) compiled to ONNX, executed in-browser via Transformers.js on ONNX Runtime Web. It uses WebGPU when available (fp16) and falls back to WASM automatically. Not the native Web Speech API, since that streams audio to vendor servers on some browsers and breaks the "nothing leaves your tab" promise.
On FFmpeg, we actually pulled ffmpeg.wasm out for exactly the reasons you mentioned.
Net result: no backend, no server hop, audio never makes a network trip. The trust boundary is the browser tab.
the 'zero servers' claim is the one i'd want verified independently before trusting sensitive files to it. not saying it's not true, just that a lot of tools make this claim and then have analytics, error logging, or feature flagging that phones home without being obvious about it. have you had anyone audit the network requests during a typical session or is there a technical writeup somewhere about what actually stays local
TabTasker
@ansari_adin Hi Ansari,
Thank you for asking this. It is a really valid question.
You do not just have to take our word for it when we say TabTasker is offline and private. It is actually very easy to verify it yourself. If you open the site and check the Network tab in your browser's Inspect tool, you will see exactly what is happening. There is no communication with outside servers while you work (it only downloads the related tool if required), and we do not even have a backend to leak data to.
We tested it ourselves multiple times. Every single tool is just a static page running directly on your device. You might notice Local JS Service Workers in the Network tab, but those run entirely inside your browser. Ultimately, the very best verification is just testing it out on your own machine.
The trade-off for this strict privacy is that we have absolutely no way to track errors or see if something fails on your end. Because we cannot monitor bugs automatically, we put a feedback button on every page. We are completely relying on the community to let us know if they run into any unexpected issues.
Finally, there's no need to share my data anymore.
TabTasker
@jannnnn Absolutely, that’s exactly the idea. You shouldn’t have to share your data with multiple random tools just to get simple tasks done. Keeping everything in one trusted toolbox makes the workflow much safer and easier.
mailX by mailwarm
Which tools get used the most so far, is it mainly PDF editing or the image converters?
TabTasker
Hi, @thamibenjelloun
From what we can tell, the PDF to podcast, PDF editor, Image background remover and Local LLM are definitely the crowd favorites right now. Because everything runs strictly locally on your device for privacy, we actually can't see any deep usage details, and honestly, we are totally thrilled about that :)
@caglar_su @mfethio @acanturgut I like the privacy-first angle here. A lot of productivity tools become less useful when people hesitate to put real work into them, so keeping things local and lightweight can actually make the workflow more practical.
TabTasker
@alpertayfurr Thank you for your kind comment. We completely agree with you.
This looks like a great productivity tool 🚀
TabTasker
@nithin_raju1 Thank you for your kind comment.