web-to-desktop-framework-comparison icon indicating copy to clipboard operation
web-to-desktop-framework-comparison copied to clipboard

This repository has been made to create an objective comparison of multiple frameworks that allow us to "transform" our web apps to desktop applications.

Results 82 web-to-desktop-framework-comparison issues
Sort by recently updated
recently updated
newest added

We might need to measure between start command and a log saying something like "app started and loaded" to be more accurate. We should be able to filter out executions...

doc-enhancement
benchmark-tool
automation

Example: with Tauri, we can have overhead due to cargo restoring/building packages on the first run.

doc-enhancement
benchmark-tool
automation

https://ultralig.ht https://github.com/ultralight-ux

library-addition

It would be great if you can add [wails](https://github.com/wailsapp/wails) to your comparison list :-) https://github.com/wailsapp/wails From what is see it is architecturally similar to tauri and the api layer is...

doc-enhancement
library-specific
lib-adding

Young project, but I think it would be interesting to add it => [Dioxus](https://github.com/DioxusLabs/dioxus)

library-addition

``` $ npm-check (node:6648) [DEP0128] DeprecationWarning: Invalid 'main' field in 'C:\Users\elani\AppData\Roaming\npm\node_modules\npm-check\node_modules\find-parent-dir\package.json' of 'find-parent-dir.js'. Please either fix that or report it to the module author (Use `node --trace-deprecation ...` to show...

library-specific
lib-update

Your build size is still too large. Rust offers a number of opportunities to make binaries smaller. Please see this page: https://tauri.studio/en/docs/usage/guides/bundler/anti-bloat And at least put this at the end...

doc-enhancement
library-specific

I would love to see CPU usage benchmarks for the different frameworks, particularly background CPU usage. It seems like Electron apps always have egregious background CPU usage and I'd like...

documentation-improvements

Add a line to tell if a technology have tools for automated testing

doc-enhancement