Skip to content

Release history

rqlite releases

The lightweight, fault-tolerant database built on SQLite. Designed to keep your data highly available with minimal effort.

All releases

64 shown

No immediate action
v10.2.0 Maintenance

Docs update

No immediate action
v10.1.0 Maintenance

Routine maintenance and dependency updates.

No immediate action
v10.0.6 Maintenance

Docs: Quick Start, Clustering, Building

No immediate action
v10.0.5 Maintenance

Routine maintenance and dependency updates.

v10.0.4 Maintenance

Minor fixes and improvements.

Full changelog

rqlite is a lightweight, user-friendly, distributed relational database, which uses SQLite as its storage engine. rqlite provides easy-to-use, fault-tolerant and highly-available storage for your most important data. You can learn a lot more about rqlite at rqlite.io.

See the CHANGELOG for full details on v10.0.4, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

In addition to Docker Hub, images are also uploaded to ghcr.io.

Run a single node as follows:

docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running rqlite via Docker, including how to deploy a cluster.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below if you wish to download and install manually.

The easiest way to install rqlite on Linux:

curl -fsSL https://rqlite.io/install.sh -o install.sh
sh install.sh

To install a specific version to a specific location:

curl -fsSL https://rqlite.io/install.sh -o install.sh
RQLITE_VERSION=v10.0.4 INSTALL_DIR={location} sh install.sh

Packages

.deb and .rpm packages for amd64 and arm64 are available in the Assets section below.

Install on Debian/Ubuntu:

sudo dpkg -i rqlite_10.0.4_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.0.4-1.x86_64.rpm
sudo systemctl start rqlited

macOS

Install via Homebrew.

brew install rqlite

Windows

You can download a pre-built release for Windows in one of two ways:

v10.0.3 Maintenance

Minor fixes and improvements.

Full changelog

rqlite is a lightweight, user-friendly, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant and highly-available store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

See the CHANGELOG for full details on v10.0.3, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

In addition to Docker Hub, images are also uploaded to ghcr.io.

Run a single node as follows:

docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running rqlite via Docker, including how to deploy a cluster.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below if you wish to download and install manually.

The easiest way to install rqlite on Linux:

curl -fsSL https://rqlite.io/install.sh -o install.sh
sh install.sh

To install a specific version:

curl -fsSL https://rqlite.io/install.sh -o install.sh
RQLITE_VERSION=v10.0.3 INSTALL_DIR={location} sh install.sh

Packages

.deb and .rpm packages for amd64 and arm64 are available in the Assets section below.

Install on Debian/Ubuntu:

sudo dpkg -i rqlite_10.0.3_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.0.3-1.x86_64.rpm
sudo systemctl start rqlited

macOS

Install via Homebrew.

brew install rqlite

Windows

You can download a pre-built release for Windows in one of two ways:

v10.0.2 Maintenance

Minor fixes and improvements.

Full changelog

rqlite is a lightweight, user-friendly, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant and highly-available store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

See the CHANGELOG for full details on v10.0.2, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

In addition to Docker Hub, images are also uploaded to ghcr.io.

Run a single node as follows:

docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running rqlite via Docker, including how to deploy a cluster.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below if you wish to download and install manually.

The easiest way to install rqlite on Linux:

curl -fsSL https://rqlite.io/install.sh -o install.sh
sh install.sh

To install a specific version:

curl -fsSL https://rqlite.io/install.sh -o install.sh
RQLITE_VERSION=v10.0.2 INSTALL_DIR={location} sh install.sh

Packages

.deb and .rpm packages for amd64 and arm64 are available in the Assets section below.

Install on Debian/Ubuntu:

sudo dpkg -i rqlite_10.0.2_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.0.2-1.x86_64.rpm
sudo systemctl start rqlited

macOS

Install via Homebrew.

brew install rqlite

Windows

You can download a pre-built release for Windows in one of two ways:

v10.0.1 Bug fix

Minor fixes and improvements.

Full changelog

rqlite is a lightweight, user-friendly, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant and highly-available store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

See the CHANGELOG for full details on v10.0.1, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

In addition to Docker Hub, images are also uploaded to ghcr.io.

Run a single node as follows:

docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running rqlite via Docker, including how to deploy a cluster.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below if you wish to download and install manually.

The easiest way to install rqlite on Linux:

curl -fsSL https://rqlite.io/install.sh -o install.sh
sh install.sh

To install a specific version:

curl -fsSL https://rqlite.io/install.sh -o install.sh
RQLITE_VERSION=v10.0.1 INSTALL_DIR={location} sh install.sh

Packages

.deb and .rpm packages for amd64 and arm64 are available in the Assets section below.

Install on Debian/Ubuntu:

sudo dpkg -i rqlite_10.0.1_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.0.1-1.x86_64.rpm
sudo systemctl start rqlited

macOS

Install via Homebrew.

brew install rqlite

Windows

You can download a pre-built release for Windows in one of two ways:

v10.0.0

Major version release with details in the project changelog.

Full changelog

rqlite is a lightweight, user-friendly, distributed relational database, which uses SQLite as its storage engine. rqlite provides an easy-to-use, fault-tolerant and highly-available store for your most important relational data. You can learn a lot more about rqlite at rqlite.io.

See the CHANGELOG for full details on v10.0.0, and check out the Assets section below for prebuilt binaries.

Getting started

Check out the Quick Start guide.

To download and run a single rqlite node follow the directions below. It's also very easy to run a rqlite cluster -- you can learn more by checking out the documentation.

If you wish to build rqlite from source, check out this documentation.

Docker

In addition to Docker Hub, images are also uploaded to ghcr.io.

Run a single node as follows:

docker run -p4001:4001 rqlite/rqlite

Check out the rqlite Docker page for more details on running rqlite via Docker, including how to deploy a cluster.

Linux

Builds for a variety of CPU architectures are available. See the Assets section below if you wish to download and install manually.

The easiest way to install rqlite on Linux:

curl -fsSL https://rqlite.io/install.sh -o install.sh
sh install.sh

To install a specific version to a specific location:

curl -fsSL https://rqlite.io/install.sh -o install.sh
RQLITE_VERSION={release} INSTALL_DIR={location} sh install.sh

Packages

.deb and .rpm packages for amd64 and arm64 are available in the Assets section below.

Install on Debian/Ubuntu:

sudo dpkg -i rqlite_10.0.0_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.0.0-1.x86_64.rpm
sudo systemctl start rqlited

macOS

Install via Homebrew.

brew install rqlite

Windows

You can download a pre-built release for Windows in one of two ways:

Beta — feedback welcome: [email protected]