Install the latest version of the CLI:
$ curl -fsSL https://glaredb.com/install.sh | sh
The binary will be installed to ~/.glaredb/bin/glaredb
.
The install script reads certain environment variables for determining where to install the binary, and which version of the binary to install.
Environment variable | Description |
---|---|
GLAREDB_INSTALL_DIR | Directory to install the binary in. Defaults to $HOME/.glaredb/bin . |
GLAREDB_VERSION | Which version to install. The value should be a release tag, or "latest". Defaults to "latest". |
Install the latest version of the GlareDB Python package:
$ pip install glaredb
GlareDB distributes binaries for the following platforms.
OS/Architecture | Additional requirements |
---|---|
macOS 14+ Arm64 | |
Linux x86_64 | glibc 2.28+ |
Linux Arm64 | glibc 2.28+ |
Additional platforms will be officially supported in the future. For currently unsupported platforms, building from source may work.