Download Latest Version litestream-0.5.16-windows-x86_64.zip (13.9 MB)
Email in envelope

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

Home / v0.5.15
Name Modified Size InfoDownloads / Week
Parent folder
litestream-vfs-v0.5.15-linux-arm64.tar.gz 2026-07-21 23.6 MB
litestream-vfs-v0.5.15-linux-arm64.tar.gz.sha256 2026-07-21 108 Bytes
litestream-vfs-v0.5.15-linux-amd64.tar.gz 2026-07-21 25.8 MB
litestream-vfs-v0.5.15-linux-amd64.tar.gz.sha256 2026-07-21 108 Bytes
litestream-vfs-v0.5.15-darwin-amd64.tar.gz 2026-07-21 15.1 MB
litestream-vfs-v0.5.15-darwin-amd64.tar.gz.sha256 2026-07-21 109 Bytes
litestream-vfs-v0.5.15-darwin-arm64.tar.gz 2026-07-21 14.0 MB
litestream-vfs-v0.5.15-darwin-arm64.tar.gz.sha256 2026-07-21 109 Bytes
checksums.txt 2026-07-21 2.5 kB
litestream-0.5.15-darwin-arm64.tar.gz.sbom.json 2026-07-21 167.0 kB
litestream-0.5.15-linux-armv7.tar.gz.sbom.json 2026-07-21 165.2 kB
litestream-0.5.15-windows-arm64.zip.sbom.json 2026-07-21 166.7 kB
litestream-0.5.15-darwin-x86_64.tar.gz.sbom.json 2026-07-21 167.1 kB
litestream-0.5.15-linux-armv6.tar.gz.sbom.json 2026-07-21 165.2 kB
litestream-0.5.15-linux-x86_64.tar.gz.sbom.json 2026-07-21 165.3 kB
litestream-0.5.15-windows-x86_64.zip.sbom.json 2026-07-21 166.8 kB
litestream-0.5.15-linux-arm64.rpm 2026-07-21 12.2 MB
litestream-0.5.15-linux-arm64.tar.gz.sbom.json 2026-07-21 165.2 kB
litestream-0.5.15-linux-armv7.rpm 2026-07-21 12.5 MB
litestream-0.5.15-linux-x86_64.deb 2026-07-21 13.5 MB
litestream-0.5.15-linux-x86_64.rpm 2026-07-21 13.5 MB
litestream-0.5.15-linux-arm64.deb 2026-07-21 12.3 MB
litestream-0.5.15-linux-armv6.deb 2026-07-21 12.6 MB
litestream-0.5.15-linux-armv6.rpm 2026-07-21 12.5 MB
litestream-0.5.15-linux-armv7.deb 2026-07-21 12.6 MB
litestream-0.5.15-windows-arm64.zip 2026-07-21 12.4 MB
litestream-0.5.15-darwin-arm64.tar.gz 2026-07-21 12.9 MB
litestream-0.5.15-linux-armv7.tar.gz 2026-07-21 12.6 MB
litestream-0.5.15-linux-armv6.tar.gz 2026-07-21 12.6 MB
litestream-0.5.15-darwin-x86_64.tar.gz 2026-07-21 13.8 MB
litestream-0.5.15-linux-arm64.tar.gz 2026-07-21 12.3 MB
litestream-0.5.15-linux-x86_64.tar.gz 2026-07-21 13.5 MB
litestream-0.5.15-windows-x86_64.zip 2026-07-21 13.8 MB
README.md 2026-07-17 1.9 kB
v0.5.15 source code.tar.gz 2026-07-17 815.9 kB
v0.5.15 source code.zip 2026-07-17 988.7 kB
Totals: 36 Items   287.2 MB 1

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.15-linux-amd64.tar.gz
Linux ARM64 litestream-vfs-v0.5.15-linux-arm64.tar.gz
macOS Intel litestream-vfs-v0.5.15-darwin-amd64.tar.gz
macOS Apple Silicon litestream-vfs-v0.5.15-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

  • [d1dad7] fix(db): bound sync executor work (#1290)
  • [d26cb5] fix(db): harden checkpoint snapshots (#1292)
  • [4e3f0c] fix(db): surface disk-full staging errors (#1322)
  • [c96c0f] fix(security): bump Go 1.25.12 + deps to clear govulncheck (#1341)
  • [ba448c] fix(sync): bound replica sync waits (#1291)
  • [9ca120] fix(sync): fix SnapshotReader goroutine race and fsync ordering (#1166)
  • [69e9b9] test(integration): add replicate restore soak test (#1302)
Source: README.md, updated 2026-07-17