
Qt Bridges - Public Beta for Rust
Hey there!
I wanted to share something that was just released!
Since late 2025 there has been a group of developers working on Qt Bridges, a new project that aims to bring the Qt Quick technology to many other languages, including of course, Rust.
If you are familiar with Qt, you might know that there were a few attempts already in order to expose the framework, so it was a difficult job of trying to find a way of doing it without filling the code with C++ or Qt-isms, but I believe the current status of the project was worth sharing.
If you are not familiar with Qt, at least you know there has been many options already that are aiming to become a nice UI framework for Rust. We hope to become one of the options the community feels comfortable using!
This is still a beta stage, so we are happy to read your opinions, ideas, criticism, or anything you would like to share!
Blog posts:
- A Cross-Platform Rust UI Framework via Qt’s Bridging Technology
- Qt Bridges: Public Beta for the Rust Bridge Is Out!
Repo:
- https://code.qt.io/cgit/qt/qtbridge-rust.git/ (Github mirror: github.com/qt/qtbridge-rust )
Docs: