CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 745
Releases: rqlite/rqlite
v8.39.1
07809ed
Compare
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 v8.39.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
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.
To download and start rqlite, execute the following in a shell.
curl -L https://github.com/rqlite/rqlite/releases/download/v8.39.1/rqlite-v8.39.1-linux-amd64.tar.gz -o rqlite-v8.39.1-linux-amd64.tar.gz
tar xvfz rqlite-v8.39.1-linux-amd64.tar.gz
cd rqlite-v8.39.1-linux-amd64
./rqlited data/
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.
Assets 13
- sha256:7b11aa9849c011ea5f71a7f1a9baef350a5309b8dc557ca8b70fc30a779e46f1
2025-07-07T13:40:55Z - sha256:0ad5b21c23761af00199fc2e8be69c55671ba9966008a6106e9ac9ef4ab3c69f
2025-07-07T13:40:56Z - sha256:9968e37d6afa3691dc9061267eb340d446beaca9df7e152911c3667b00adecc8
2025-07-07T13:40:57Z - sha256:adac028c2b2da5f9c663ad284823944677a694126ff616e5583eb1ab2f6010c6
2025-07-07T13:40:58Z - sha256:b4381d04dc4f13d132f1b07393cc0de7458c70f6b9a3f0932af45cae5c429e70
2025-07-07T13:40:59Z - sha256:f47b05ad685d1aa6547f8601925a0019eb767806ff8f33cb24b813c3157101f7
2025-07-07T13:41:00Z - sha256:f8448b9cf71557136882e2c32b7d2167a34e540d28b025f7c4d6ef950b8e032f
2025-07-07T13:41:01Z - sha256:ae9edf7fee20b8a20fa9e3dcd037e65375765c6cd02330463f25faf44fb3dde3
2025-07-07T13:41:02Z - sha256:e6eb34ee7f459634d89eb8f38433c3d71970204ff319b96deb0bad3119e8b613
2025-07-07T13:41:03Z - sha256:9286dd47f6842b695729642fcf4b4aadb84153a2ece542053b23d230edd5aa66
2025-07-07T13:41:04Z -
2025-07-07T13:24:39Z -
2025-07-07T13:24:39Z - Loading
v8.39.0
92b6fe6
Compare
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 v8.39.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
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.
To download and start rqlite, execute the following in a shell.
curl -L https://github.com/rqlite/rqlite/releases/download/v8.39.0/rqlite-v8.39.0-linux-amd64.tar.gz -o rqlite-v8.39.0-linux-amd64.tar.gz
tar xvfz rqlite-v8.39.0-linux-amd64.tar.gz
cd rqlite-v8.39.0-linux-amd64
./rqlited data/
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.
Assets 13
v8.38.3
18c5003
Compare
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 v8.38.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
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.
To download and start rqlite, execute the following in a shell.
curl -L https://github.com/rqlite/rqlite/releases/download/v8.38.3/rqlite-v8.38.3-linux-amd64.tar.gz -o rqlite-v8.38.3-linux-amd64.tar.gz
tar xvfz rqlite-v8.38.3-linux-amd64.tar.gz
cd rqlite-v8.38.3-linux-amd64
./rqlited data/
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.
Assets 13
v8.38.2
a58b143
Compare
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 v8.38.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
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.
To download and start rqlite, execute the following in a shell.
curl -L https://github.com/rqlite/rqlite/releases/download/v8.38.2/rqlite-v8.38.2-linux-amd64.tar.gz -o rqlite-v8.38.2-linux-amd64.tar.gz
tar xvfz rqlite-v8.38.2-linux-amd64.tar.gz
cd rqlite-v8.38.2-linux-amd64
./rqlited data/
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.
Assets 13
v8.38.1
c5ae8a4
Compare
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 v8.38.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
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.
To download and start rqlite, execute the following in a shell.
curl -L https://github.com/rqlite/rqlite/releases/download/v8.38.1/rqlite-v8.38.1-linux-amd64.tar.gz -o rqlite-v8.38.1-linux-amd64.tar.gz
tar xvfz rqlite-v8.38.1-linux-amd64.tar.gz
cd rqlite-v8.38.1-linux-amd64
./rqlited data/
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.
Assets 13
v8.38.0
95c111a
Compare
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 v8.38.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
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.
To download and start rqlite, execute the following in a shell.
curl -L https://github.com/rqlite/rqlite/releases/download/v8.38.0/rqlite-v8.38.0-linux-amd64.tar.gz -o rqlite-v8.38.0-linux-amd64.tar.gz
tar xvfz rqlite-v8.38.0-linux-amd64.tar.gz
cd rqlite-v8.38.0-linux-amd64
./rqlited data/
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.
Assets 13
v8.37.4
4870c35
Compare
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 v8.37.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
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.
To download and start rqlite, execute the following in a shell.
curl -L https://github.com/rqlite/rqlite/releases/download/v8.37.4/rqlite-v8.37.4-linux-amd64.tar.gz -o rqlite-v8.37.4-linux-amd64.tar.gz
tar xvfz rqlite-v8.37.4-linux-amd64.tar.gz
cd rqlite-v8.37.4-linux-amd64
./rqlited data/
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.
Assets 13
v8.37.3
e03fc64
Compare
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 v8.37.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
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.
To download and start rqlite, execute the following in a shell.
curl -L https://github.com/rqlite/rqlite/releases/download/v8.37.3/rqlite-v8.37.3-linux-amd64.tar.gz -o rqlite-v8.37.3-linux-amd64.tar.gz
tar xvfz rqlite-v8.37.3-linux-amd64.tar.gz
cd rqlite-v8.37.3-linux-amd64
./rqlited data/
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.
Assets 13
v8.37.2
5bc71b5
Compare
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 v8.37.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
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.
To download and start rqlite, execute the following in a shell.
curl -L https://github.com/rqlite/rqlite/releases/download/v8.37.2/rqlite-v8.37.2-linux-amd64.tar.gz -o rqlite-v8.37.2-linux-amd64.tar.gz
tar xvfz rqlite-v8.37.2-linux-amd64.tar.gz
cd rqlite-v8.37.2-linux-amd64
./rqlited data/
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.
Assets 13
v8.37.1
0866856
Compare
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 v8.37.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
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.
To download and start rqlite, execute the following in a shell.
curl -L https://github.com/rqlite/rqlite/releases/download/v8.37.1/rqlite-v8.37.1-linux-amd64.tar.gz -o rqlite-v8.37.1-linux-amd64.tar.gz
tar xvfz rqlite-v8.37.1-linux-amd64.tar.gz
cd rqlite-v8.37.1-linux-amd64
./rqlited data/
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.