macOS
brew install rqlitelocal Homebrew formula metadata
brew / rank 2925
Lightweight, distributed relational database built on SQLite. Version 10.3.5 via Homebrew; verified 2026-09-18. Also installable with nix: nix profile install nixpkgs#rqlite.
install
brew install rqlitelocal Homebrew formula metadata
sudo apk add rqliteAlpine Linux edge package indexes · rqlite · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#rqlitenixpkgs package indexes · pkgs/by-name/rq/rqlite/package.nix · source: api.github.com
sudo zypper install rqliteopenSUSE Tumbleweed package metadata · rqlite · source: download.opensuse.org
overview
Lightweight, distributed relational database built on SQLite
history
rqlite is a lightweight distributed relational database that combines SQLite with Raft consensus to keep data highly available.
rqlite was created to provide a lightweight, fault-tolerant relational database using SQLite as its storage engine and Raft for replicated consensus. It evolved into a feature-rich system with dynamic clustering, backups, security controls, change-data capture, and extension loading.
rqlite is distributed as a dependency-free executable and an official container image. The input records packages for Homebrew, Alpine, Nix, and openSUSE, while the official documentation covers Kubernetes and Docker Compose deployments.
Run `rqlited` to start a node, then execute and query SQL through its HTTP API, the `rqlite` shell, or a client library. Multiple nodes form a replicated cluster for fault tolerance; `rqbench` supports workload benchmarking.
rqlite occupies a distinctive niche between embedded SQLite and distributed coordination databases: it preserves SQLite's relational model while adding Raft replication and an HTTP interface in a compact operational package.
security posture
No matching local secret-handling manifest was found for rqlite. Package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
rqbench | cli | global executable | |
rqlite | cli | global executable | |
rqlited | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/rqlite/rqlite
install metadata
| Package key | brew:rqlite |
|---|---|
| Version | 10.3.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/rqlite |
| Homepage | https://www.rqlite.io/ |
| Repository | https://github.com/rqlite/rqlite |
| Upstream docs | https://www.rqlite.io/ |
| License | MIT |
| Source archive | https://github.com/rqlite/rqlite/archive/refs/tags/v10.2.7.tar.gz |
| Last updated | 2026-09-18T14:57:20Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | rqlite |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
rqlite
nix profile install nixpkgs#rqliterqlite 10.2.7-r0
Lightweight, distributed relational database built on SQLite
https://github.com/rqlite/rqlite
sudo apk add rqliterqlite-bench 10.2.7-r0
Lightweight, distributed relational database built on SQLite (benchmark utility)
https://github.com/rqlite/rqlite
sudo apk add rqlite-benchrqlite-client 10.2.7-r0
Lightweight, distributed relational database built on SQLite (client)
https://github.com/rqlite/rqlite
sudo apk add rqlite-clientrqlite-doc 10.2.7-r0
Lightweight, distributed relational database built on SQLite (documentation)
https://github.com/rqlite/rqlite
sudo apk add rqlite-docrqlite 10.2.7-1.2
Distributed relational database built on SQLite
sudo zypper install rqlitesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.