Releases

Releases

Latest version v8.0.40

Choose the latest version for your platform.

OSArchitectureDownload
Linuxarm64machbase-neo-v8.0.40-linux-arm64.zip
Linuxx64machbase-neo-v8.0.40-linux-amd64.zip
Linuxarm32machbase-neo-v8.0.40-linux-arm32.zip
macOSarm64machbase-neo-v8.0.40-darwin-arm64.zip
macOSx64machbase-neo-v8.0.40-darwin-amd64.zip
Windowsx64machbase-neo-v8.0.40-windows-amd64.zip

What about other Linux

The pre-build linux packages are built on ubuntu 20.04. If the pre-built packages are not compatible with your Linux distribution, you can still build from the source code on your system.

  1. Ensure you have Go 1.23 and gcc installed for compilation.
  2. Clone the neo-server repository from GitHub.
  3. Run go run mage.go install-neo-web to download the web UI for Machbase Neo.
  4. Run go run mage.go machbase-neo to build Machbase Neo.
  5. Locate the executable binary in ./tmp/machbase-neo.
  6. Copy the executable binary to the directory where you want to install.

What’s Changed v8.0.40

Changes

How to upgrade from the previous v8.0.x version

The upgrade process is straightforward and involves replacing the executable file.

  1. Shut down the machbase-neo process.
  2. Replace the executable file machbase-neo (or machbase-neo.exe).
  3. Start the machbase-neo process.

Previous releases

Find previously released versions in here.

⚠️
The edge and fog editions of the previous v1.5.0 - Since v1.5.0, the editions are integrated into the single “standard” edition.
If you plan to run old version of machbase-neo on a small device such as Raspberry Pi, select the Edge edition.
For machines with larger memory and more CPU cores, such as a personal workstation or server, choose the Fog edition.

SDK with CLASSIC

This releases are the legacy MACHBASE DBMS and application driver such as JDBC, ODBC and C client library.

OSArchitectureDownload
Linuxx64machbase-SDK-8.0.2.official-LINUX-X86-64-release.tgz
Linuxarm64machbase-SDK-8.0.2.official-LINUX-ARM_CORTEX_A53-64-release.tgz
Windowsx64machbase-SDK-8.0.2.official-WINDOWS-X86-64-release.msi
Windowsx86machbase-SDK-8.0.2.official-WINDOWS-X86-32-release.msi
macOSarm64machbase-SDK-8.0.2.official-DARWIN-ARM_M1-64-release.tgz
macOSx64machbase-SDK-8.0.2.official-DARWIN-X86-64-release.tgz
Last updated on