// DOWNLOAD

Get GalaxDB

Single binary. No dependencies. Runs on Linux, macOS, and Windows.

Latest release: v1.0.0-beta.1

All platforms

macOS Intel

x86_64

Download

macOS Apple Silicon

arm64 (M1/M2/M3)

Download

Linux x86_64

Ubuntu, Debian, RHEL, CentOS

recommended
Download

Windows x86_64

Available via Docker or WSL2

Guide
curl installer

Linux and macOS

curl -fsSL galaxdb.com/get | bash
Homebrew

macOS

brew tap zentrix-innovative-labs/tap
brew install galaxdb
Docker

All platforms

docker run -p 5433:5433 harbi256/galaxdb:latest
Python clientpip

Embedded mode (no server required) or connect to a running server. Pre-built wheels for Linux, macOS, and Windows.

pip install galaxdb-client
# Embedded mode -- no server needed
import galaxdb
db = galaxdb.Database("./mydata")
db.execute("SELECT * FROM docs WHERE SEMANTIC_MATCH(body, 'AI', 0.5)")

Open source, Apache 2.0

All source code, benchmarks, and documentation are on GitHub.