NeutralinoJs is a portable and lightweight framework which lets you to develop apps with native functions that can run inside web browsers.
In electron and NWjs you have to install NodeJs and hundreds of dependency libraries. Embedded Chromium and Node creates large overhead and makes even simple apps like “hello world” considerable in size. Neutralino offers a solution for this issue.
Interested in the NeutralinoJs idea? Start with our docs and build your first Neutralino App
Read the story of NeutralinoJs here
Ask questions on Stackoverlow using tag neutralinojs
- Download latest Neutralino lightweight SDK from releases
- Write code for your application
- Double click on the neutralino binary, it will run the app on your default browser
- Close the browser tab (Neutralino runtime will terminate automatically)
- Zip the content and share anywhere. It's fully portable
- Web apps with native functions
- Lightweight cross-platform apps
- Control VMs, servers or computers in a private/public network - NeutralinoJs cloud
Help Neutralino!
- Give us a star 👍
- Fork and Clone! Awesome
- Select existing issues or create a new issue and give us a PR with your bugfix or improvement after. We love it :) ❤️
- Refer to this link for Contribution Procedures and Standards.
- We use Slack for quick discussions. get your invite
- Join our Google group for feature proposals and requests.
- You can help us by writing sample neutralino apps,by composing or improving documentation or by writing code.
To create Neutralino developer environment in your pc, install these tool kits.
> build
$ bash build.sh
Neutralino platform components will be assembled in to /dist
> cd core-windows
> build
$ cd core-linux
$ bash build.sh
Neutralino server will be compiled in /bin
$ cd neutralino.js
$ npm install
$ npm run build
- Solution Design
- Windows Server
- Linux Server
- Javascript SDK
- Documentation
- Web site
- Security improvements
- Experimental Release
- Other required features
- Stable release
- MacOS support