Download Latest Version neutralinojs-v6.9.0.zip (8.1 MB)
Email in envelope

Get an email when there's a new version of Neutralinojs

Home / v6.9.0
Name Modified Size InfoDownloads / Week
Parent folder
neutralinojs-v6.9.0.zip 2026-07-24 8.1 MB
Neutralinojs v6.9.0 released! source code.tar.gz 2026-07-23 3.2 MB
Neutralinojs v6.9.0 released! source code.zip 2026-07-23 4.3 MB
README.md 2026-07-23 1.7 kB
Totals: 4 Items   15.6 MB 12

What's new

API: net

Neutralinojs apps can use the fetch API available in the webview for making network requests, but the CORS policy often becomes a barrier. The new C++-based network API offers functions to call network resources without disabling webview network security. Here is a list of all available net API functions:

  • net.get(url, options): Sends a GET request.
  • net.post(url, options): Sends a POST request.
  • net.put(url, options): Sends a PUT request.
  • net.patch(url, options): Sends a PATCH request.
  • net.delete(url, options): Sends a DELETE request.
  • net.options(url, options): Sends an OPTIONS request.
  • net.head(url, options): Sends a HEAD request.
  • net.request(url, method, options): Sends a request by specifying an HTTP method

API: computer

  • Add computer.getDisks() to retrieve information for each connected disk, including vendor, model, mount point, size, free space, and serial number.
  • Add compuer.getMachineId() to get the platform-specific unique machine identifier.

API: app

  • Add app.getProcessId() to retrieve the app's process identifier.

API: os

  • Add os.setEnv(key, value) to update process environment variables.
  • Add os.getLocaleInfo() to get the current locale information, including the full standard, unparsed locale, parsed region, and language.

Update the config file option cli.binaryVersion with 6.9.0 and enter neu update to fetch this version.

Get started: https://neutralino.js.org/docs


This release was auto-generated by ReleaseZri :rocket:

Source: README.md, updated 2026-07-23