From ebcddfa1872cccbe921ce125dbfb74b60d11f819 Mon Sep 17 00:00:00 2001 From: Anil Matcha Date: Mon, 13 Apr 2026 00:14:00 +0530 Subject: [PATCH] Rename project from Open-Higgsfield-AI to Open-Generative-AI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update all references across source files, config, and docs — including page titles, app name, package name, Electron window title, and release asset URLs. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 32 ++++++++++++++++---------------- app/layout.js | 2 +- app/studio/page.js | 2 +- components/ApiKeyModal.js | 2 +- components/StandaloneShell.js | 2 +- electron/main.js | 2 +- index.html | 4 ++-- package-lock.json | 4 ++-- package.json | 6 +++--- packages/studio/package.json | 2 +- project_knowledge.md | 8 ++++---- 11 files changed, 33 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index b94f16c..a5389b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Open Higgsfield AI — Open-Source Alternative to Higgsfield AI +# Open Generative AI — Open-Source Alternative to Higgsfield AI > **The free, open-source alternative to Higgsfield AI.** Generate AI images and videos using 200+ state-of-the-art models — without the closed ecosystem or subscription fees. @@ -18,11 +18,11 @@ One-click installers — no Node.js or terminal required. | Platform | Download | |---|---| -| macOS Apple Silicon (M1/M2/M3/M4) | [Open Higgsfield AI-1.0.0-arm64.dmg](https://github.com/Anil-matcha/Open-Higgsfield-AI/releases/download/v1.0.0/Open.Higgsfield.AI-1.0.0-arm64.dmg) | -| macOS Intel (x64) | [Open Higgsfield AI-1.0.0.dmg](https://github.com/Anil-matcha/Open-Higgsfield-AI/releases/download/v1.0.0/Open.Higgsfield.AI-1.0.0.dmg) | -| Windows (x64 + ARM64) | [Open Higgsfield AI Setup 1.0.0.exe](https://github.com/Anil-matcha/Open-Higgsfield-AI/releases/download/v1.0.0/Open.Higgsfield.AI.Setup.1.0.0.exe) | +| macOS Apple Silicon (M1/M2/M3/M4) | [Open Generative AI-1.0.0-arm64.dmg](https://github.com/Anil-matcha/Open-Generative-AI/releases/download/v1.0.0/Open.Generative.AI-1.0.0-arm64.dmg) | +| macOS Intel (x64) | [Open Generative AI-1.0.0.dmg](https://github.com/Anil-matcha/Open-Generative-AI/releases/download/v1.0.0/Open.Generative.AI-1.0.0.dmg) | +| Windows (x64 + ARM64) | [Open Generative AI Setup 1.0.0.exe](https://github.com/Anil-matcha/Open-Generative-AI/releases/download/v1.0.0/Open.Generative.AI.Setup.1.0.0.exe) | -All releases: [github.com/Anil-matcha/Open-Higgsfield-AI/releases](https://github.com/Anil-matcha/Open-Higgsfield-AI/releases) +All releases: [github.com/Anil-matcha/Open-Generative-AI/releases](https://github.com/Anil-matcha/Open-Generative-AI/releases) ### macOS Installation Guide @@ -32,7 +32,7 @@ Because the app is not notarized by Apple, macOS Gatekeeper will block it on fir **Step 2** — Open Terminal and run: ```bash -xattr -cr "/Applications/Open Higgsfield AI.app" +xattr -cr "/Applications/Open Generative AI.app" ``` **Step 3** — Right-click the app in `/Applications` → click **Open** → click **Open** again on the dialog @@ -42,7 +42,7 @@ xattr -cr "/Applications/Open Higgsfield AI.app" **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 Higgsfield AI was blocked"_ +3. Scroll down to find _"Open Generative AI was blocked"_ 4. Click **Open Anyway** → **Open** ### Windows Installation — SmartScreen warning fix @@ -56,9 +56,9 @@ The app will install silently to `%LocalAppData%` with a Start Menu shortcut. --- -Open Higgsfield AI is an open-source AI image, video, cinema, and lip sync studio that brings Higgsfield-style creative workflows to everyone. Powered by [Muapi.ai](https://muapi.ai), it supports text-to-image, image-to-image, text-to-video, image-to-video, and audio-driven lip sync generation across models like Flux, Nano Banana, Midjourney, Kling, Sora, Veo, Seedream, Infinite Talk, LTX Lipsync, Wan 2.2, and more — all from a sleek, modern interface you can self-host and customize. +Open Generative AI is an open-source AI image, video, cinema, and lip sync studio that brings Higgsfield-style creative workflows to everyone. Powered by [Muapi.ai](https://muapi.ai), it supports text-to-image, image-to-image, text-to-video, image-to-video, and audio-driven lip sync generation across models like Flux, Nano Banana, Midjourney, Kling, Sora, Veo, Seedream, Infinite Talk, LTX Lipsync, Wan 2.2, and more — all from a sleek, modern interface you can self-host and customize. -**Why Open Higgsfield AI instead of Higgsfield AI?** +**Why Open Generative AI instead of Higgsfield AI?** - **Free & open-source** — no subscription, no vendor lock-in - **Self-hosted** — your data stays on your machine - **200+ models** — text-to-image, image-to-image, text-to-video, image-to-video, lip sync @@ -219,8 +219,8 @@ Every image you upload is saved locally (URL + thumbnail) so you never upload th ```bash # Clone the repository -git clone https://github.com/Anil-matcha/Open-Higgsfield-AI.git -cd Open-Higgsfield-AI +git clone https://github.com/Anil-matcha/Open-Generative-AI.git +cd Open-Generative-AI # Install dependencies (installs root + packages/studio workspace) npm install @@ -253,14 +253,14 @@ npm run electron:build:win npm run electron:build:all ``` -Installers are output to the `release/` folder. Pre-built binaries are also available on the [Releases page](https://github.com/Anil-matcha/Open-Higgsfield-AI/releases). +Installers are output to the `release/` folder. Pre-built binaries are also available on the [Releases page](https://github.com/Anil-matcha/Open-Generative-AI/releases). ## 🏗️ Architecture The app is a **Next.js monorepo** with a shared `packages/studio` component library. ``` -Open-Higgsfield-AI/ +Open-Generative-AI/ ├── app/ # Next.js App Router │ ├── layout.js # Root layout (Tailwind, fonts) │ ├── page.js # Redirects → /studio @@ -320,9 +320,9 @@ Lip sync jobs use the same two-step pattern: a dedicated `processLipSync()` meth ## 🤔 How is this different from Higgsfield AI? -Higgsfield AI is a proprietary AI video and image generation platform. **Open Higgsfield AI** is a community-driven, open-source alternative that provides similar creative capabilities without the closed ecosystem: +Higgsfield AI is a proprietary AI video and image generation platform. **Open Generative AI** is a community-driven, open-source alternative that provides similar creative capabilities without the closed ecosystem: -| | Higgsfield AI | Open Higgsfield AI | +| | Higgsfield AI | Open Generative AI | | :--- | :--- | :--- | | **Cost** | Subscription-based | Free (open-source) | | **Models** | Proprietary | 200+ open & commercial models | @@ -346,4 +346,4 @@ Built with [Muapi.ai](https://muapi.ai) — the unified API for AI image and vid **Deep Dive**: For more details on the "AI Influencer" engine, upcoming "Popcorn" storyboarding features, and the future of this project, read the [full technical overview](https://medium.com/@anilmatcha/building-open-higgsfield-ai-an-open-source-ai-cinema-studio-83c1e0a2a5f1). --- -*Looking for a free Higgsfield AI alternative? Open Higgsfield AI is an open-source AI image and video generation studio and Higgsfield AI replacement that you can self-host, customize, and extend.* +*Looking for a free Higgsfield AI alternative? Open Generative AI is an open-source AI image and video generation studio and Higgsfield AI replacement that you can self-host, customize, and extend.* diff --git a/app/layout.js b/app/layout.js index 43e318c..48922f9 100644 --- a/app/layout.js +++ b/app/layout.js @@ -1,7 +1,7 @@ import './globals.css'; export const metadata = { - title: 'Open Higgsfield AI — Free AI Image & Video Studio', + title: 'Open Generative AI — Free AI Image & Video Studio', description: 'Generate AI images and videos using 200+ models — Flux, Midjourney, Kling, Veo, Seedance and more. Free open-source alternative to Higgsfield AI.', }; diff --git a/app/studio/page.js b/app/studio/page.js index 09cb563..c6cf53c 100644 --- a/app/studio/page.js +++ b/app/studio/page.js @@ -1,7 +1,7 @@ import StandaloneShell from '@/components/StandaloneShell'; export const metadata = { - title: 'Studio — Open Higgsfield AI', + title: 'Studio — Open Generative AI', }; export default function StudioPage() { diff --git a/components/ApiKeyModal.js b/components/ApiKeyModal.js index 72ac5a5..76fcb3c 100644 --- a/components/ApiKeyModal.js +++ b/components/ApiKeyModal.js @@ -23,7 +23,7 @@ export default function ApiKeyModal({ onSave }) {

