Wavy LabsWavy Labs
AboutFeaturesPricingDownloadDocs

Free & Open Source

Wavy Labs

A free, AI-powered DAW built on LMMS. Download it now — no account, no purchase, no subscription, ever.

Download Now
Powered by Qt6/C++ & AI

Prompt Becomes Track

The Python AI backend handles generation, stem splitting, and vocal synthesis — feeding directly into the LMMS-powered DAW engine.

generate.py
1prompt = 'lofi chord progression'
2style = GenreMode.LOFI
3midi = ai.generate(prompt, style)
4song.add_track(midi, slot=0)
chords.py
1key = 'Cm', bpm = 90
2chords = theory.suggest(key)
3seq.pattern(chords, bars=8)
4seq.humanize(swing=0.62)
stems.py
1model = demucs.load('htdemucs')
2stems = model.separate(audio)
3drums, bass, vocals, other
4song.import_stems(stems)
vocal.py
1voice = elevenlabs.Voice(id)
2audio = voice.generate(lyrics)
3track = song.add_vocal(audio)
4track.align_to_beat(bpm=90)
midi.py
1mid = mido.MidiFile(path)
2notes = parse_track(mid, 0)
3quantize(notes, grid=16)
4song.piano_roll.load(notes)
mix.py
1lufs = pyloudnorm.meter(audio)
2gain = -14.0 - lufs.integrated
3master.apply_gain(gain)
4master.export('wav', 32)
library.py
1results = catalog.search(query)
2preset = results[0].load()
3slot = genre.instrument_slot(0)
4slot.assign(preset)
server.py
1socket = zmq.ROUTER(port=5555)
2req = socket.recv_json()
3result = dispatch(req)
4socket.send_json(result)
generate.py
1prompt = 'lofi chord progression'
2style = GenreMode.LOFI
3midi = ai.generate(prompt, style)
4song.add_track(midi, slot=0)
chords.py
1key = 'Cm', bpm = 90
2chords = theory.suggest(key)
3seq.pattern(chords, bars=8)
4seq.humanize(swing=0.62)
stems.py
1model = demucs.load('htdemucs')
2stems = model.separate(audio)
3drums, bass, vocals, other
4song.import_stems(stems)
vocal.py
1voice = elevenlabs.Voice(id)
2audio = voice.generate(lyrics)
3track = song.add_vocal(audio)
4track.align_to_beat(bpm=90)
midi.py
1mid = mido.MidiFile(path)
2notes = parse_track(mid, 0)
3quantize(notes, grid=16)
4song.piano_roll.load(notes)
mix.py
1lufs = pyloudnorm.meter(audio)
2gain = -14.0 - lufs.integrated
3master.apply_gain(gain)
4master.export('wav', 32)
library.py
1results = catalog.search(query)
2preset = results[0].load()
3slot = genre.instrument_slot(0)
4slot.assign(preset)
server.py
1socket = zmq.ROUTER(port=5555)
2req = socket.recv_json()
3result = dispatch(req)
4socket.send_json(result)
Synth Lead
Sub Layer
Harmonics
Kick 808
Hi-Hats
Snare Hit
Pad Layer
Ambience
Tail
Lead Seq
Bass Line
Perc Loop
Mix Bus
Sidechain
Limiter
Delay L
Delay R
Feedback
Vocal Chop
Texture
FX Layer
Master
Stereo Bus
Output
Synth Lead
Sub Layer
Harmonics
Kick 808
Hi-Hats
Snare Hit
Pad Layer
Ambience
Tail
Lead Seq
Bass Line
Perc Loop
Mix Bus
Sidechain
Limiter
Delay L
Delay R
Feedback
Vocal Chop
Texture
FX Layer
Master
Stereo Bus
Output
</> AI BackendDAW Tracks ♪

DAW Game Changer.

01

Music Production

