100% client-side No uploads, ever Works fully offline MIT licensed

Free tools that never leave your browser

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.

Run offline locally
$ git clone https://github.com/maxrandolph/bartrue.git && cd bartrue
# double-click index.html or serve locally:
$ python3 -m http.server 8080

Browse by category

📄

PDF Tools

Merge, split, compress, watermark, redact and more.

🖼️

Image Tools

Convert, compress, resize, crop and edit images.

All tools


Why this exists

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.

Run it locally

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.