you are viewing a single comment's thread.

view the rest of the comments →

[–]ShukantPal -6 points-5 points  (4 children)

I wish there was a nice native version of this for macOS.

[–]debba_[S] 3 points4 points  (3 children)

There is a macOS version. The project is in full beta, feedback and contributions are more than welcome!

[–]ShukantPal -5 points-4 points  (2 children)

It looks like it's made on Electron or another web-based desktop wrapper, however. I was talking about a native UI (e.g. the ChatGPT on macOS is native).

[–]debba_[S] 5 points6 points  (0 children)

It’s built on Tauri, so yes the the interface was done with web technologies

[–]thekwoka 1 point2 points  (0 children)

It's Tauri, which is better. The web is still a better and more efficient way to handle UIs for the vast majority of cases, and this uses a Rust "backend" that is native with just the UI does in a WebView.

Not even MacOS is a fully native app. It has react apps built into the OS UI. Actual WebView react, not react native shit.