Skip to content

Releases: NeuralInverse/neuralinverse

Neural Inverse OSS v1.1.3

Choose a tag to compare

@sanjay-senthilkumar01 sanjay-senthilkumar01 released this 02 Jul 07:27

Neural Inverse CE v1.1.3

What's New

  • Cloud workspace integration — connect to NeuralInverse Cloud workspaces directly from the desktop IDE via SSH proxy; one-click open via cloud.neuralinverse.com
  • Auto-connect credential detection — GitHub Models, AWS Bedrock, Azure OpenAI, GCP Vertex auto-detected from environment, CLI auth, and OS credential stores
    • Windows: GitHub CLI via PowerShell full path, Windows Credential Manager, %APPDATA%\GitHub CLI\hosts.yml
    • macOS: Keychain detection via security find-internet-password
  • Onboarding — use case selection persists to global settings; funnel metrics

Fixes

  • Remote SSH: pre-installed server on cloud VMs now validated by commit hash before use — eliminates version mismatch connection failures
  • Remote SSH: server tarball published to CDN keyed by exact app commit; CI now reads commit from built artifact not git HEAD
  • Cloud extension: activates on startup to eliminate URI handler race condition
  • Build: open-remote-ssh extension webpack-bundled in CI for all platforms
  • Agent: no-progress loop guards + improved terminal output UI
  • Deps: pinned @vscode/gulp-electron to avoid ESM-only dependency issues

Downloads

Platform File
macOS Apple Silicon NeuralInverse-1.1.3-darwin-arm64.dmg
macOS Intel NeuralInverse-1.1.3-darwin-x64.dmg
Linux x64 NeuralInverse-1.1.3-linux-x64.deb
Linux x64 AppImage NeuralInverse-1.1.3-linux-x64.AppImage
Windows x64 NeuralInverse-1.1.3-win32-x64.exe

Or install via:
Install:

# macOS / Linux
curl -fsSL https://neuralinverse.com/sh | bash

# Windows (PowerShell)
irm https://neuralinverse.com/win | iex

Neural Inverse OSS v1.1.2

Choose a tag to compare

@sanjay-senthilkumar01 sanjay-senthilkumar01 released this 02 Jul 07:08

Neural Inverse CE v1.1.2

What's New

  • Cloud workspace integration — connect to NeuralInverse Cloud workspaces directly from the desktop IDE via SSH proxy; one-click open via cloud.neuralinverse.com
  • Auto-connect credential detection — GitHub Models, AWS Bedrock, Azure OpenAI, GCP Vertex auto-detected from environment, CLI auth, and OS credential stores
    • Windows: GitHub CLI via PowerShell full path, Windows Credential Manager, %APPDATA%\GitHub CLI\hosts.yml
    • macOS: Keychain detection via security find-internet-password
  • Onboarding — use case selection persists to global settings; funnel metrics

Fixes

  • Remote SSH: pre-installed server on cloud VMs now validated by commit hash before use — eliminates version mismatch connection failures
  • Remote SSH: server tarball published to CDN keyed by exact app commit; CI now reads commit from built artifact not git HEAD
  • Cloud extension: activates on startup to eliminate URI handler race condition
  • Build: open-remote-ssh extension webpack-bundled in CI for all platforms
  • Agent: no-progress loop guards + improved terminal output UI
  • Deps: pinned @vscode/gulp-electron to avoid ESM-only dependency issues

Downloads

Platform File
macOS Apple Silicon NeuralInverse-1.1.3-darwin-arm64.dmg
macOS Intel NeuralInverse-1.1.3-darwin-x64.dmg
Linux x64 NeuralInverse-1.1.3-linux-x64.deb
Linux x64 AppImage NeuralInverse-1.1.3-linux-x64.AppImage
Windows x64 NeuralInverse-1.1.3-win32-x64.exe

Or install via:
```bash
curl -fsSL https://cdn.neuralinverse.io/ce/install.sh | bash
```

Neural Inverse OSS v1.1.1

Choose a tag to compare

@vakeesh20057 vakeesh20057 released this 01 Jul 07:30

Neural Inverse CE v1.1.1

What's New

  • Onboarding use case selection now persists to global settings
  • Onboarding funnel metrics + improved T&C layout
  • NeuralInverse Cloud extension scaffold

Fixes

  • Agent: no-progress loop guards + improved terminal output UI
  • Deps: pinned @vscode/gulp-electron to avoid ESM-only dependency issues
  • Auto-update now works for all platforms (macOS, Windows, Linux)

