univert-gui 0.2.1

Desktop GUI for the Univert universal file converter
# Univert GUI

The desktop app for [Univert](https://crates.io/crates/univert), the universal
file converter. Drop in a file, pick an output format, convert.

![Screenshot of Univert desktop app](screenshots/2026-04-20t2052_app.png)

For the command-line version, see
[`univert`](https://crates.io/crates/univert).


## Install

```sh
cargo install univert-gui
```

Optional runtime tools (only needed for their respective conversions):
`lilypond`, `openscad`, `ffmpeg`, `fluidsynth`.


## Use

1. Click **Select File** or drop a file onto the window.
2. Pick one of the available output formats.
3. Adjust the output path if you want, then hit **Convert**.

All pure-Rust conversions work out of the box. Tool-gated conversions
(MIDI, wav/aac, scad/stl, …) surface a clear error if the required binary
isn't on `PATH`.

See the [`univert`](https://crates.io/crates/univert) crate for the full list
of supported formats.


## License

AGPL-3.0-or-later