Installation
Requirements
Section titled “Requirements”- Linux (amd64 / arm64) or macOS (arm64)
- No runtime dependencies —
owitis a single self-contained binary
Install via Homebrew
Section titled “Install via Homebrew”brew install openwatchitInstall via script
Section titled “Install via script”curl -fsSL https://install.openwatchit.dev | shDownload manually
Section titled “Download manually”Download the latest binary for your platform from the GitHub Releases page.
# Example for Linux amd64curl -L https://github.com/elyosemite/openwatchit/releases/latest/download/owit_linux_amd64 \ -o /usr/local/bin/owit && chmod +x /usr/local/bin/owitVerify the installation
Section titled “Verify the installation”owit --version