🪄 Background Remover
AI background removal that never uploads your photo — the model runs in your browser. Transparent PNG out, no credits, no watermark.
About the Background Remover
Every mainstream background removal service works the same way: your photo is uploaded to their servers, processed there, and the result is sent back. That is a privacy trade most people never consciously made. This tool inverts it — the AI model comes to you, runs in your browser on WebGPU, and your photo never crosses the network at all. remove.bg cannot say that sentence; this page can.
The model is BRIA AI's RMBG-1.4, a purpose-built segmentation network. It downloads once (~44 MB, from the Hugging Face CDN), is cached by your browser, and produces a PNG with a real alpha channel. There are no credits and no watermark, because there is no per-image cost to recover: your hardware does the work.
How to use it
- Drop a photo — people, products and animals segment best.
- Click Remove background. The first run downloads the model; the page shows the size and progress rather than a silent spinner.
- Inspect the edges with the before/after divider, especially hair and translucent areas.
- Download the transparent PNG — compress it to WebP with the Image Compressor if it's headed for the web.
Frequently Asked Questions
Is my photo really not uploaded anywhere?
Really. The segmentation model (RMBG-1.4) is downloaded TO your browser and runs there — on your GPU via WebGPU where available, otherwise in WebAssembly. The only network traffic is the model itself, coming down once. Cloud services like remove.bg necessarily receive your photo to process it; this tool structurally cannot.
Why is there a ~44 MB download the first time?
That's the neural network doing the work. It comes from the Hugging Face CDN on your first removal and is cached by your browser, so later visits skip the download entirely. On a metered connection, wait for Wi-Fi — the button tells you the size before anything starts.
How good are the results?
RMBG-1.4 is a state-of-the-art open segmentation model: excellent on people, products and animals against reasonably distinct backgrounds — the e-commerce and profile-photo cases. Fine hair, glass and motion blur remain hard for every tool in this class, including the paid ones. The before/after slider shows you exactly what you got.
Why does my browser say it will be slow?
Without WebGPU the model runs on the CPU via WebAssembly, which takes roughly 15–30 seconds per image instead of a few. Chrome and Edge have WebGPU on by default; Firefox and Safari are still rolling it out. The tool warns before starting rather than leaving you staring at a spinner.
What format is the result?
PNG with a genuine alpha channel — the checkered area is real transparency, not white. It composites cleanly over any background. If you need a smaller file for the web afterwards, run the result through the Image Compressor and choose WebP, which keeps transparency.
Can I use the result commercially?
Your photo is yours, and processing happens on your machine. Note that the RMBG-1.4 model itself is released for non-commercial use by BRIA AI; for commercial pipelines, check their licence terms. This tool is free either way — there are no credits because there is no per-use cost.