Skip to content

What is Tuner?

Tuner is an extensible app made with libtuner library. Its interface is created using Gtk4 and libadwaita. libtuner provides simple API to create plugins. Gtk.Builder integration allowing to use blueprint.

TIP

Just want to try it out? Skip to the Quickstart.

Use cases

  • Extending Tuner app interface

    In Tuner app plugins create rows in sidebar, when selecting row panel in main content created using plugin provided UI. Plugin content can also be merged, allowing you to extend existing plugin panels.

  • Extending existing app with libtuner plugins

    libtuner plugins only provide abstract objects, not the actual UI implementation, allowing applications to create any UI and logic between them.

Released under the GPL-3.0+ License. The content is available under CC BY-SA 4.0, unless stated otherwise.