Download Latest Version litestream-0.5.13-darwin-x86_64.tar.gz (13.8 MB)
Email in envelope

Get an email when there's a new version of Litestream

Home / v0.5.12
Name Modified Size InfoDownloads / Week
Parent folder
litestream-vfs-v0.5.12-darwin-amd64.tar.gz 2026-06-08 15.1 MB
litestream-vfs-v0.5.12-darwin-amd64.tar.gz.sha256 2026-06-08 109 Bytes
litestream-vfs-v0.5.12-linux-arm64.tar.gz 2026-06-08 23.5 MB
litestream-vfs-v0.5.12-linux-arm64.tar.gz.sha256 2026-06-08 108 Bytes
litestream-vfs-v0.5.12-linux-amd64.tar.gz 2026-06-08 25.7 MB
litestream-vfs-v0.5.12-linux-amd64.tar.gz.sha256 2026-06-08 108 Bytes
litestream-vfs-v0.5.12-darwin-arm64.tar.gz 2026-06-08 14.0 MB
litestream-vfs-v0.5.12-darwin-arm64.tar.gz.sha256 2026-06-08 109 Bytes
checksums.txt 2026-06-08 2.5 kB
litestream-0.5.12-darwin-x86_64.tar.gz.sbom.json 2026-06-08 166.8 kB
litestream-0.5.12-linux-armv6.tar.gz.sbom.json 2026-06-08 165.0 kB
litestream-0.5.12-windows-arm64.zip.sbom.json 2026-06-08 166.4 kB
litestream-0.5.12-darwin-arm64.tar.gz.sbom.json 2026-06-08 166.7 kB
litestream-0.5.12-linux-arm64.tar.gz.sbom.json 2026-06-08 165.0 kB
litestream-0.5.12-linux-armv7.tar.gz.sbom.json 2026-06-08 165.0 kB
litestream-0.5.12-linux-x86_64.tar.gz.sbom.json 2026-06-08 165.1 kB
litestream-0.5.12-windows-x86_64.zip.sbom.json 2026-06-08 166.5 kB
litestream-0.5.12-linux-armv6.rpm 2026-06-08 12.5 MB
litestream-0.5.12-linux-armv7.rpm 2026-06-08 12.5 MB
litestream-0.5.12-linux-arm64.rpm 2026-06-08 12.2 MB
litestream-0.5.12-linux-x86_64.deb 2026-06-08 13.5 MB
litestream-0.5.12-linux-x86_64.rpm 2026-06-08 13.4 MB
litestream-0.5.12-linux-arm64.deb 2026-06-08 12.3 MB
litestream-0.5.12-linux-armv6.deb 2026-06-08 12.6 MB
litestream-0.5.12-linux-armv7.deb 2026-06-08 12.5 MB
litestream-0.5.12-darwin-arm64.tar.gz 2026-06-08 12.9 MB
litestream-0.5.12-darwin-x86_64.tar.gz 2026-06-08 13.8 MB
litestream-0.5.12-linux-armv6.tar.gz 2026-06-08 12.6 MB
litestream-0.5.12-windows-arm64.zip 2026-06-08 12.4 MB
litestream-0.5.12-linux-arm64.tar.gz 2026-06-08 12.3 MB
litestream-0.5.12-linux-armv7.tar.gz 2026-06-08 12.5 MB
litestream-0.5.12-linux-x86_64.tar.gz 2026-06-08 13.5 MB
litestream-0.5.12-windows-x86_64.zip 2026-06-08 13.8 MB
README.md 2026-05-29 3.7 kB
v0.5.12 source code.tar.gz 2026-05-29 789.0 kB
v0.5.12 source code.zip 2026-05-29 961.7 kB
Totals: 36 Items   286.6 MB 0

Platform Support

⚠️ Windows Notice: Windows binaries are provided for convenience but Windows is NOT an officially supported platform. Use at your own risk. Community contributions for Windows improvements are welcome.

