| ▲ | pelagicAustral 4 hours ago | ||||||||||||||||
I took a few shots at building desktop apps with Tauri, Wails and Electron using Claude Code, and the results were not very good at all. In fact, they were by far the worst results I've gotten with the tool. I can easily clone one of my boilerplate repos in Rails, or Django and prompt away, and the results are consistently good, as in, functional MVP in a few hours. This was never the case for the desktop tools I mentioned. This looks like a highly specialized tool for desktop that actually works. I watch the demo and I am assuming the apps are actually made with some kind of technology a la Tauri, or Electron, thus making the apps cross-platform. I don't think we are anywhere near a tool like this for native, but that's a lost battle anyway. | |||||||||||||||||
| ▲ | rev_vehicle 34 minutes ago | parent | next [-] | ||||||||||||||||
I’ve had a totally different experience. I’ve coded 3 different Tauri apps and 1 Wails app with Claude Code and it was some of the easiest work I’ve done with AI assisted coding. That said, the local features that Rust is handling in the Tauri app is not anything heavy, just moving files around, some regex matching, and some SQLite stuff. All of the headache I had in these apps was the React frontends and Node issues. The Rust features all worked pretty much first try every time. | |||||||||||||||||
| ▲ | thewebguyd 4 hours ago | parent | prev | next [-] | ||||||||||||||||
> I don't think we are anywhere near a tool like this for native, but that's a lost battle anyway. I hope it's not a lost battle, tbh. I was hoping with AI & Vibe Coding we'd see sort of a resurgence of native first desktop apps, but so far it's just all been a continuation of the web app & web tech hegemony. Maybe not for Windows as their native GUI story is a lost cause now, but for sure macOS and I had hopes of it leading to a renaissance of desktop linux apps in GTK instead of electron, but that (the Linux) community seems to be hostile to any AI generated code at all for now. | |||||||||||||||||
| |||||||||||||||||
| ▲ | mcintyre1994 3 hours ago | parent | prev [-] | ||||||||||||||||
They say they're targeting Mac only for now, so it could be native code, or they could just have not tested/refined their prompt for other platforms yet. > This was never the case for the desktop tools I mentioned. I'd be curious how well Claude Code works for a native Swift app on macOS, if that's the platform you're on. I've found it extremely good at iOS apps so my guess is it would be equally good at building a native macOS app with the same stack. | |||||||||||||||||
| |||||||||||||||||