Skip to content

Releases: rqlite/rqlite

v8.43.2

06 Aug 22:24
4d36364
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.43.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.43.2/rqlite-v8.43.2-linux-amd64.tar.gz -o rqlite-v8.43.2-linux-amd64.tar.gz
tar xvfz rqlite-v8.43.2-linux-amd64.tar.gz
cd rqlite-v8.43.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:

v8.43.1

03 Aug 15:41
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.43.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.43.1/rqlite-v8.43.1-linux-amd64.tar.gz -o rqlite-v8.43.1-linux-amd64.tar.gz
tar xvfz rqlite-v8.43.1-linux-amd64.tar.gz
cd rqlite-v8.43.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:

v8.43.0

01 Aug 02:10
06a5de4
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.43.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.43.0/rqlite-v8.43.0-linux-amd64.tar.gz -o rqlite-v8.43.0-linux-amd64.tar.gz
tar xvfz rqlite-v8.43.0-linux-amd64.tar.gz
cd rqlite-v8.43.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:

v8.42.0

25 Jul 15:57
5f73ff8
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.42.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.42.0/rqlite-v8.42.0-linux-amd64.tar.gz -o rqlite-v8.42.0-linux-amd64.tar.gz
tar xvfz rqlite-v8.42.0-linux-amd64.tar.gz
cd rqlite-v8.42.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:

v8.41.0

23 Jul 19:08
e4ca880
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.41.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.41.0/rqlite-v8.41.0-linux-amd64.tar.gz -o rqlite-v8.41.0-linux-amd64.tar.gz
tar xvfz rqlite-v8.41.0-linux-amd64.tar.gz
cd rqlite-v8.41.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:

v8.40.0

21 Jul 15:00
3d9aa4f
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.40.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.40.0/rqlite-v8.40.0-linux-amd64.tar.gz -o rqlite-v8.40.0-linux-amd64.tar.gz
tar xvfz rqlite-v8.40.0-linux-amd64.tar.gz
cd rqlite-v8.40.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:

v8.39.1

07 Jul 13:24
07809ed
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.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:

v8.39.0

07 Jul 02:14
92b6fe6
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.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:

v8.38.3

03 Jul 22:24
18c5003
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.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:

v8.38.2

23 Jun 13:35
a58b143
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.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: