Releases
Releases
Latest version v8.0.40
Choose the latest version for your platform.
OS | Architecture | Download |
---|---|---|
Linux | arm64 | machbase-neo-v8.0.40-linux-arm64.zip |
Linux | x64 | machbase-neo-v8.0.40-linux-amd64.zip |
Linux | arm32 | machbase-neo-v8.0.40-linux-arm32.zip |
macOS | arm64 | machbase-neo-v8.0.40-darwin-arm64.zip |
macOS | x64 | machbase-neo-v8.0.40-darwin-amd64.zip |
Windows | x64 | machbase-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.
- Ensure you have Go 1.23 and gcc installed for compilation.
- Clone the neo-server repository from GitHub.
- Run
go run mage.go install-neo-web
to download the web UI for Machbase Neo. - Run
go run mage.go machbase-neo
to build Machbase Neo. - Locate the executable binary in
./tmp/machbase-neo
. - Copy the executable binary to the directory where you want to install.
What’s Changed v8.0.40
How to upgrade from the previous v8.0.x version
The upgrade process is straightforward and involves replacing the executable file.
- Shut down the machbase-neo process.
- Replace the executable file
machbase-neo
(ormachbase-neo.exe
). - 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.
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.
Last updated on