Install GlareDB

CLI

Install the latest version of the CLI:

$ curl -fsSL https://glaredb.com/install.sh | sh

The binary will be installed to ~/.glaredb/bin/glaredb.

Configuring CLI Installation

The install script reads certain environment variables for determining where to install the binary, and which version of the binary to install.

Environment variableDescription
GLAREDB_INSTALL_DIRDirectory to install the binary in. Defaults to $HOME/.glaredb/bin.
GLAREDB_VERSIONWhich version to install. The value should be a release tag, or "latest". Defaults to "latest".

Python

Install the latest version of the GlareDB Python package:

$ pip install glaredb

Supported Platforms

GlareDB distributes binaries for the following platforms.

OS/ArchitectureAdditional requirements
macOS 14+ Arm64
Linux x86_64glibc 2.28+
Linux Arm64glibc 2.28+

Additional platforms will be officially supported in the future. For currently unsupported platforms, building from source may work.