rqlite

Developer ToolsDesktop

A lightweight, distributed relational database built on SQLite and Raft.

Latest v10.2.7 · · Desktopby Philip O'TooleWebsiterqlite/rqlite

Release activity

Release activity — 10 releases across 9 days since May 19, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before May 19, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on May 24, 2026No releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 20262 releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026No releases on Aug 16, 2026
MondayNo releases on May 25, 2026No releases on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 20261 release on Jun 29, 20261 release on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026
Tuesday1 release on May 19, 2026No releases on May 26, 2026No releases on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 2026No releases on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026
Wednesday1 release on May 20, 2026No releases on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 2026No releases on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026No releases on Aug 12, 2026
ThursdayNo releases on May 21, 2026No releases on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 20261 release on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 2026No releases on Aug 6, 2026No releases on Aug 13, 2026
FridayNo releases on May 22, 20261 release on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 20261 release on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026No releases on Aug 14, 2026
SaturdayNo releases on May 23, 2026No releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 20261 release on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026No releases on Aug 15, 2026

10 releases since May 19, 2026, busiest day 2

Changelog

v10.2.7

Latest

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.2.7, 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.2.7 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.2.7_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.2.7-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:

View originalPermalink
How v10.2.7 went

v10.2.6

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.2.6, 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.2.6 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.2.6_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.2.6-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:

View originalPermalink
How v10.2.6 went

v10.2.5

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.2.5, 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.2.5 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.2.5_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.2.5-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:

View originalPermalink
How v10.2.5 went

v10.2.4

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.2.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.2.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.2.4_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.2.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:

View originalPermalink
How v10.2.4 went

v10.2.3

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.2.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 to a specific location:

curl -fsSL https://rqlite.io/install.sh -o install.sh
RQLITE_VERSION=v10.2.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.2.3_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.2.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:

View originalPermalink
How v10.2.3 went

v10.2.2

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.2.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 to a specific location:

curl -fsSL https://rqlite.io/install.sh -o install.sh
RQLITE_VERSION=v10.2.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.2.2_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.2.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:

View originalPermalink
How v10.2.2 went

v10.2.1

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.2.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 to a specific location:

curl -fsSL https://rqlite.io/install.sh -o install.sh
RQLITE_VERSION=v10.2.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.2.1_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.2.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:

View originalPermalink
How v10.2.1 went

v10.2.0

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.2.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=v10.2.0 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.2.0_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.2.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:

View originalPermalink
How v10.2.0 went

v10.1.0

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.1.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=v10.1.0 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.1.0_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.1.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:

View originalPermalink
How v10.1.0 went

v10.0.6

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.6, 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.6 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.6_amd64.deb
sudo systemctl start rqlited

Install on RHEL/Fedora:

sudo rpm -i rqlite-10.0.6-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:

View originalPermalink
How v10.0.6 went
View all

Discussion

If you publish rqlite, you can claim this product by proving you administer its repository.