Skip to content

Releases: rqlite/rqlite

v8.36.16

03 Apr 17:35
Compare
Choose a tag to 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.36.16, 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.36.16/rqlite-v8.36.16-linux-amd64.tar.gz -o rqlite-v8.36.16-linux-amd64.tar.gz
tar xvfz rqlite-v8.36.16-linux-amd64.tar.gz
cd rqlite-v8.36.16-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:

v8.36.15

31 Mar 14:29
dd9a58a
Compare
Choose a tag to 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.36.15, 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.36.15/rqlite-v8.36.15-linux-amd64.tar.gz -o rqlite-v8.36.15-linux-amd64.tar.gz
tar xvfz rqlite-v8.36.15-linux-amd64.tar.gz
cd rqlite-v8.36.15-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:

v8.36.14

15 Mar 15:19
000abd8
Compare
Choose a tag to 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.36.14, 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.36.14/rqlite-v8.36.14-linux-amd64.tar.gz -o rqlite-v8.36.14-linux-amd64.tar.gz
tar xvfz rqlite-v8.36.14-linux-amd64.tar.gz
cd rqlite-v8.36.14-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:

v8.36.13

12 Mar 03:47
15827cb
Compare
Choose a tag to 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.36.13, 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.36.13/rqlite-v8.36.13-linux-amd64.tar.gz -o rqlite-v8.36.13-linux-amd64.tar.gz
tar xvfz rqlite-v8.36.13-linux-amd64.tar.gz
cd rqlite-v8.36.13-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:

v8.36.12

01 Mar 02:23
a9021f1
Compare
Choose a tag to 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.36.12, 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.36.12/rqlite-v8.36.12-linux-amd64.tar.gz -o rqlite-v8.36.12-linux-amd64.tar.gz
tar xvfz rqlite-v8.36.12-linux-amd64.tar.gz
cd rqlite-v8.36.12-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:

v8.36.11

05 Feb 04:33
56ebe08
Compare
Choose a tag to 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.36.11, 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.36.11/rqlite-v8.36.11-linux-amd64.tar.gz -o rqlite-v8.36.11-linux-amd64.tar.gz
tar xvfz rqlite-v8.36.11-linux-amd64.tar.gz
cd rqlite-v8.36.11-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:

v8.36.10

28 Jan 04:20
4186249
Compare
Choose a tag to 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.36.10, 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.36.10/rqlite-v8.36.10-linux-amd64.tar.gz -o rqlite-v8.36.10-linux-amd64.tar.gz
tar xvfz rqlite-v8.36.10-linux-amd64.tar.gz
cd rqlite-v8.36.10-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:

v8.36.9

27 Jan 13:44
35f9eb3
Compare
Choose a tag to 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.36.9, 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.36.9/rqlite-v8.36.9-linux-amd64.tar.gz -o rqlite-v8.36.9-linux-amd64.tar.gz
tar xvfz rqlite-v8.36.9-linux-amd64.tar.gz
cd rqlite-v8.36.9-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:

v8.36.8

23 Jan 17:13
768eafc
Compare
Choose a tag to 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.36.8, 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.36.8/rqlite-v8.36.8-linux-amd64.tar.gz -o rqlite-v8.36.8-linux-amd64.tar.gz
tar xvfz rqlite-v8.36.8-linux-amd64.tar.gz
cd rqlite-v8.36.8-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:

v8.36.7

23 Jan 15:03
66e9507
Compare
Choose a tag to 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.36.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

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.36.7/rqlite-v8.36.7-linux-amd64.tar.gz -o rqlite-v8.36.7-linux-amd64.tar.gz
tar xvfz rqlite-v8.36.7-linux-amd64.tar.gz
cd rqlite-v8.36.7-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: