Downloads
Visit the Latest Releases page on GitHub to download Harvey for your platform.
Windows
Download the file ending in x64-setup.zip. Extract the content and run the setup executable to install Harvey on your system.
Note on Security Warnings: As an open-source project, Harvey is not yet digitally signed by a commercial certificate authority. If Windows SmartScreen displays a warning, you can safely proceed by clicking “More info” and then “Run anyway”.
macOS
- Download: Visit the GitHub Releases page.
- For Apple Silicon (M1, M2, etc.): Download the file with
aarch64in the name. - For Intel Macs: Download the file with
x64in the name.
- For Apple Silicon (M1, M2, etc.): Download the file with
- Install: Open the downloaded
.dmgfile and dragharvey.appto your/Applicationsfolder. - Security Bypass: Because the app is not currently signed, macOS will prevent it from running. To authorize it, open the Terminal application and run the following commands:
cd /Applications sudo xattr -dr com.apple.quarantine harvey.app
Build from Source
If you are using Linux or prefer to build the application yourself, you can clone the source code from the main GitHub repository.
Refer to the README.md or the setup guides in the repository for detailed build instructions.