Skip to content

Linux

Thermion runs on Linux desktop (experimental). The thermion_flutter package ships a Linux plugin that bridges Filament to a Flutter window using Vulkan (Wayland), with an OpenGL/EGL path as a fallback.

It has been built and tested on Ubuntu 22.04; other distributions may work, but your mileage may vary.

Install the libraries the Linux build links against:

Terminal window
sudo apt install libgtk-3-dev liblzma-dev libdrm-dev
Terminal window
flutter run -d linux

The quickstart, picking, viewer, and animations examples under examples/flutter/ all build and run on Linux.