Releases: Anil-matcha/Open-Generative-AI
Releases · Anil-matcha/Open-Generative-AI
v1.0.3 — Metal GPU inference binaries
sd-cli Metal GPU binaries (macOS Apple Silicon)
This release ships pre-built Metal GPU-accelerated inference binaries for local image generation on macOS Apple Silicon (M1/M2/M3/M4).
What's included
| File | Contents |
|---|---|
sd-cli-metal-macos-arm64.zip |
sd-cli + libstable-diffusion.dylib — Metal-enabled, arm64 |
Build details
- Built from stable-diffusion.cpp source
- CMake flags:
-DGGML_METAL=ON -DSD_METAL=ON -DCMAKE_BUILD_TYPE=Release - Linked with
-force_load libggml-metal.ato pull in self-registering Metal backend symbols - Verified: 205
ggml_metalsymbols, "Using Metal backend" string present - Significantly faster than CPU-only on Apple Silicon for local image generation
Usage
These binaries are auto-downloaded by the Open Generative AI desktop app via Settings → Local Models.
v1.0.2
What's new in v1.0.2
- Renamed Seedance 2.0 models to SD 2 (text-to-video, extend, and image-to-video)
Downloads
| Platform | File |
|---|---|
| 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) | Open Generative AI Setup 1.0.2.exe |
| Linux | Build locally with npm run electron:build:linux |
See the README for macOS Gatekeeper and Windows SmartScreen bypass instructions.
v1.0.1 — Desktop App (macOS)
What's new
- Fix AI Video Effects: The effect type (name) and prompt fields are now correctly sent to the API, resolving the 422 Unprocessable Entity error users experienced
- Added an Effect dropdown in the Video Studio controls so users can choose from all available effects (360 Rotation, Cakeify, Fire, etc.)
Downloads
| Platform | File |
|---|---|
| macOS Intel (x64) | Open Generative AI-1.0.1.dmg |
| macOS Apple Silicon (arm64) | Open Generative AI-1.0.1-arm64.dmg |
Windows build coming soon.
v1.0.0 — Desktop App (macOS + Windows)
Desktop App — One-Click Installers
Download the installer for your platform:
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3/M4) | Open Higgsfield AI-1.0.0-arm64.dmg |
| macOS | Intel (x64) | Open Higgsfield AI-1.0.0.dmg |
| Windows | x64 + ARM64 | Open Higgsfield AI Setup 1.0.0.exe |
Installation
macOS: Open the .dmg, drag the app to /Applications. If macOS shows an "unidentified developer" warning, right-click the app → Open.
Windows: Run the .exe — installs silently to %LocalAppData% with a Start Menu shortcut.
Requirements
- A Muapi.ai API key (enter it on first launch via Settings)
- macOS 10.12+ or Windows 10+
Apps are currently unsigned. macOS Gatekeeper and Windows SmartScreen may show a warning on first run — this is expected for unsigned builds.