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.
Copy
# Replace $DIST with your distribution (e.g., linux, windows, macos)curl -sSL https://github.com/rulodb/rulodb/releases/latest/download/rulodb-$DIST -o rulodbchmod +x ./rulodb
2
Start RuloDB
Navigate to the extracted directory and run the binary.
Copy
# Start RuloDB with your desired log levelRUST_LOG=rulodb=info ./rulodb start
Found a typo? Or maybe a broken link? RuloDB is open-source, help us fix it!