Installation#

You can install ZeusDB with ‘uv’ or alternatively using ‘pip’.

Recommended (with uv):

uv pip install zeusdb

Alternatively (just with pip):

pip install zeusdb

Python version support#

Officially Python 3.10, 3.11, 3.12, 3.13 and 3.14.


Dependencies#

Installing zeusdb brings in the vector database and its dependencies automatically.

Package

Version installed

zeusdb-vector-database

0.5.x (>=0.5.0,<0.6.0)

NumPy

>=2.2.6,<3.0.0 (required by the vector database)

Prebuilt wheels are published for Linux x86_64 and aarch64 (glibc and musl), macOS Apple Silicon, and Windows x86_64.