An open-source, vibe-coded clone of footrue.com. Every PDF and image tool here runs locally on your device — no server, no account, no internet connection required once you've loaded the page.
Merge, split, compress, watermark, redact and more.
🖼️Convert, compress, resize, crop and edit images.
footrue.com is a genuinely useful set of free browser tools, but it isn't open source — you have to trust a closed server-side (or at least unauditable) implementation with your files, and you can't run it yourself if it ever goes away.
This project reimplements the same tools from scratch, with a very deliberate constraint: zero build
step and zero dependencies. There's no npm install, no bundler, no CDN script, nothing
fetched at runtime. Clone the repo, open index.html (or point any static file server at the
folder), and everything works — even with your network adapter switched off.
git clone <this repo> cd bartrue # then just open index.html in a browser, or: python3 -m http.server 8080
No Node.js, no npm, no build. See the README for details and current tool status.