Supported Platforms: Linux (amd64, arm64, armv6, armv7), macOS (amd64, arm64)

Installation

Homebrew (macOS and Linux)

:::bash
brew tap benbjohnson/litestream
brew install litestream

Debian/Ubuntu

Download the .deb file for your architecture and install:

:::bash
sudo dpkg -i litestream-*.deb

RPM-based systems

Download the .rpm file for your architecture and install:

:::bash
sudo rpm -i litestream-*.rpm

Binary installation

Download the appropriate archive for your platform, extract, and move to your PATH.

VFS Extension (Experimental)

SQLite loadable extensions for read-only access to Litestream replicas are available for supported platforms:

Platform File
Linux x86_64 litestream-vfs-v0.5.12-linux-amd64.tar.gz
Linux ARM64 litestream-vfs-v0.5.12-linux-arm64.tar.gz
macOS Intel litestream-vfs-v0.5.12-darwin-amd64.tar.gz
macOS Apple Silicon litestream-vfs-v0.5.12-darwin-arm64.tar.gz

Install via package managers:

:::bash
pip install litestream-vfs    # Python
npm install litestream-vfs    # Node.js
gem install litestream-vfs    # Ruby

Changelog

  • [817ebb] docs(cli): add databases help examples (#1243)
  • [e26616] docs(cli): add info help examples (#1242)
  • [265be7] docs(cli): add list help examples (#1241)
  • [3a9df4] docs(cli): add register help examples (#1237)
  • [739312] docs(cli): add start stop help examples (#1239)
  • [5bd5ca] docs(cli): add status help examples (#1246)
  • [72d753] docs(cli): add sync help examples (#1240)
  • [7c6395] docs(cli): add unregister help examples (#1238)
  • [d932bc] docs(cli): document json output schemas (#1250)
  • [2e8c73] feat(cli): add databases json output (#1247)
  • [eeb380] feat(cli): add ltx json output (#1248)
  • [2d38d2] feat(cli): add register success payload (#1255)
  • [8aa794] feat(cli): add reset dry run (#1252)
  • [fbe173] feat(cli): add restore dry run (#1251)
  • [30c039] feat(cli): add restore json output (#1249)
  • [64e875] feat(cli): add start stop success payload (#1256)
  • [19d606] feat(cli): add status json output (#1245)
  • [a08a5e] feat(cli): add sync success payload (#1257)
  • [fd4b60] feat(cli): add unregister dry run (#1253)
  • [dd5901] feat(cli): add unregister success payload (#1258)
  • [552672] feat(cli): guard restore overwrites (#1254)
  • [0de07a] feat(db): expose sync diagnostics (#1287)
  • [9cc2f2] fix(build): bump Go toolchain to 1.25.9 for stdlib vulns (#1235)
  • [6ebcac] fix(cli): add try hints for required flags (#1236)
  • [dbcd1a] fix(cli): clarify register idempotency (#1259)
  • [8e9b90] fix(cli): clarify unregister idempotency (#1261)
  • [fc050c] fix(cli): exit 0 for explicit help (#1233)
  • [853cbf] fix(cli): make start stop idempotent (#1260)
  • [4784cc] fix(cli): polish agent-facing errors (#1297)
  • [edc432] fix(compactor): close pipe on upload failure (#1286)
  • [c32f63] fix(config): honor database snapshot settings (#1285)
  • [4cb2d7] fix(deps): bump x/crypto and x/net to clear govulncheck (#1294)
  • [a590e0] fix(restore): check for wal segment gaps in v3 restore (#1230)
  • [c28a31] fix(restore): clean failed restore temp file (#1282)
  • [d4c00e] fix(restore): retry initial ltx opens (#1284)
  • [a25a11] fix(security): bump Go 1.25.10 + deps to clear govulncheck (#1283)
  • [6b8bb0] refactor(db): return sync results explicitly (#1224)
  • [0c670d] test(cli): drop static-string usage tests, restore captureStdout helper (#1295)
Source: README.md, updated 2026-05-29