Skip to main content

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
  • Azure

Runs on amd64, arm64, and arm32 platforms.

docker run -p 8383:8383 -v ${PWD}/data:/data reduct/store:latest

Client SDKs

  • Python
  • Node.js
  • C++ (cmake)
  • Rust
pip install -U reduct-py

CLI Client

  • Linux
  • MacOs
  • Windows
  • Cargo

Compatible with the amd64 architecture.

wget https://github.com/reductstore/reduct-cli/releases/latest/download/reduct-cli.linux-amd64.tar.gz
tar -xvf reduct-cli.linux-amd64.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.