#plugin-host #lv2 #object #urid #rdf-graph #ns #livi #lilv

bin+lib yeli

A pure-Rust LV2 plugin host (livi alternative, no lilv/serd/sord C code)

2 unstable releases

Uses new Rust 2024

new 0.4.0 Jul 31, 2026
0.1.3 Jul 6, 2026

#900 in Audio

LGPL-2.1-or-later

140KB
3.5K SLoC

yeli

A rust LV2 plugin host made for yadaw (based on livi).


lib.rs:

yeli: a pure-Rust LV2 plugin host library

Components:

  • oxttl + oxrdf : Turtle parsing / RDF graph (bundle discovery)
  • lv2_raw::sys : the LV2 C ABI (descriptor, features, URID, options)
  • libloading : loading plugin shared objects

Supported host features:

Dependencies

~3.5MB
~57K SLoC