The Ocuroot client is provided as an open source tool that provides you with everything you need to run Ocuroot-enabled releases from your CI platform of choice.
URLs for client binaries are available under each release on GitHub.
Note that these binaries are currently not signed, so on macOS you will either need to download via curl
or wget
or allow the unsigned binary in Settings.
You can also use the excellent bin tool to install direct from the latest release using:
bin install github.com/ocuroot/ocuroot
If you have Go installed, you can build Ocuroot directly from the source repo:
go install github.com/ocuroot/ocuroot/cmd/ocuroot@latest