DEV Community

Cover image for Electron JS Big Rival?
Aditya Mishra
Aditya Mishra

Posted on

2

Electron JS Big Rival?

I love electron, but there are many things I don't like about electron for example the performance, if you have a pc like mine with 4gigs of ram and a i3 processor you know how much it's a struggle sometimes when working with electron and startup times are sometimes very long.

I don't need to mention the fact that the final release build also weighs decent size like 80 or 90 mb easily.

I switched to Tauri a mature electron alternative but since I don't have any prior language to rust and stuff, I messed up everything.

Now I switched to Neutralino JS, and I love it!

Unlike electron which bundles chromium, Neutralino JS uses operating system's inbuilt browser library. For example webkit2 in Linux

And performance? Man it's almost identical to a native desktop applications.

A big downside of Neutralino is that you don't use node js with it.

But Neutralino provides much better options for interacting with the OS.

Functions like writeFile and readFile make life so easier for interacting with storage.

And since local storage doesn't work in Neutralino you can still use the local storage api provided by Neutralino to store key pair values.

Currently Neutralino js is just like a child, and in the coming few years this will be a for sure competitor of electron and Tauri.

Overall Neutralino is a must try option, it won't let you down trust me!

Resources:
Neutralino JS vs Electron vs Tauri vs NW.js vs NodeGui vs Flutter vs .net MAUI
Neutralino JS Website
Neutralino JS GitHub

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read more →

Top comments (0)

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay