// DOWNLOAD
Get GalaxDB
Single binary. No dependencies. Runs on Linux, macOS, and Windows.
Latest release: v1.0.0-beta.1
All platforms
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.