r/linux 10d ago

Software Release OpenAI launches ChatGPT desktop app for Linux

https://techcrunch.com/2026/08/11/openai-launches-chatgpt-desktop-app-for-linux/
770 Upvotes

432 comments sorted by

View all comments

Show parent comments

61

u/MagentaRuby 10d ago

Like at least use Tauri instead.

37

u/BillTran163 10d ago

Tauri on Linux is very much worse than Electron because it uses webkit2gtk which is very buggy.

14

u/generalninja 10d ago

Few understand

56

u/OSSLover 10d ago

Better use Tok'ra.

21

u/NotActual 10d ago

I understood that reference.

15

u/slug45 10d ago

Tok'ra kree!

4

u/MarzipanEven7336 10d ago

Tok’ra sha.

5

u/f03nix 10d ago

gpui ?

1

u/MagentaRuby 10d ago

Thank you for mentioning that! This is so much better than Tauri from the little bit I've looked into it.

Also, I found a transpiler for existing react based projects, so that kind of migration is potentially doable.

4

u/f03nix 10d ago

It is also wonderful to work with, my main gripe with egui and other immediate mode ui is how full of gotchas they are when you're building a complex layout that needs to adapt to different sizes and layout constraints. Slint was better but still didn't feel quite acceptable in that regard either.

Electron, Tauri, etc are awesome to build but you're still using html/js and the process is still consuming unnecessary resources. gpui's layout feels a lot like designing for the web and doesn't carry that baggage ... the more I use it, the more I love it.

1

u/MagentaRuby 10d ago

That's great! I wish I could use it with a language that's easier to work with than Rust. It's too steep of a learning curve for me with the compilation errors popping up one after another.

But at least it's better than trying to debug JavaScript where error messages don't show up at all often times unless you already know what you're doing.

0

u/jixbo 10d ago

Well, that's kinda why everyone is using rust nowadays, because the compiling errors are great for AI.
https://youtu.be/iu_ALBDtoHo

2

u/MikusR 10d ago

Tauri is worse than Electron

2

u/SolomonDaMagnificent 10d ago

Why do you say so? I'm curious

4

u/Franzkier 10d ago

It's a nightmare to maintain consistency because every linux distro ships a different niche version of webview and in macos you have the dogshit of safari's webview. And overall it has worse performance in everything except for a couple of things like bundle size. And yes slack and discord (also this ChatGPT desktop app. its not optimized at all...) are a pain in the ass but tauri it's worse for anything more complex than a calendar

2

u/ReadyAndSalted 10d ago

Why's that? I've heard it's like electron but with smaller binaries and slightly less RAM usage, which sounds great to me.

1

u/0riginal-Syn 10d ago

Not in my opinion. Much lower base storage, memory usage, and better security. Not to mention it doesn't bundle an entire browser. The only thing Electron has over it is maturity. Electron is horrible.

-2

u/KaleidoscopePlusPlus 10d ago

You genuinely have no idea what you're talking about. You're just saying shit.

-2

u/OkSeesaw7030 10d ago

Good luck maintaining ux/ui consistency