{"id":15055136,"url":"https://github.com/greynewell/musegpt","last_synced_at":"2025-10-23T02:43:41.449Z","repository":{"id":257045523,"uuid":"857177131","full_name":"greynewell/musegpt","owner":"greynewell","description":"Local LLMs in your DAW!","archived":false,"fork":false,"pushed_at":"2024-09-25T02:01:50.000Z","size":1931,"stargazers_count":40,"open_issues_count":5,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-18T17:54:33.498Z","etag":null,"topics":["ai","ai-music","daw","juce","juce-plugins","llama-cpp","llamacpp","llm","music-production","vst","vst-plugin","vst3"],"latest_commit_sha":null,"homepage":"https://musegpt.org/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greynewell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/supported_platforms.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-14T01:18:24.000Z","updated_at":"2025-01-07T22:42:15.000Z","dependencies_parsed_at":"2024-09-17T05:56:07.329Z","dependency_job_id":null,"html_url":"https://github.com/greynewell/musegpt","commit_stats":null,"previous_names":["greynewell/musegpt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greynewell%2Fmusegpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greynewell%2Fmusegpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greynewell%2Fmusegpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greynewell%2Fmusegpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greynewell","download_url":"https://codeload.github.com/greynewell/musegpt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235378950,"owners_count":18980492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-music","daw","juce","juce-plugins","llama-cpp","llamacpp","llm","music-production","vst","vst-plugin","vst3"],"created_at":"2024-09-24T21:39:26.490Z","updated_at":"2025-10-23T02:43:41.366Z","avatar_url":"https://github.com/greynewell.png","language":"C++","funding_links":[],"categories":["C++","Machine Learning"],"sub_categories":[],"readme":"# [musegpt](https://github.com/greynewell/musegpt) [![GitHub Repo stars](https://img.shields.io/github/stars/greynewell/musegpt)](https://github.com/greynewell/musegpt/stargazers)\n\n[![CMake](https://github.com/greynewell/musegpt/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/greynewell/musegpt/actions/workflows/cmake.yml) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://github.com/greynewell/musegpt/blob/main/LICENSE) [![Platform Support](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-blue)](https://musegpt.org/requirements.html) [![C++](https://img.shields.io/badge/c++-17-%2300599C.svg?logo=c%2B%2B\u0026logoColor=white)](https://musegpt.org/requirements.html) [![JUCE](https://img.shields.io/badge/JUCE-8-8DC63F\u0026logo=juce\u0026logoColor=white)](https://musegpt.org/requirements.html) [![llama.cpp](https://img.shields.io/badge/llama.cpp-feff4aa-violet\u0026logoColor=white)](https://musegpt.org/requirements.html)\n\nRun local Large Language Models (LLMs) in your Digital Audio Workstation (DAW) to provide inspiration, instructions, and analysis for your music creation.\n\n## Table of Contents\n\n- [Features](#features)\n- [Demo](#demo)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Architecture](#architecture)\n- [Contributing](#contributing)\n- [License](#license)\n- [Acknowledgments](#acknowledgments)\n\n## Features\n\nCurrently supported features include:\n\n- ✅ LLM chat\n- ✅ VST3 plugin\n- ✅ MIDI input\n- ✅ Audio input\n\nFor more information about plans for upcoming features, check out the [Roadmap on GitHub Projects](https://github.com/users/greynewell/projects/1)!\n\n## Demo\n\n[![musegpt Demo](assets/demo-thumbnail.png)](https://x.com/greynewell/status/1834805775686156534)\n\n*Click the image above to watch a demo of musegpt in action.*\n\n## Requirements\n\nYou'll need a C++17 compatible compiler, CMake, and Python 3.10 or later. See [Requirements](https://musegpt.org/requirements.html) for more details on supported Operating Systems, models, DAWs, and more.\n\n## Installation\n\nTo install `musegpt`, you can download the latest binaries from [Releases](https://github.com/greynewell/musegpt/releases).\n\nIf you want to build from source, follow the [Installation](https://musegpt.org/installation.html) instructions.\n\n## Usage\n\nPlease refer to the [Usage](https://musegpt.org/usage.html) section of the documentation.\n\n## Architecture\n\n![Architecture Diagram](assets/musegpt.drawio.png)\n\nFor more information, see [Technical Approach](https://musegpt.org/technical_approach.html).\n\n## Contributing\n\nWe welcome contributions from the community!\n\n- **Bug Reports \u0026 Feature Requests:** Use the [issue tracker](https://github.com/greynewell/musegpt/issues) to report bugs or suggest new features.\n- **Pull Requests:** Feel free to submit pull requests to fix issues or implement new features.\n- **Guidelines:** Please read our [Contributing Guidelines](CONTRIBUTING.md) before contributing.\n\n## License\n\nThis project is licensed under the [AGPL v3](LICENSE).\n\n## Acknowledgments\n\n- **[JUCE](https://juce.com/):** For the powerful audio application framework.\n- **[llama.cpp](https://github.com/ggerganov/llama.cpp):** For enabling efficient LLM inference.\n- **Community Contributors:** Thanks to everyone who has contributed to open-source projects that make `musegpt` possible.\n\n## Community\n\nJoin our community on Discord! [GreyArea.ai](http://greyarea.ai)\n\n---\n\n*Note: This project is under active development. Stay tuned for updates on MIDI and audio analysis and generation features!*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreynewell%2Fmusegpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreynewell%2Fmusegpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreynewell%2Fmusegpt/lists"}