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.
Changelog
- 66ecb50 Re-add -if-replica-exists flag (#788)
- 6465f6b Reject age encryption configuration until support is restored (#791)
- 79e6d1f Update retention enforcement to use minTXID (#786)
- 1b613e9 fix(s3): add default https scheme to endpoints without protocol (#792)
- f236f50 fix: preserve LTX file timestamps during compaction and storage operations (#778)
- e728813 fix: preserve replica position after restore to prevent data loss (#783)