Frequently Asked Questions
Can't find what you need? Contact us.
General
View all →What is NSS Background Remover?
NSS Background Remover is a free, browser-based AI tool that removes image backgrounds and exports files with true alpha channel transparency. It runs entirely in your browser — no upload, no server, no account required.
Do I need to create an account?
No. There is no account system. You can start removing backgrounds immediately without providing an email address or any personal information.
Who built this?
NSS Background Remover is built by Novus Stream Solutions, a small Canadian software company. It started as an internal tool and was released publicly when we realised there was no free option that got the alpha channel right.
Can I use it for commercial projects?
Yes. You own the output of your work. NSS makes no claim to images you process or export. See the Terms of Service for details.
Where do I start if I want everything in one place?
Visit the All-in-One page at /all-in-one — it surfaces every editor and every tool together with quick-start cards. The dedicated BG-remover landing at / is still the right place if you just need a one-shot cutout.
Which languages does the interface support?
English, Spanish, German, Portuguese, and Japanese. The footer language switcher overrides browser detection. We translate the UI and core marketing copy; long-form help articles are still English-first.
Technical
View all →What browsers are supported?
Chrome 94+, Edge 94+, and Opera 80+ provide the best experience with WebGPU acceleration. Firefox 90+ and Safari 16.4+ work via WebAssembly (slower inference, same output quality). iOS Safari 16+ is supported; older versions show a compatibility notice.
Do AI models download every time?
No. Each model downloads once on first use and is cached in your browser (IndexedDB / Cache Storage). After that the tool loads instantly and works offline. Different tools use different models, so the first run of a new tool may download its model.
How do I delete downloaded models and reclaim disk space?
The AI models (background removal, image upscaling) cache in your browser after first use. To reclaim the space, use the "Clear session" button in the app, or clear site data in your browser settings (Settings → Privacy → Site Data). The models simply re-download the next time you use a tool that needs them — clearing never breaks functionality.
Will these tools run on my laptop?
Yes. The classical utilities (filters, crop, resize, convert, compress) run instantly on any device, including phones — no download. Background removal and image upscaling use ML models that run on most laptops with 4 GB+ RAM; they are faster with any GPU but fall back to the CPU (WebAssembly) automatically with identical output.
Can I choose faster vs higher-quality background removal?
Yes. Background removal offers Fast (~0.5s/frame) and Best Quality, which re-runs BiRefNet for maximum accuracy on hair, fur, and complex edges (~1.5s/frame). Image upscaling offers an instant WebGL Lanczos mode and a higher-quality AI mode (Swin2SR).
How long does processing take?
Most image tools finish in 1–3 seconds once the model is loaded. Fast background removal is ~0.5s/frame and Best Quality (BiRefNet) ~1.5s/frame. Video and upscaling scale with length/resolution and show a live progress bar with ETA. The first run of any tool also includes a one-time model download.
Do the transparent exports open correctly in Photoshop / Premiere / After Effects?
Yes. PNG, WebP, and AVIF exports carry a true straight-alpha channel, so cutouts open transparent in Photoshop, Figma, and similar tools. For video, transparent exports use WebM (VP9, yuva420p) which After Effects and Premiere import with their alpha intact; MP4 has no alpha channel, so use WebM when you need transparency.
Do I need a powerful GPU?
No. WebGPU (modern Chrome/Edge) makes things faster, but every tool falls back to WebAssembly on the CPU automatically with identical output — just slower. The larger models (Best Quality background removal, AI upscaling) benefit most from a GPU.
Why did a tool download a large file the first time?
That was the AI model for that tool (sizes are shown on each tool page). It is cached after the first run, so subsequent uses are instant and offline. Classical tools that need no model show "Runs instantly — no download".
How does the AI work?
The tool uses Transformers.js to run ONNX-format neural networks directly in your browser. On supported hardware, inference runs on your GPU via WebGPU. On others, it falls back to multi-threaded or single-threaded WebAssembly. No cloud API is used.
Why is the first run slow?
The AI model weights need to download the first time (~80 MB for Fast, ~180 MB for Best Quality). After that, they are cached in your browser and subsequent runs are fast. A progress bar shows the download status.
What is the maximum image size?
Images up to 4096 × 4096 pixels are processed at full resolution. Larger images are automatically downscaled for inference, then the full-resolution mask is upscaled back — so your export is always at your original dimensions.
How do I process multiple images?
Upload all images at once by selecting multiple files or dragging a group. They enter the queue and process sequentially. When done, click "Export all" to download a ZIP file containing all results.
What image formats can I upload?
PNG, JPG/JPEG, WebP, AVIF, and HEIC (iPhone photos). Animated images (animated GIF, animated WebP) are supported but only the first frame is processed.
Does video processing upload my video?
No. Video processing (background removal, filters, upscaling, stabilization) all run in your browser. Your video never leaves your device. We have no server infrastructure capable of receiving video files.
What video formats are supported?
Input: MP4 (H.264/H.265), WebM (VP8/VP9), and MOV. Chrome and Edge support all three; Firefox and Safari have limited MOV support. Output: all video tools export WebM (VP9). The Video Editor can also export MP4.
How long does video background removal take?
For a 30-second clip at 720p with the Fast model, expect 2–5 minutes on a WebGPU-capable browser (Chrome). Best Quality model is 2–4× slower. Longer clips, higher resolution, and WASM fallback all increase processing time significantly.
Which AI models are available for background removal?
Two models: Fast (RMBG-1.4, ~80 MB) is optimized for speed with good general accuracy. Best Quality (BiRefNet, ~180 MB) produces finer edge detail, especially for hair, fur, and complex outlines. Both run entirely in your browser via ONNX Runtime.
Does the editor support layers?
Yes. The image editor, video editor, and staging tool all share the same layers panel — drop multiple files for instant overlay layers, reorder, lock, duplicate, change opacity, and pick from 12 blend modes (multiply, screen, overlay, soft-light, and so on). Keyboard shortcuts: Ctrl+J duplicates, Ctrl+Shift+] / [ moves up / down, Delete removes the selected layer.
What is 3D mode and which editors support it?
The image editor, video editor, and staging tool each have a 3D mode powered by Three.js. You can switch the active layer to a flat 3D plane (with light, material, and background controls) or a depth-displaced relief mesh, then capture a 4-second 360° orbit recording as WebM. The 3D bundle is dynamic-imported, so it only loads when you open it.
Can I save and reopen a full editing project?
Yes. The editor exports a .nss-project file that bundles the original image, the current mask, every filter / background / layer, and the operation history. Reopen on any device and continue exactly where you left off — original layer IDs and ordering are preserved.
Is there a built-in AI assistant?
Yes. The AI panel handles natural-language commands like "remove background, place on marble studio, upscale 2x, export PNG" and chains them automatically. Recipe goals such as "make this professional for e-commerce" expand into multi-step plans. The assistant ships with a rule-based parser; you can optionally enable an in-browser LLM (Qwen 0.5B, Llama 1B, or Phi-3 mini) — see the AI panel's settings.
How do collaborative sessions work?
Start or join a session from the editor; edits stream peer-to-peer over WebRTC. Only operation descriptions ("apply filter cinematic", "remove background") cross the wire — pixel data never leaves your device. Our signalling endpoint at /api/collab-signal only exchanges WebRTC offer / answer, never media.
Can I tune the cutout for a specific product category?
Yes. The Tuning Profiles panel takes 5–10 reference images of your product category (glassware, jewellery, hardware, etc.) and derives ΔE, erosion radius, and guided-filter overrides applied in the inference worker. No model retraining; everything happens in-browser.
Privacy & Security
View all →Do you store my images?
No. Your images are processed entirely on your device and never transmitted to any server. The AI runs locally in your browser. We have no technical ability to access your images.
What data do you collect?
With your consent: anonymous page view counts (Vercel Analytics). Without consent: nothing beyond standard HTTP headers logged by Vercel's hosting infrastructure. See the Privacy Policy for full details.
Is it safe to process sensitive or confidential images?
Yes. Because nothing leaves your device, sensitive images (medical, legal, personal) are as safe here as they are on your local filesystem. We recommend reviewing our Privacy Policy and the browser's DevTools network tab to confirm no image data is transmitted.
Does it work offline?
Yes. After your first visit, the app shell and AI models are cached locally by the service worker. You can remove backgrounds without an internet connection.
Do you share my data with third parties?
No personal data or image data is shared. Third-party services we use (Vercel for hosting, PropellerAds / Monetag for ads) receive only what is described in our Privacy Policy — never image content. Ads never run on the editor or processing pages.
Pricing
View all →Why is it free?
The AI models are open-source and the compute runs on your hardware. Our only real cost is hosting. The app is supported by ads (via PropellerAds / Monetag) on the marketing and content pages, which cover running costs — the editors and processing pages stay ad-free.
Are there any limits on free use?
No usage limits. You can process as many images as you like. The only practical limit is your device's memory — the queue supports up to 20 images loaded at once.
Will it always be free?
That is our intention and commitment. Quality is our brand — a paywall on quality would undermine the whole point. The tool will remain free and ad-supported.
Why is there no premium tier?
Because quality IS the brand. Locking better AI behind a paywall would mean the free version is deliberately degraded to upsell you. We refuse to do that. The same full-quality models run whether you're on your first image or your thousandth.
Comparison
View all →How does it compare to remove.bg?
Remove.bg is a paid API/service that processes images on their servers. NSS is free, processes images on your device (complete privacy), works offline, and exports true straight-alpha transparency. Remove.bg does have a polished UI and fast cloud processing; NSS trades that for privacy and cost.
How does it compare to Canva's background remover?
Canva's tool requires an account, uploads your images to their servers, and requires a paid plan for high-volume use. NSS is free, requires no account, and never uploads your images. For transparency quality, NSS outputs straight alpha which composites correctly everywhere; Canva's output can have premultiplied alpha issues in professional tools.
Why do other free tools show a black background in Photoshop?
Most free tools export premultiplied alpha, which bakes the background colour into edge pixel RGB values. When Photoshop (which expects straight alpha) reads the file, those "transparent" pixels appear black. NSS always exports straight alpha — validated automatically after every export.
What makes NSS uniquely different?
Three things: true straight-alpha exports (verified automatically), complete on-device privacy (architectural, not just policy), and genuinely free with no quality paywall. Most tools get one of these right. NSS gets all three.