Installation

Pre-built binary

Platform specific pre-built binaries for each release are hosted on our Github release page.

You can download and install them with a single command using pip:

pip install roapi

If you are using homebrew, you can also install using brew command:

brew install roapi
# notice that the binary itself is still roapi-http

Docker

Pre-built docker images are hosted at ghcr.io/roapi/roapi.

Build from source

You need to install Rust toolchain if you haven't done so.

cargo install --locked --git https://github.com/roapi/roapi --branch main --bins roapi