Releases
Releases
Latest version v8.7.0
Choose the latest version for your platform.
| OS | Architecture | Download |
|---|---|---|
| Linux | arm64 | machbase-neo-v8.7.0-linux-arm64.zip |
| Linux | x64 | machbase-neo-v8.7.0-linux-amd64.zip |
| macOS | arm64 | machbase-neo-v8.7.0-darwin-arm64.zip |
| macOS | x64 | machbase-neo-v8.7.0-darwin-amd64.zip |
| Windows | x64 | machbase-neo-v8.7.0-windows-amd64.zip |
What about other Linux
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.24 and gcc installed.
- Clone the neo-server repository from GitHub.
- Run
go run mage.go install-neo-webto download the web UI for Machbase Neo. - Run
go run mage.go install-neo-engineto download the Machbase Engine. - Run
go run mage.go machbase-neoto 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.7.0
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