HeartMuLa/heartlib
HeartMuLa Official Repo: The Most Powerful Open-Source Music Generation Model of 2026
What it solves
HeartMuLa provides a suite of open-source music foundation models designed to generate high-quality music conditioned on lyrics and tags. It addresses the need for controllable, multilingual music generation and high-fidelity audio reconstruction, offering tools for both creation and analysis of music audio.
How it works
The project consists of four primary components:
- HeartMuLa: A music language model that generates audio based on provided lyrics and tags, supporting a wide range of languages.
- HeartCodec: A 12.5 Hz music codec that converts audio into discrete tokens and reconstructs 48 kHz stereo audio with high fidelity.
- HeartTranscriptor: A Whisper-based model specifically tuned for transcribing lyrics from audio.
- HeartCLAP: An audio-text alignment model that creates a unified embedding space for music descriptions and cross-modal retrieval.
Additionally, the project includes MuLaCover, a model for controllable cover-song and music-remixing that uses symbolic melody and harmony to preserve musical identity while allowing changes to genre, mood, and instrumentation.
Who it’s for
This toolkit is for music producers, AI researchers in audio/music generation, and developers building music-related applications who require high-fidelity, controllable music synthesis and transcription.
Highlights
- Multilingual Support: Generates music based on lyrics in almost all languages.
- High Fidelity: HeartCodec enables reconstruction of 48 kHz stereo audio.
- Controllability: Precise control over musical styles and tags via Reinforcement Learning (RL) refinements.
- Comprehensive Ecosystem: Includes tools for generation, tokenization, reconstruction, and transcription.
Related
- Project
TracecatHQ/tracecatTracecat is an open‑source, AI‑native security automation platform. It lets teams build custom LLM agents with tool access, manage incident cases, and orchestrate deterministic workflows (via Temporal). Features include sandboxed code execution, 100+ security‑tool integrations, a Model‑Code‑Prompt (MCP) server for turning prompts into actions, and a self‑hostable stack (Docker, Fargate, Kubernetes). The core is AGPL‑3.0; an Enterprise edition adds multi‑tenant, RBAC, and human‑in‑the‑loop approvals.
- Project
HughYau/qiushi-skillQiushi‑Skill is a plug‑in library that adds nine philosophically‑derived reasoning methods (e.g., contradiction analysis, investigation‑first, mass‑line) to AI agents such as Claude Code, Cursor, and Codex. Installed via `npx qiushi-skill` or the Claude Code marketplace, it injects a lightweight kernel that enforces the principle “seek truth from facts” and routes tasks to the appropriate skill. Each skill provides trigger rules, step‑by‑step actions, output templates, hard constraints, and hand‑off specs, plus reference texts and optional sub‑agents for investigation or self‑criticism. The project aims to make agents more evidence‑driven, self‑critical, and strategically focused.
- Project
nowork-studio/notfair-pluginNotFair Plugin is an open‑source library of 45 “skills” that let LLM agents (Claude, Codex, Gemini, etc.) perform concrete SEO, GEO, and paid‑media tasks—audits, keyword research, ad‑budget optimisation, GA4 analysis, and more—by connecting to live marketing platforms through a universal NotFair MCP. It provides per‑task, testable workflows, safe read‑only review before any changes, and can be installed via the plugin marketplaces of several AI‑agent platforms.
- Project
FailproofAI/failproofaiFailproof AI is a Node.js/TypeScript library that hooks into 12 popular LLM‑coding and chat agents, records every model and tool call, and applies 39 built‑in safety policies (e.g., block API‑key leaks, sudo, rm‑rf, destructive SQL). Users can add custom policies in JavaScript, view full execution traces on a local dashboard (localhost:8020), run offline audits, and optionally use a hosted/self‑hosted service for fleet‑wide observability and alerts.