Run local Large Language Models (LLMs) in your Digital Audio Workstation (DAW) to create music.
- Features
- Demo
- Installation
- Getting Started
- Requirements
- Usage
- Supported Platforms
- Contributing
- License
- Acknowledgments
Currently supported features include:
- ✅ LLM chat
- ✅ VST3 plugin
- ✅ MIDI input
- ✅ Audio input
For more information about plans for upcoming features, check out the Roadmap on GitHub Projects!
Click the image above to watch a demo of musegpt in action.
To install musegpt
, you can download the latest binaries from Releases.
If you want to build from source, follow these steps:
-
Clone the repository:
git clone --recurse-submodules -j2 https://github.com/greynewell/musegpt.git cd musegpt
-
Install dependencies:
Ensure you have the required dependencies installed. See Requirements for details.
-
Build the project:
./scripts/build/debug.sh
or
./scripts/build/release.sh
-
Install the VST3 plugin:
CMake will automatically copy the built VST3 plugin to your DAW's plugin directory.
- macOS:
~/Library/Audio/Plug-Ins/VST3/
- Windows:
C:\Program Files\Common Files\VST3\
- Linux:
~/.vst3/
- macOS:
After installing musegpt, open your DAW and rescan for new plugins. Load musegpt
as a plugin and start interacting with the LLM to enhance your music creation process!
Feel free to experiment with the system prompt to customize the behavior of the LLM. Here's a suggestion to get you started:
You are a helpful assistant that lives inside a musician's Digital Audio Workstation. Help them by giving them step-by-step instructions about music- composition, writing, performance, production, and engineering - in a creative and methodical way.
- Operating System:
- Windows 10 or later
- macOS 10.11 or later
- Linux (mainstream distributions)
- DAW Support: Any DAW that supports VST3 plugins (Ableton Live, FL Studio, Logic Pro, Pro Tools,etc.)
- Dependencies:
-
Load the Plugin:
In your DAW, add musegpt as a VST3 plugin on a track.
-
Interact with the LLM:
Use the plugin's interface to chat with the integrated LLM. You can input MIDI or audio data for analysis (features under development).
-
Create Music:
Leverage the power of AI to inspire new musical ideas, assist with composition, or generate creative suggestions.
musegpt is cross-platform and supports the following operating systems:
- Windows: Windows 10 or later
- macOS: macOS 10.11 or later
- Linux: Mainstream distributions
musegpt currently supports the following models:
- gemma-2b-it.fp16.gguf
Any model compatible with llama.cpp
should work with musegpt
. Feel free to experiment with different models to find the best one for your needs - and raise a pull request!
We welcome contributions from the community!
- Bug Reports & Feature Requests: Use the issue tracker to report bugs or suggest new features.
- Pull Requests: Feel free to submit pull requests to fix issues or implement new features.
- Guidelines: Please read our Contributing Guidelines before contributing.
This project is licensed under the AGPL v3.
- JUCE: For the powerful audio application framework.
- llama.cpp: For enabling efficient LLM inference.
- Community Contributors: Thanks to everyone who has contributed to open-source projects that make
musegpt
possible.
Join our community on Discord! GreyArea.ai
Note: This project is under active development. Stay tuned for updates on MIDI and audio analysis and generation features!