Platform Support
✅ Supported Platforms: Linux (amd64, arm64, armv6, armv7), macOS (amd64, arm64)
Installation
Homebrew (macOS and Linux)
brew tap benbjohnson/litestream
brew install litestreamDebian/Ubuntu
Download the .deb file for your architecture and install:
sudo dpkg -i litestream-*.debRPM-based systems
Download the .rpm file for your architecture and install:
sudo rpm -i litestream-*.rpmBinary 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.13-linux-amd64.tar.gz |
| Linux ARM64 | litestream-vfs-v0.5.13-linux-arm64.tar.gz |
| macOS Intel | litestream-vfs-v0.5.13-darwin-amd64.tar.gz |
| macOS Apple Silicon | litestream-vfs-v0.5.13-darwin-arm64.tar.gz |
Install via package managers:
pip install litestream-vfs # Python
npm install litestream-vfs # Node.js
gem install litestream-vfs # RubyChangelog
- c30c5ff Revert "refactor(db): split sync executor lifecycle (#1289)" (#1313)
- 0a2a39f feat(config): add meta-dir for directory dbs (#1315)
- f8b7c60 fix(security): bump Go toolchain to 1.25.11 to clear govulncheck (#1304)
- 53e155d refactor(db): split sync executor lifecycle (#1289)
- 32c7929 refactor(db): split sync executor lifecycle (#1314)