This release keeps dependencies and maintenance posture current for teams operating this tool.
✓ No known CVEs patched in this version
Topics
+3 more
ReleasePort's take
Moderate signalrqlite v10.0.6 includes prebuilt binaries and Docker images alongside documentation updates for building from source, quick start, and clustering. Standard deployment options now available.
Why it matters: Prebuilt binaries and Docker images reduce build-from-source overhead for standard deployments. Review updated clustering docs if running distributed setups; treat as routine upgrade otherwise.
Summary
AI summaryUpdates https://rqlite.io/docs/install-rqlite/building-from-source/, https://rqlite.io/docs/quick-start/, and https://rqlite.io/docs/clustering/ across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Provides prebuilt binaries for various platforms. Provides prebuilt binaries for various platforms. Source: granite4.1:30b@2026-05-22-audit Confidence: low |
— |
| Dependency | Medium |
rqlite v10.0.6 includes prebuilt binaries and Docker images. rqlite v10.0.6 includes prebuilt binaries and Docker images. Source: llm_adapter@2026-05-22 Confidence: low |
— |
| Dependency | Low |
Docker images available on Docker Hub and ghcr.io. Docker images available on Docker Hub and ghcr.io. Source: granite4.1:30b@2026-05-22-audit Confidence: low |
— |
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.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:
- The top-of-tree build is available for download from AppVeyor. Check out the CI build for Windows for more details.
- Download the Win64 build artifact attached to this release.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About rqlite
The lightweight, fault-tolerant database built on SQLite. Designed to keep your data highly available with minimal effort.
Related context
Related tools
Beta — feedback welcome: [email protected]