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

Runs on amd64, arm64, and arm32 platforms.

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

All the binaries and source code are available on the release page.


CLI Client

  • Linux
  • MacOs
  • Windows
  • Cargo

Compatible with the amd64 and arm64 architectures.

  • Binary (amd64)
  • Binary (arm64)
  • Snap
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

ReductBridge

ReductBridge binaries are provided as prebuilt packages for various use cases, including ROS2 and ROS1.

  • ROS2
  • ROS1
  • Binary (amd64)
  • Snap
wget https://github.com/reductstore/reduct-bridge/releases/latest/download/bridge-ros2-humble.x86_64-unknown-linux-gnu.tar.gz
tar -xvf bridge-ros2-humble.x86_64-unknown-linux-gnu.tar.gz
chmod +x reduct-bridge
sudo mv reduct-bridge /usr/local/bin

All the binaries and source code are available on the release page.

Client SDKs

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