Install Crow
Crow reviews GitHub pull requests on a machine you control, using your Codex subscription. It runs in the background and leaves its reviews on GitHub.
On an Ubuntu or compatible Linux machine with x64 or ARM64 architecture, run:
curl -fsSL https://birdapp.dev/install.sh | sh
The installer downloads the native executable, verifies its checksum, and offers to start guided setup. Node, pnpm, and Docker are not required. Setup may offer to install Git, Codex, and a tunnel client when they are missing.
Keep this terminal open for setup. On a headless machine, open the printed authentication links in a browser on your desktop.
You can read the installer before running it. To install now and configure Crow later:
curl -fsSL https://birdapp.dev/install.sh | sh -s -- --no-setup
crow setup
Once configured, use crow status to check the service and crow update to install a newer release.
Manual download
Version 0.3.1 is also available as a Linux x64 archive or Linux ARM64 archive, with a checksum file. Check the latest version for releases published since this page was deployed.
Download the archive for your machine and the checksum file into the same directory. Verify the checksum before extracting and running ./crow setup:
sha256sum --check --ignore-missing SHA256SUMS
Stop if verification fails. Setup installs the permanent crow command.
Each installation runs independently. This website serves downloads; it does not receive your repositories, Codex credentials, or review traffic.