As RuloDB is in early stages of development, a limited set of architectures are supported. Builds are available for x86_64 (on Ubuntu/Debian & Windows) and arm64 (on macOS) architectures. If you happen to be using a different architecture, you can build RuloDB from source.
1

Download RuloDB

Visit the RuloDB releases page and find the appropriate version for your operating system.
# Replace $DIST with your distribution (e.g., linux, windows, macos)
curl -sSL https://github.com/rulodb/rulodb/releases/latest/download/rulodb-$DIST -o rulodb
chmod +x ./rulodb
2

Start RuloDB

Navigate to the extracted directory and run the binary.
# Start RuloDB with your desired log level
RUST_LOG=rulodb=info ./rulodb start

Found a typo? Or maybe a broken link? RuloDB is open-source, help us fix it!