Skip to content
Knut Ahlers edited this page Aug 15, 2023 · 6 revisions

Getting OTS

  • The easiest option is to download the latest build from the Releases page.
  • You also can use the Docker image provided at luzifer/ots:latest or luzifer/ots:<version>

Building from Source

In order to do a local build you need to have NodeJS LTS and latest Golang installed.

Execute the build-local target using make:

$ make build-local                # Dynamically linked
$ CGO_ENABLED=0 make build-local  # Statically linked
Clone this wiki locally