Windows Installer (.exe)

Official

The 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 version

After Installing

# Authenticate (recommended)
berry auth login
# Headless/CI: berry auth set  (or: berry auth set --stdin)

# In each repo you want to use Berry:
berry init

# Reload MCP servers in your client

Verify Installation

berry version
berry doctor

Note: SmartScreen Warnings

Windows may display a SmartScreen warning for unsigned executables. If you trust the source, click More info -> Run anyway.