Skip to content

Installation

  • Linux (amd64 / arm64) or macOS (arm64)
  • No runtime dependencies — owit is a single self-contained binary
Terminal window
brew install openwatchit
Terminal window
curl -fsSL https://install.openwatchit.dev | sh

Download the latest binary for your platform from the GitHub Releases page.

Terminal window
# Example for Linux amd64
curl -L https://github.com/elyosemite/openwatchit/releases/latest/download/owit_linux_amd64 \
-o /usr/local/bin/owit && chmod +x /usr/local/bin/owit
Terminal window
owit --version