Download

Latest version is: 0.1.0-alpha.64

Linux
Windows
MacOS
Docker

Linux Terminal Intel

Any distro with kernel > 2.6.32
Intel 64-bit Processor
Download

Linux Terminal Arm

Any distro with kernel > 2.6.32
Arm 64-bit Processor
Download
Instructions

1) Download the binary to any directory.
2) Make it executable.

$ cd path/to/binary
$ chmod +x riko-linux-amd64-cli

3) Run with the server flag:

$ riko-linux-amd64-cli server

4) Browse to http://localhost:4575 using your favorite browser.

Windows Installer

Windows 10 or later
Intel 64-bit Processor
Download

Windows Single Binary

Windows 10 or later
Intel 64-bit Processor
Download

MacOS DMG (Apple Silicon)

MacOS 11 or later
Apple 64-bit Processor
Download

MacOS DMG (Intel)

MacOS 11 or later
Intel 64-bit Processor
Download
Instructions
docker run \
  -p 4575:4575 \
  -v "/${PWD}/":/app/config \
  rikodata/riko

This will start a RikoData instance on port 4575.

  • -v "/${PWD}/":/app/config mounts the current directory on the host machine to /app/config directory on the container. This directory is used to store the configuration files of RikoData.
  • -p 4575:4575 maps the host port 4575 to the container port 4575.

After running the command above, open your browser and navigate to http://localhost:4575

Copyright © 2025 RikoData. All registered trademarks belong to their respective owners.