v0.5.5
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)
brew tap benbjohnson/litestream
brew install litestream
Debian/Ubuntu
Download the .deb file for your architecture and install:
sudo dpkg -i litestream-*.deb
RPM-based systems
Download the .rpm file for your architecture and install:
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.5-linux-amd64.tar.gz |
| Linux ARM64 | litestream-vfs-v0.5.5-linux-arm64.tar.gz |
| macOS Intel | litestream-vfs-v0.5.5-darwin-amd64.tar.gz |
| macOS Apple Silicon | litestream-vfs-v0.5.5-darwin-arm64.tar.gz |
Changelog
- 803aad1704ccd8fc002f437872ef62e9c1ee0efd fix(s3): default SignPayload to true for AWS S3 compatibility (#913)