Skip to content
Mohammad Oumari
← All projects
Background Remover Studio screenshot
buildingbuildingtools2025

Background Remover Studio

Remove image backgrounds on your Mac — green-screen, solid-colour, or AI — then recolour, compose, and touch up.

Role · Solo

FlutterDartPythonmacOS

Runs

Fully local

Uploads

None

A native macOS app over a shared Python engine. Three removal paths — green-screen, solid colour, and AI segmentation — then recolouring, composition, and manual touch-up on top.

Local by construction

No subscriptions and no uploads: everything runs on the machine. That is a privacy position, but it's also a workflow one. The images people run through a background remover are product shots, client work, and personal photos, and the round trip to someone's server is both the slowest part of the process and the part you can't audit.

The split

Flutter renders the interface; a Python engine does the image work. It's an unusual pair and a deliberate one — the mature image-processing and segmentation ecosystem lives in Python, and reimplementing it in Dart to keep the stack tidy would be a large amount of work in exchange for a worse result.