⚠️ Proof of Concept — Expect bugs and limited functionality.
Control the Suno API from your DAW. Generate music, create covers, and add vocals to your tracks using Suno's AI-powered music generation.
Currently supported: macOS (Apple Silicon & Intel)
Future support: Windows and Linux are planned for future releases.
- Generate — Create music from text prompts with style and title customization
- Cover — Transform recorded audio into a cover version with Suno AI
- Add Vocals — Add AI-generated vocals to your instrumental recordings
- Library — Generated tracks are automatically saved and organized for easy access
Download the latest release from GitHub Releases:
.pkginstaller for easy installation.zipfor manual installation
After installation, rescan plugins in your DAW.
- macOS (Apple Silicon or Intel)
- A Suno API key from Suno API
- Get an API Key — Sign up at Suno API to get your API key
- Load the Plugin — Insert AceForge-Suno on any stereo track or bus in your DAW
- Configure — Open the plugin UI, enter your API key, and click Save
- Start Creating — Use Generate, Cover, or Add Vocals to create music with AI
- Generate: Enter a prompt describing the music you want, set a style and title, then click Generate
- Cover/Vocals: First enable Record mode and capture audio in your DAW, then use Cover or Add Vocals features
- Library: All generated audio is saved to
~/Library/Application Support/AceForgeSuno/Generations/and can be dragged into your DAW
For developers who want to build the plugin:
cmake -B build -G Xcode -DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_BUILD_TYPE=Release
cmake --build build --config ReleaseCopy the built plugins to your system plugin folders and rescan in your DAW.
For detailed build instructions and architecture documentation, see DESIGN.md.
Created by AudioHacking. Built with JUCE.
Uses the Suno API.