Download ReductStore
ReductStore is available for Linux, Windows, and macOS. You can download the latest version of ReductStore, as well as our client SDKs and CLI. Once you have downloaded the software, follow the Getting Started guide to set up your first ReductStore instance.
ReductStore Server
- Docker
- Linux
- MacOs
- Windows
Runs on amd64, arm64, and arm32 platforms.
docker run -p 8383:8383 -v ${PWD}/data:/data reduct/store:latest
Since v1.19, the container runs as a non-root user, so the mounted directory must exist and be writable by UID/GID 10001:10001.
Client SDKs
- Python
- Node.js
- C++ (cmake)
- Rust
- Go
pip install -U reduct-py
CLI Client
- Linux
- MacOs
- Windows
- Cargo
Compatible with the amd64 and arm64 architectures.
- Binary (amd64)
- Binary (arm64)
wget https://github.com/reductstore/reduct-cli/releases/latest/download/reduct-cli.x86_64-unknown-linux-gnu.tar.gz
tar -xvf reduct-cli.x86_64-unknown-linux-gnu.tar.gz
chmod +x reduct-cli
sudo mv reduct-cli /usr/local/bin
All the binaries and source code are available on the release page.