- Open Higgsfield AI + Open Generative AI

Enter your Muapi.ai API key to start creating diff --git a/components/StandaloneShell.js b/components/StandaloneShell.js index d4e029e..b9a2849 100644 --- a/components/StandaloneShell.js +++ b/components/StandaloneShell.js @@ -78,7 +78,7 @@ export default function StandaloneShell() { - OpenHiggsfield + OpenGenerativeAI {/* Center: Navigation */} diff --git a/electron/main.js b/electron/main.js index b7e5a08..ad3e8f1 100644 --- a/electron/main.js +++ b/electron/main.js @@ -21,7 +21,7 @@ function createWindow() { titleBarStyle: 'hiddenInset', backgroundColor: '#0d0d0d', show: false, - title: 'Open Higgsfield AI', + title: 'Open Generative AI', }); const indexPath = path.join(__dirname, '../dist/index.html'); diff --git a/index.html b/index.html index a956d3f..682455c 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,9 @@ - + - Open Higgsfield AI — Free Open-Source Alternative to Higgsfield AI + Open Generative AI — Free Open-Source Alternative to Higgsfield AI

diff --git a/package-lock.json b/package-lock.json index 7464456..4beea65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "open-higgsfield-ai", + "name": "open-generative-ai", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "open-higgsfield-ai", + "name": "open-generative-ai", "version": "1.0.0", "workspaces": [ "packages/studio" diff --git a/package.json b/package.json index 03b1106..cd7e6e3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "open-higgsfield-ai", + "name": "open-generative-ai", "description": "Open-source alternative to Higgsfield AI — AI image, video, cinema and lip sync studio", "private": true, "version": "1.0.0", @@ -20,8 +20,8 @@ "electron:build:all": "vite build && electron-builder --mac --win" }, "build": { - "appId": "ai.higgsfield.open", - "productName": "Open Higgsfield AI", + "appId": "ai.generative.open", + "productName": "Open Generative AI", "copyright": "Copyright © 2025", "directories": { "output": "release" }, "afterPack": "./afterPack.js", diff --git a/packages/studio/package.json b/packages/studio/package.json index c1f272c..1ca54e7 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -1,7 +1,7 @@ { "name": "studio", "version": "1.0.0", - "description": "Open Higgsfield AI studio components for Muapi", + "description": "Open Generative AI studio components for Muapi", "main": "src/index.js", "module": "src/index.js", "files": [ diff --git a/project_knowledge.md b/project_knowledge.md index 8dbce99..322d2bc 100644 --- a/project_knowledge.md +++ b/project_knowledge.md @@ -1,17 +1,17 @@ -# Open Higgsfield AI: Technical Documentation & Context +# Open Generative AI: Technical Documentation & Context -This document serves as a comprehensive knowledge base for the Open Higgsfield AI project. It details the architecture, key components, API integration patterns, and state management strategies used in the application. +This document serves as a comprehensive knowledge base for the Open Generative AI project. It details the architecture, key components, API integration patterns, and state management strategies used in the application. ## 1. Project Vision & Overview -**Open Higgsfield AI** is an ambitious open-source project dedicated to **replicating the full functionality of the Higgsfield platform**. +**Open Generative AI** is an ambitious open-source project dedicated to **replicating the full functionality of the Higgsfield platform**. - **Core Goal:** To build a feature-complete, self-hosted alternative to Higgsfield, starting with **Image Generation** (Nano) and expanding into **Video Generation** (Cinema) and other creative tools. - **Current State:** The Image Studio ("Nano Banana Pro" interface) is fully operational, featuring a premium dark-mode UI, history management, and multi-model support via the [Muapi.ai](https://muapi.ai) engine. - **Future Direction:** The architecture is designed to scale for video generation, model training interfaces, and advanced editing tools, mirroring the evolving capabilities of Higgsfield. - **Stack:** Vite, Vanilla JavaScript, Tailwind CSS v4. -- **Repository:** `https://github.com/Anil-matcha/Open-Higgsfield-AI` +- **Repository:** `https://github.com/Anil-matcha/Open-Generative-AI` - **Primary Branch:** `main` ## 2. Architecture & File Structure