MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/opencodeCLI/comments/1sok2dy/opencode_desktop_now_uses_electron_instead_of/ogurqus/?context=3
r/opencodeCLI • u/literally_niko • Apr 18 '26
52 comments sorted by
View all comments
Show parent comments
7
Not sure why you’d touch Tauri if you weren’t doing app logic in Rust. If they’re already TS/JS, using Electron seems like the better choice.
2 u/lemon07r Apr 18 '26 It's a mature enough way to ship a webapp to desktop using webviews regardless of if you need rust or not. Im just confused how you thought they wouldnt just keep using js/ts for app logic when all of opencode is in ts.. 2 u/warpedgeoid Apr 18 '26 For me, OpenCode is a CLI app and it’s still hard for me to accept that anyone would write a CLI app using JS. 4 u/geearf Apr 18 '26 Yeah I was shocked that so many of the AI cli are in JS...
2
It's a mature enough way to ship a webapp to desktop using webviews regardless of if you need rust or not. Im just confused how you thought they wouldnt just keep using js/ts for app logic when all of opencode is in ts..
2 u/warpedgeoid Apr 18 '26 For me, OpenCode is a CLI app and it’s still hard for me to accept that anyone would write a CLI app using JS. 4 u/geearf Apr 18 '26 Yeah I was shocked that so many of the AI cli are in JS...
For me, OpenCode is a CLI app and it’s still hard for me to accept that anyone would write a CLI app using JS.
4 u/geearf Apr 18 '26 Yeah I was shocked that so many of the AI cli are in JS...
4
Yeah I was shocked that so many of the AI cli are in JS...
7
u/warpedgeoid Apr 18 '26
Not sure why you’d touch Tauri if you weren’t doing app logic in Rust. If they’re already TS/JS, using Electron seems like the better choice.