Windows Installer (.exe)
OfficialThe Windows .exe installer is the fastest way to get Berry running on Windows. It's a single-file executable you can run directly or keep in a folder on your PATH.
Download
Download the latest .exe from the GitHub Releases page.
berry-X.Y.Z-windows-x64.exe— Windows 64-bit
Install
Run the downloaded .exe. To use berry from any terminal:
Need the installer? Download the latest Windows .exe.
# Option A: run it from the download folder
.\berry-X.Y.Z-windows-x64.exe version
# Option B: move it somewhere on PATH (e.g., C:\Tools)
# then open a new terminal and run
berry versionAfter Installing
Place berry.exe on your PATH, then in each repo:
# Set up Berry (provisions a hosted API key + MCP configs):
berry init
# Reload MCP servers in your clientVerify Installation
berry version
berry doctorNote: SmartScreen Warnings
Windows may display a SmartScreen warning for unsigned executables. If you trust the source, click More info -> Run anyway.