Back to feed

Anil-matcha/Open-Generative-AI

Anil-matcha/Open-Generative-AI
9.3k
+520/day
1.7k
JavaScript

Uncensored, open-source alternative to Higgsfield AI, Freepik AI, Krea AI, Openart AI — Free, unrestricted AI image & video generation studio with 200+ models (Flux, Midjourney, Kling, Sora, Veo). No content filters. Self-hosted, MIT licensed.

From the README

Open Generative AI — Uncensored Open-Source Alternative to Higgsfield AI, Freepik, Krea, Openart AI

The free, open-source, unrestricted alternative to Higgsfield AI, Freepik, Krea, Openart AI. Generate AI images and videos using 200+ state-of-the-art models — no content filters, no closed ecosystem, no subscription fees.

💡 Looking for GPT-Image-2 prompts? Check out Awesome GPT-Image-2 API Prompts — a curated collection of 40+ ready-to-use prompts for the OpenAI gpt-image-2 API covering portraits, posters, UI mockups, game screenshots, and more.

🌐 Try it Online — No Install Required

Hosted version:

Use all four studios (Image, Video, Lip Sync, Cinema) directly in your browser — no Node.js, no setup. Sign up for a free account to start generating. The hosted version is always up to date with the latest models.

Community: Join Discord for discussions and support

Follow the creator for updates

Happy Horse top video model coming soon: Follow Happy Horse AI for updates

⬇️ Download Desktop App

One-click installers — no Node.js or terminal required.

| Platform | Download | |---|---| | macOS Apple Silicon (M1/M2/M3/M4) | Open Generative AI-1.0.2-arm64.dmg | | macOS Intel (x64) | Open Generative AI-1.0.2.dmg | | Windows (x64 + ARM64) | Open Generative AI Setup 1.0.2.exe | | Linux (Ubuntu x64) | Build locally with npm run electron:build:linux |

All releases: github.com/Anil-matcha/Open-Generative-AI/releases

macOS Installation Guide

Because the app is not notarized by Apple, macOS Gatekeeper will block it on first launch. Follow these steps:

Step 1 — Mount the DMG and drag the app to /Applications

Step 2 — Open Terminal and run:

xattr -cr "/Applications/Open Generative AI.app"

Step 3 — Right-click the app in /Applications → click Open → click Open again on the dialog

You only need to do this once. After that, the app opens normally.

Alternative (no Terminal):

  1. Try to open the app — macOS will block it
  2. Go to System Settings → Privacy & Security
  3. Scroll down to find "Open Generative AI was blocked"
  4. Click Open AnywayOpen

Windows Installation — SmartScreen warning fix

Windows SmartScreen may show a warning because the installer is not code-signed:

  1. Click More info on the SmartScreen dialog
  2. Click Run anyway

The app will install silently to %LocalAppData% with a Start Menu shortcut.

Ubuntu / Linux Installation

Linux artifacts are available when building with Electron Builder:

# Build Linux installers (AppImage + .deb)
npm run electron:build:linux

Generated files are written to the release/ folder:

  • AppImage — portable, run directly after making executable:
    chmod +x "release/Open Generative AI-*.AppImage"
    ./release/Open\ Generative\ AI-*.AppImage
    
  • .deb — install on Debian/Ubuntu:
    sudo apt install ./release/o