A complete production environment from composition to final mix. Multi-track recording, arrangement tools, and a full mixer with unlimited routing.

Multi-TrackArrangementRecordingMixing
Arrangement
1591317
Drums
Bass
Synth
Vocals
FX
00:00
128 BPM
02

AI Copilot

An AI assistant built into your DAW. Get real-time chord suggestions, composition help, and music theory guidance powered by Claude — without breaking your creative flow.

Chord SuggestionsAI PoweredMusic TheoryComposition Aid
AI Copilot
Claude
Cmaj7
Dm7
G7
Am7
Suggested next chord:
Am792%
Em778%
Fmaj765%
Analyzing harmony...
Key: C Major
03

Sound Design

Shape any sound with precision. A powerful piano roll, step sequencer, and full VST3/CLAP plugin support give you complete creative control.

Piano RollStep SequencerVST3 / CLAPAutomation
Piano Roll
Vel: 100Snap: 1/16
C5
B4
A#
A4
G#
G4
F#
F4
E4
D#
D4
C4
Filter Cutoff
C4 — E4
32 notes
04

Beat Maker

A built-in drum machine and step sequencer for crafting patterns directly in your DAW. Real-time audio synthesis, BPM control, and an intuitive 16-step grid — no external tools needed.

Drum MachineStep SequencerReal-Time AudioPattern Editor
Beat Maker120 BPM
HH
SN
KK
BA
SY
ST
Built on Open-Source Technology
LMMSCore
Qt6
Python3.12
ClaudeAI
GROQ
ElevenLabs
ZeroMQ
ANTHROPIC
LMMSCore
Qt6
Python3.12
ClaudeAI
GROQ
ElevenLabs
ZeroMQ
ANTHROPIC
LMMSCore
Qt6
Python3.12
ClaudeAI
GROQ
ElevenLabs
ZeroMQ
ANTHROPIC
LMMSCore
Qt6
Python3.12
ClaudeAI
GROQ
ElevenLabs
ZeroMQ
ANTHROPIC
VST3Plugins
SurgeXT
ital
DEXED
CarlaHost
Demucs
GPL2.0
MIDI
VST3Plugins
SurgeXT
ital
DEXED
CarlaHost
Demucs
GPL2.0
MIDI
VST3Plugins
SurgeXT
ital
DEXED
CarlaHost
Demucs
GPL2.0
MIDI
VST3Plugins
SurgeXT
ital
DEXED
CarlaHost
Demucs
GPL2.0
MIDI

Qt6/C++

Audio Engine

Built on LMMS

Claude

AI Assistant

Powered by Anthropic

VST3 & CLAP

Plugin Support

Industry standard

v0.15.0

Release

Free download now

Development

Roadmap

Wavy Labs is actively being built. Here's where we are and where we're headed.

Qt6/C++ DAW Core (LMMS fork)In Progress
AI Music Generation (ElevenLabs + local models)In Progress
Stem Splitting & Voice ToolsIn Progress
Instrument Library (570+ presets)In Progress
VST3 / LV2 / CLAP Plugin HostingIn Progress
Windows Installer (.exe)Planned
Managed Cloud TierPlanned

Stay in the Flow

Get the latest updates on Wavy Labs V2, production tips, and early access to new AI features delivered to your inbox.

No spam. Just updates. Unsubscribe anytime.

Free & Open Source

Free to Download.
Free Forever.

Wavy Labs is open source and free for everyone. Download the DAW, explore the code, and build on top of it.

Wavy LabsWavy Labs

A free, open-source AI-powered DAW built on LMMS — GPL-2.0, Qt6/C++.

Join our newsletter

Software

  • Download
  • Features
  • Pricing
  • About

Resources

  • Documentation
  • Changelog

Legal

  • Privacy Policy
  • Terms of Service

Connect

  • Instagram
  • GitHub

© 2026 Wavy Labs. All rights reserved.

Built with Qt6/C++ & AI.