Terms
EraseBG is free, open source and runs entirely in your browser. These terms are short because there is very little to govern: we never see your images, there are no accounts, and the code is yours to use under the MIT License.
1. Overview
EraseBG removes image backgrounds inside your web browser. By using the website or the source code you agree to the terms below. The service is provided free of charge, requires no registration, and has no usage limits.
2. Privacy and local processing
We do not collect, store or transmit your images. All processing happens on your device: files are decoded into memory, run through the model on your GPU or CPU, and discarded when you close the tab.
- No image bytes leave the page. You can confirm this in your browser's network panel.
- No accounts, no tracking, no advertising, no third-party analytics.
- Your settings (model, theme) are stored in your browser's local storage and nowhere else.
- Model files are fetched once from public content delivery networks and cached by the browser. Those requests carry no information about your images.
3. Licence
The source code is released under the MIT License. You may use, copy, modify and redistribute the website and the code for personal or commercial purposes, subject to the licence text below. The segmentation and super-resolution models are third-party open models published under the Apache-2.0, MIT and BSD-3-Clause licences respectively; their notices are in the repository.
4. No warranty
In line with the MIT License, the software is provided "as is", without warranty of any kind. Results depend on the image and the model; review them before use.
5. Acceptable use
We cannot see what you process, but we ask that you do not use EraseBG for:
- images you do not have the rights to use,
- content that infringes copyright, trademarks or other intellectual property,
- creating misleading or harmful imagery of real people,
- anything illegal in your jurisdiction.
6. Third-party content
The sample images on this site are stock and product photographs used for demonstration only. They are not covered by the MIT License and may not be reused outside this site.
7. Changes
These terms may change. Updates appear on this page with a new date. Continued use after a change means you accept it.
8. Contact
Questions about these terms or the project: open an issue on GitHub.
Questions
Can I use the results commercially?
Yes. The output belongs to you, subject to your rights in the original photo.
Can I self-host or fork it?
Yes. It is a static site; copy the repository to any web server. Keep the licence notice.
Do you keep logs?
The site is static and has no backend. The host may keep ordinary access logs for the page files, never for images.
What about the models' licences?
All are permissive (Apache-2.0, MIT, BSD-3-Clause) and allow commercial use. See the repository for the notices.