|
|
|
|
|
by yunruse
55 days ago
|
|
I thought so too at first. It is definitely something interfaced on top of Tauri[0] with some sort of 'server-side logic' framework[1]. But looking at Tauri's site, it is really hard to disentangle if PyWry is a binder about WRY[2] or not. "OS-efficient cross-platform HTML-based UI toolkit" is a great technological thing, but neither PyWry and Tauri's sites make that clear, or meaningfully advertise what they do. Which is a shame, because there is myriad software which might benefit all to use this. [0] Tauri is akin to Chromium, I think? https://tauri.app [1] and also a rather large amount of LLM integration; the source for PyWry has a whole section for Claude bindings [2] the Webview Rendering librarY (WRY) used in Tauri https://github.com/tauri-apps/wry |
|
Yeah, Tauri is for shipping web apps as desktop apps - basically an Electron replacement. Its main selling point is that it uses the system web view on Mac/Windows, so it doesn't have to bundle most of Chromium with every app.