web-to-desktop-framework-compariso
typescript-go
web-to-desktop-framework-compariso | typescript-go | |
---|---|---|
6 | 24 | |
- | 21,853 | |
- | 2.0% | |
- | 9.9 | |
- | 6 days ago | |
Go | ||
- | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
web-to-desktop-framework-compariso
-
Show HN: I rewrote my Mac Electron app in Rust (app went from 1GB to 172MB)
https://github.com/Elanis/web-to-desktop-framework-compariso...
Electron comes out looking impressive at runtime!
Memory Usage - (Average of runs) Median of difference between system measured free memory before execution and during execution)
-
Lazarus Release 4.0
> it's still a far cry from your ~200 Mb Electron hello world.
I think that projects that ship packaged web apps but attempt to use the system native web views where available are really nice, like Wails: https://wails.io/ (so for example, on Windows it would use Webview2, so you don't have to package an entire Chromium install yourself)
Here's a comparison of how the distribution sizes change, Wails in particular also has way faster builds than something like Tauri: https://github.com/Elanis/web-to-desktop-framework-compariso...
That said, I wish we got more native software, or even something like LCL that can target Win32, GTK, Qt or whatever else is available. Sure, writing components that are available on a lot of platforms and work similarly everywhere is a pain for the developers, but I applaud the effort regardless, since the above solutions like Wails don't actually do anything for the memory usage and CPU cycles, whereas native GUI software is better for most apps that don't try to be very interactive.
-
Servo in 2024: stats, features and donations
I mean, most OSes already ship with a WebView component that you can use instead of shipping an entire browser runtime.
Wails does that: https://wails.io/
Tauri also does that: https://tauri.app/
That does help with the needed resources quite a bit: https://github.com/Elanis/web-to-desktop-framework-compariso...
Sadly it doesnβt change the memory usage much so the technology is still inherently wasteful, but on a certain level it feels like a lost battle - because web technologies often feel like the choice of least resistance when you want GUI software that will run on a bunch of platforms while not being annoying to develop (from the perspective of your run of the mill dev).
-
Neutralinojs β Build lightweight cross-platform desktop apps with JavaScript
I looked into some alternatives a while back [1] and thought Neutralino looked promising except that it doesn't support node modules. I.e. you cannot use the existing ecosystem of node-stuff.
Still, glad there are many options for using web UI to create desktop apps these days.
[1]: Neutralino themselves link to this nice comparison table: https://github.com/Elanis/web-to-desktop-framework-compariso...
-
Neutralinojs β Cross-platform desktop application development framework
> but it uses your system's existing browser
According to (1) that is incorrect. It uses WebKitGTK+.
(1) https://github.com/Elanis/web-to-desktop-framework-compariso...
typescript-go
-
Unhinged JS Tooling Setups in 2025
The big names around are biome, oxc and an announced Microsoft-developed tsgo.
- Figma Files Registration Statement for Proposed Initial Public Offering
-
Swift at Apple: Migrating the Password Monitoring Service from Java
You didn't read the article. It wasn't a rewrite, it was a port.
https://github.com/microsoft/typescript-go/discussions/410
-
Show HN: I rewrote my Mac Electron app in Rust (app went from 1GB to 172MB)
Here's the FAQs, where they explain the decision to go with Go and not, say, rust.
https://github.com/microsoft/typescript-go/discussions/categ...
- Type-Constrained Code Generation with Language Models
-
TypeScript 7: 10x Speedup and the Go Language π¨
First of all, the original TypeScript compiler under the hood is moving in the new version 7 from JavaScript to Go. That is, there will be conditionally TypeScript 6 (JS) and TypeScript 7 (Go). This was done mainly because of the scaling problem when used in very large projects, but also, of course, because of the speed.
- TypeScript-Go: Why a port instead of a rewrite? What's the difference?
- Microsoft Rewrite Tsc in Go
-
Why Go?
Since you wrote this it looks like [Anders replied](https://github.com/microsoft/typescript-go/discussions/411#d...) to one of the threads.
I have to agree with the sentiment that is a success story that the team is allowed to use the best tool for the job, even if it suffers from "not built here".
This is really healthy and encouraging to see in these large OSS corporate-sponsored projects, so kudos to you and the team for making the pragmatic choice.
- TypeScript Go (will be merged into TypeScript)
What are some alternatives?
web-to-desktop-framework-comparison - An objective comparison of multiple frameworks that allow us to "transform" our web apps to desktop applications.
Godot - Godot Engine β Multi-platform 2D and 3D game engine
web-nfc - Web NFC
porffor - An ahead-of-time JavaScript compiler
kumo - Wayland Mobile Web Browser
type-constrained-code-generation - Reproduction Package for the paper "Type-Constrained Code Generation with Language Models" [PLDI 2025]