Skip to main content

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.