A Background Remover That Doesn't Want Your Money
remove.bg is folding into Canva and free tiers shrink your photos. So I built one that runs in your browser, keeps your full resolution, and costs nothing to keep online.
Removing the background from a photo is a solved problem. It has been for years. So why does it still feel like walking through a store with a salesperson two steps behind you?
Here is what I found when I went looking.
The free tier is a thumbnail
remove.bg is the one everybody knows, and it is upfront about the catch: the free download is capped at a quarter of a megapixel. Hand it a photo from your phone and you get back something around 625 by 400 pixels. The preview on screen looks great. The file you download keeps about two percent of your pixels. Full resolution costs a credit per image.
It is also going away. The standalone site shuts down on December 1, 2026, and background removal moves into Canva. Any credits you bought expire that same morning.
The other big name, erase.bg, gives you three free credits and then a price list.
So here is bgremove
bgremove runs entirely in your browser tab. Drop a photo in, and the model runs on your own machine. Your image never gets uploaded, because there is nowhere to upload it to. The cutout comes back at the size you gave it.
No account. No credits. No "upgrade for HD."
Try it: sparkstonepdx.github.io/bgremove Code: github.com/sparkstonepdx/bgremove
Why it can stay free
This is the part I care about most.
A free tool with a server behind it is a tool someone pays for every month. That is how free tiers end up shrinking your photos: the server costs money, so the free version has to be bad enough that you will pay. Or the company gets bought, and the tool you relied on becomes a button inside something bigger.
bgremove has no server. It is a static site on GitHub Pages: a page, a runtime, and a model file. Your browser downloads the model once, caches it, and does all the work itself. There is nothing for me to keep running, so there is nothing I ever have to charge you for, and nothing for anyone to buy out from under you.
It is open source, too. If GitHub Pages went away tomorrow, anyone could clone the repo, run the build, and host a copy anywhere that serves files. That is the entire deployment.
What it actually does
The model is isnet-general-use, compressed to 8-bit weights so it is a 44 MB download instead of 178. On my test set it lands within 0.05 points of the full-size model.
Models still get edges wrong sometimes, so there is a brush. Green keeps, red removes, and you paint right on the image. Turn on "Grow to edges" and one dab spreads into the matching region, so a single tap on a box flap takes the whole flap. The red brush is forgiving on purpose. If you clip a little of your subject while cleaning up background near an edge, it treats that as a slip and leaves your subject alone.
Drop a stack of photos at once and it queues them. Finish one, hit Done, and the next one opens.
If your phone can't handle the larger model, bgremove falls back to a smaller one and tells you it did, instead of leaving you staring at a dead page.
Every model it ships is licensed Apache-2.0, so your cutouts are fine for work. I left out one popular model because its license is non-commercial only.
It's 2026
We have models that run in a browser tab. We have free static hosting. A background remover that shrinks your photo unless you pay is a business decision, not a technical limit.
So here is one that doesn't ask you for anything. If it misses on one of your photos, open an issue and I'll take a look.
Paying monthly for something that could just be yours?
A lot of what small businesses pay for every month works like this: a subscription wrapped around something that could run on its own. If your business has a tool like that, I'm happy to take a look.
Book a call