Complex native dependency linking on Linux
6/10 MediumTauri apps require linking complex libraries like udev and libinput that are not meant for application use, creating obscure build failures and making compilation difficult on non-standard host systems.
Sources
Collection History
Query: “What are the most common pain points with Tauri for developers in 2025?”4/7/2026
The last issue I encountered was it trying to link udev and libinput. libinput is a library for writing compositors, and their website literally state 'libinput is not used directly by applications'. I've no idea why Tauri was trying to link this
Created: 4/7/2026Updated: 4/7/2026