For the complete documentation index, see llms.txt. This page is also available as Markdown.

Linux

Download Binary

Currently x64 and arm64 CPUs are supported. The binaries can be downloaded from the from the following URLs:

Run Binary

  • Rename the binary to oda

  • Make the file executable

  • Invoke the file with the --help flag to check

mv oda_linux_x64 oda
chmod +x oda
./oda --help

The output should be similar to:

Last updated

Was this helpful?