DEV Community

Cover image for Why I Ditched Electron for Tauri

Why I Ditched Electron for Tauri

Best Codes on February 26, 2025

Recently, I released CodeQuill 2.0, changing nearly 20,000 lines of code and completely rewriting the CodeQuill codebase in TypeScript and Rust. Pa...
Collapse
 
ben profile image
Ben Halpern

Tauri definitely is interesting.

Collapse
 
best_codes profile image
Best Codes

Definitely! Do you plan to try it out on something?

Collapse
 
ben profile image
Ben Halpern

It depends on bandwidth, but I'm trying to find time to experiment!

Thread Thread
 
best_codes profile image
Best Codes

dev.to desktop app 👀

Collapse
 
alt_exist profile image
Alternate Existance

nice article. i just dont want to learn rust tho~

Collapse
 
best_codes profile image
Best Codes

You don't really have to learn Rust to use Tauri, it does the Rust stuff for you.

Collapse
 
alt_exist profile image
Alternate Existance

cool

Collapse
 
k0msenapati profile image
K Om Senapati

Amazing

Collapse
 
best_codes profile image
Best Codes

Thanks for reading 💚

Collapse
 
ozgrozer profile image
Ozgur

Your Mac app gives this error "CodeQuill.app is damaged and can’t be opened. You should move it to the Trash."

Collapse
 
best_codes profile image
Best Codes

Thanks for letting me know. I don't have a Mac, so I have to build the Mac app on GitHub Actions and hope for the best. 😢

I assume you are using the release files here:
github.com/The-Best-Codes/codequil...
Are you using the .dmg file or something else?

Collapse
 
ozgrozer profile image
Ozgur

Yes I've downloaded the dmg from there. You have to create an Apple Developer account and notarize your app otherwise nobody can use it. I mean there are still ways to use the damaged apps but it requires some hacks.

Thread Thread
 
best_codes profile image
Best Codes

I knew you had to do that for iOS, but I was not aware that it's required for Mac apps too. Thanks for letting me know!

Collapse
 
robbenzo24 profile image
Rob Benzo

interesting :)

Collapse
 
best_codes profile image
Best Codes

Thanks for reading!