Maolan DAW
A modern, open-source Rust-based DAW for recording, MIDI editing, automation, and music production.

๐ต About Maolan
Maolan is a free, open-source Digital Audio Workstation built in Rust. It prioritizes transparency, performance, and community-driven development.
Unlike proprietary DAWs, Maolan gives you full access to inspect every line of code, build custom features, and contribute improvements. Own your tools.
โจ Key Features
๐ Recording & Arrangement
- Record and arrange unlimited audio and MIDI tracks with precise timing
- Latency-free monitoring with multiple input sources simultaneously
- Automatic project backups and recovery to protect your work
๐น MIDI Editing
- Intuitive piano roll interface for composing and editing
- Advanced MIDI editing with velocity, note properties, and automation
- SysEx and controller tools for deep MIDI manipulation
๐ Plugin Support
- Load CLAP, VST3, and LV2 plugins on any track
- Create complex routing chains with explicit audio, MIDI, and sidechain paths
- Per-track plugin graphs for parallel processing and custom signal flows
๐ Mixing & Mastering
- Full track and plugin automation for volume, pan, mute, and plugin parameters
- Balance levels, EQ, compress, and process your mix
- Export mixdowns or stems to WAV, MP3, OGG, and FLAC with normalization
๐ Project Management
- Session templates and track templates for repeatable setups
- Autosave snapshots with recovery features
- Preferences stored in
~/.config/maolan/config.toml
๐ Getting Started
Prerequisites
- Rust toolchain (edition 2024)
- Platform libraries for audio/plugin integrations (e.g.,
jack, lilv, suil on Unix)
Build from Source
git clone https://github.com/maolan/maolan.git
cd maolan
cargo build --release
cargo run --release
cargo run --release -- --debug
๐ Documentation
๐ค Contributing
Maolan is built by the community, for the community. There are many ways to contribute:
- ๐ Report bugs and request features
- ๐ป Submit code improvements and new features
- ๐ Improve documentation
- ๐จ Contribute to UI/UX design
- ๐งช Test and provide feedback
Visit our GitHub repository to get started!
๐ License
Maolan is licensed under the BSD-2-Clause license.
๐ Links
Built with โค and ๐ฆ Rust.