Plugins & Integrations

Use Bg Remover everywhere you work

Native plugins and apps that bring AI-powered background removal directly into your favorite design tools, your desktop, and your phone — no browser needed.

Why Use Our Plugins?

Every plugin is built on the same AI engine that powers the API.

Same AI, Everywhere

All plugins use the same production-grade AI model. The results you get in Photoshop are identical to the API — pixel-perfect every time.

Native Performance

Plugins are built native for each platform, not web wrappers. Enjoy fast startup, minimal memory footprint, and smooth UI that feels right at home.

Deep Integration

We integrate with the platform's own layer system, undo stack, export pipeline, and shortcuts — not just a sidebar webview.

Offline Capable

Desktop and mobile apps include a lightweight on-device AI model. Process images without an internet connection when you need to.

Cloud Sync

Your usage, history, and settings sync across all platforms. Start on your phone, finish on your desktop, track everything in one dashboard.

Secure by Default

All plugin-to-server communication is encrypted via TLS 1.3. Images are never stored longer than your plan's retention period.

Adobe Photoshop

Photoshop Plugin

Beta

One-click background removal inside Adobe Photoshop.

WindowsmacOS

Seamlessly remove backgrounds directly in your Photoshop workflow. The plugin adds a dedicated panel with one-click removal, batch processing for multiple layers, and smart edge refinement — all powered by the same AI engine behind the Bg Remover API. Results land on a new layer with transparency preserved, ready for compositing.

Features

  • One-click removal from toolbar panel
  • Batch process multiple layers or artboards
  • Smart edge refinement & hair detail preservation
  • Output with full transparency on a new layer
  • Supports PSD, TIFF, PNG, and JPEG formats
  • Automatic mask generation for non-destructive editing
  • Custom background color replacement
  • Keyboard shortcut support (Ctrl/Cmd+Shift+B)
  • Works with Smart Objects
  • Offline fallback with lightweight on-device model

Requirements

  • Adobe Photoshop 2024 (v25.0) or later
  • Bg Remover account with API key
  • Internet connection (offline mode available)
  • Minimum 4 GB RAM, 8 GB recommended
Version: 0.9.2Size: 12 MB

Figma Plugin

Coming Soon

Remove backgrounds without leaving your design file.

WebDesktop

Designed specifically for UI/UX designers and product teams. Select any image fill or frame in Figma, and instantly remove its background with a single click. The plugin preserves your layer hierarchy, respects Auto Layout constraints, and supports bulk processing across multiple frames — perfect for hero sections, product mockups, and avatar components.

Features

  • Right-click context menu integration
  • Works with image fills, frames, and components
  • Bulk processing for multi-select & pages
  • Preserves Auto Layout & constraints
  • Dev Mode-ready output with transparent PNGs
  • Export in 1x, 2x, and 3x resolutions
  • Replace background with custom colors or gradients
  • Shared team settings via Figma organization API
  • Undo/redo with full state history
  • Usage analytics visible in Bg Remover dashboard

Requirements

  • Figma desktop app or web client
  • Bg Remover account with API key
  • Internet connection required
  • Editor-level access on the file

Desktop App

Coming Soon

A native, lightning-fast background removal tool for your desktop.

WindowsmacOSLinux

A dedicated native application for Windows and macOS that brings the full power of Bg Remover to your desktop. Drag & drop images or entire folders, preview results in real-time with a before/after slider, and export in multiple formats. Features a built-in batch queue, offline processing capability using an on-device AI model, system tray integration, and hotkey support for rapid workflows.

Features

  • Drag & drop images, folders, or clipboard paste
  • Real-time before/after preview slider
  • Batch queue with progress tracking
  • Offline mode with on-device AI model
  • Export as PNG, WebP, JPEG with quality control
  • Custom output directories & file naming patterns
  • System tray / menu bar quick access
  • Global hotkey to capture & process screenshots
  • Auto-update with silent background downloads
  • Dark and light theme support
  • Folder watching — auto-process new images added to a directory
  • Built-in image editor for basic adjustments

Requirements

  • Windows 10+ / macOS 12+ / Ubuntu 22.04+
  • Bg Remover account (offline mode uses free credits)
  • 500 MB disk space
  • Minimum 4 GB RAM (8 GB for batch)
  • GPU recommended for offline processing

Android App

Coming Soon

Remove backgrounds on the go, right from your phone.

Android

A full-featured mobile app that lets you remove backgrounds from photos captured with your camera or picked from your gallery. Includes real-time camera preview with live background removal, quick share to social platforms, and a built-in editor for adding new backgrounds, text overlays, and stickers. Optimized for performance on mid-range to flagship Android devices.

Features

  • Camera capture with live background preview
  • Gallery import — pick single or multiple photos
  • Real-time on-device AI processing
  • Background replacement with colors, gradients, or images
  • Quick share to WhatsApp, Instagram, X, and more
  • Built-in editor: crop, rotate, text, stickers
  • Batch processing from gallery
  • Transparent PNG or JPEG export options
  • Cloud sync with your Bg Remover account
  • History tab with recent edits and re-downloads
  • Material You dynamic theming support
  • Widget for instant capture-and-remove workflow

Requirements

  • Android 10 (API 29) or later
  • Bg Remover account (optional for basic use)
  • 60 MB install size
  • Camera permission for capture feature
  • Internet for cloud processing (on-device mode available)

Feature Comparison

See what each integration supports at a glance.

FeaturePhotoshopFigmaDesktopAndroid
One-click removal
Batch processing
Custom backgrounds
Offline processing
Keyboard shortcuts
Auto-mask / layers
Real-time preview
Camera integration
Folder watching
Quick share
Cloud sync
Auto-updates

Roadmap

What's ahead for our plugin ecosystem.

Q1 2026Current
  • Photoshop plugin public beta launch
  • Batch processing & mask export features
  • API key management within plugins
Q2 2026
  • Figma plugin closed beta
  • Desktop app alpha (Windows & macOS)
  • Plugin SDK for third-party developers
Q3 2026
  • Figma plugin public launch
  • Desktop app beta with offline mode
  • Android app closed alpha
  • iOS app development begins
Q4 2026
  • Desktop app v1.0 stable release
  • Android app public beta
  • Canva integration plugin
  • WordPress / Shopify plugins

Build Your Own Plugin

Plugin SDK coming Q2 2026

We're building a Plugin SDK that lets third-party developers create custom integrations for any platform. Build plugins for Sketch, Canva, WordPress, Shopify, or your own internal tools — all backed by the same API.

// Bg Remover Plugin SDK (Preview)
import { BgRemover } from '@bgremover/plugin-sdk';

const client = new BgRemover({
  apiKey: process.env.BGREMOVER_API_KEY,
  platform: 'custom',
});

// Register your plugin
client.register({
  name: 'My Custom Plugin',
  version: '1.0.0',
  capabilities: ['remove', 'batch', 'webhook'],
});

// Process an image
const result = await client.remove({
  input: imageBuffer,
  outputFormat: 'png',
  crop: true,
});

console.log('Processed:', result.outputUrl);

Stay Updated

Get notified when new plugins launch and receive early beta access. We'll only email you about plugin releases — no spam.