Neutralinojs – Build lightweight cross-platform desktop apps with JavaScript

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • web-to-desktop-framework-comparison

    An objective comparison of multiple frameworks that allow us to "transform" our web apps to desktop applications.

    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...

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • 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...

  • tauri

    Build smaller, faster, and more secure desktop applications with a web frontend.

  • agenda

    :construction: :calendar: Offline-ready roadmap and task management planning tool (by cookiengineer)

    Last year I built a very simple task management tool for myself, where I am building the binary like this [1].

    In retrospect I would probably go with an extra "cmds" folder to have multiple build variants, but it is easy to follow the code like it is built right now.

    [1] https://github.com/cookiengineer/agenda

  • evaluation

    Neutralinojs vs Electron vs Nw.js

    https://github.com/neutralinojs/evaluation

    8MB vs 42MB for electron. That's pretty real savings IMO!

    It's also using the existing shared libraries on your system, so there's a very real chance a lot of this 8MB might be ready resident & take zero additional space. It'd be great to see what the memory impact of launching a second & different app would be!

    Personally I think the Electron hate is because people think every Electron app behaves as badly as Slack. Honestly 42MB is not that bad. But it hurts my soul that each app has it's own static copy of the browser, means there is zero chance for sharing. If you are running 2-3 apps it's fine but I want a world where we can potentially have dozens or even a hundred little gui apps running & it works fine, no problem. That would be on par with native apps & this is a clear demonstration of one way we could get there.

    The missing next step is that this system launches a mini http/websocket server to run. It'd be interesting to explore using a lightweight Sandboxing multi vm to host apps on, might make the server side lighter weight too. Wasm, or cloudflare's workerd... The CRI folk have been busy building support for managing work let like things like this, & desktop could definitely pull some wins, now that folks like Neutralinojs and Tauri are starting to do better at desktop webapps.

  • webview

    Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

    Golang can compile to windows statically, and on Windows those bindings are using the MSWebView2 API (aka Microsoft Edge webview).

    I know that you can also compile the webview.cc into a dll specifically, and link against that. But I'd never done with Visual C++ because I am cross-compiling from Linux to Windows.

    The README of the webview/webview project refers to the WebView2 SDK on NuGet, however [1]

    [1] https://github.com/webview/webview#windows-preparation

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • "there is currently no plan for PWA support in Firefox." - Mozilla gives up on PWAs in Firefox 85

    1 project | /r/programming | 29 Jan 2021
  • Idle Plant Game: Live and Free on Steam

    2 projects | /r/incremental_games | 6 Dec 2023
  • Sharing my frustration with using React for a desktop Windows app

    1 project | /r/reactjs | 6 Dec 2023
  • Web to Desktop Framework Comparison

    1 project | news.ycombinator.com | 21 Sep 2023
  • Modrinth's launcher is now on alpha

    2 projects | /r/feedthebeast | 24 May 2023