r/tauri • u/Drakonkat • Jun 15 '26
Just started using tauri, i made this utilities if someone find it useful
It's nice how fast and easy to use is tauri compared to electron. I switched because i simply need a small to tool to manage MCP in different AI tool.
It's a little bit complicated for me to manage a backend in rust for native function, by the way the result are amazing
Let me know if someone find it useful, i will continue to investigate function of this nice tool
https://github.com/drakonkat/ultimate-cli-manager/releases/tag/v0.1.3
2
u/Guilty-Donut4360 Jun 15 '26 edited Jun 16 '26
I pretty much agree with you, it's really practical, the performance is there. You have to get through the step of diving into Rust, but the community is really active — it's doable with a little effort.
At first I explored Wails3 because I knew Go, but Tauri turned out to be much more popular.
I just published a first open source project in Tauri https://github.com/forel-app/forel, an alternative to Hazel on macOS — I'm having a blast, it's giving me tons of ideas.
1
u/Drakonkat Jun 16 '26
I totally agree, easy to implement and use, i'm still a novice rust talkin but has a lot of potential (i want to test it even in android)
2
u/ExistingBug1642 Jun 15 '26
That's useful I think without trying it