Downloads

Platform Links
macOS (Apple Silicon) DMG · PKG · ZIP
macOS (Intel) DMG · PKG · ZIP
Linux x64 DEB · AppImage · tar.gz
Linux ARM64 DEB · tar.gz
Linux ARMhf DEB · tar.gz
Windows x64 EXE · MSI · ZIP
Windows ARM64 EXE · MSI · ZIP

Quick Install

macOS / Linux:

curl -fsSL https://cdn.neuralinverse.io/ce/install.sh | bash

Windows (PowerShell):

irm https://cdn.neuralinverse.io/ce/install.ps1 | iex

Auto-Update

Existing installs will auto-update to this version.

Neural Inverse OSS v1.1.0

Choose a tag to compare

@vakeesh20057 vakeesh20057 released this 17 Jun 00:57

Neural Inverse CE v1.1.0

Downloads

Platform Links
macOS (Apple Silicon) DMG · PKG · ZIP
macOS (Intel) DMG · PKG · ZIP
Linux x64 DEB · AppImage · tar.gz
Linux ARM64 DEB · tar.gz
Linux ARMhf DEB · tar.gz
Windows x64 EXE · MSI · ZIP
Windows ARM64 EXE · MSI · ZIP

Quick Install

macOS / Linux:

curl -fsSL https://cdn.neuralinverse.io/ce/install.sh | bash

Windows (PowerShell):

irm https://cdn.neuralinverse.io/ce/install.ps1 | iex

Auto-Update

Existing installs will auto-update to this version.

Neural Inverse OSS v1.0.0

Choose a tag to compare

@sanjay-senthilkumar01 sanjay-senthilkumar01 released this 21 May 10:18

Neural Inverse OSS v1.0.0

First public release of Neural Inverse Community Edition -- an AI-native IDE built for legacy modernization, firmware development, and regulated codebase migration. Bring your own LLM, no cloud lock-in.


Download

macOS

Platform Format Link
Apple Silicon (arm64) DMG NeuralInverse-1.0.0-darwin-arm64.dmg
Apple Silicon (arm64) PKG NeuralInverse-1.0.0-darwin-arm64.pkg
Apple Silicon (arm64) ZIP NeuralInverse-1.0.0-darwin-arm64.zip
Intel (x64) DMG NeuralInverse-1.0.0-darwin-x64.dmg
Intel (x64) PKG NeuralInverse-1.0.0-darwin-x64.pkg
Intel (x64) ZIP NeuralInverse-1.0.0-darwin-x64.zip

Linux

Platform Format Link
x64 AppImage NeuralInverse-1.0.0-linux-x64.AppImage
x64 DEB NeuralInverse-1.0.0-linux-x64.deb
x64 TAR.GZ NeuralInverse-1.0.0-linux-x64.tar.gz
arm64 DEB NeuralInverse-1.0.0-linux-arm64.deb
arm64 TAR.GZ NeuralInverse-1.0.0-linux-arm64.tar.gz
armhf DEB NeuralInverse-1.0.0-linux-armhf.deb
armhf TAR.GZ NeuralInverse-1.0.0-linux-armhf.tar.gz

Windows

Platform Format Link
x64 EXE NeuralInverse-1.0.0-win32-x64.exe
x64 MSI NeuralInverse-1.0.0-win32-x64.msi
x64 ZIP NeuralInverse-1.0.0-win32-x64.zip
arm64 EXE NeuralInverse-1.0.0-win32-arm64.exe
arm64 MSI NeuralInverse-1.0.0-win32-arm64.msi
arm64 ZIP NeuralInverse-1.0.0-win32-arm64.zip

Install via script

macOS / Linux
```bash
curl -fsSL https://cdn.neuralinverse.io/ce/install.sh | bash
```

Windows (PowerShell)
```powershell
irm https://cdn.neuralinverse.io/ce/install.ps1 | iex
```


What is in CE

  • AI chat and agentic coding with Power Mode
  • Legacy modernization platform (5-stage: discovery, planning, translation, validation, cutover)
  • Firmware and embedded development tooling (357 MCU variants, SVD auto-load, 22 fw_* agent tools)
  • BYOLLM: Claude, GPT-4, Gemini, Ollama, Bedrock and more -- your API keys stay local

What is in Enterprise

Compliance checks (GRC), Checks Agent, team collaboration, and audit trails are available in NeuralInverse Enterprise.