Installation
This guide walks you through installing Claude Forge on your Windows system.
Prerequisites
Before installing Claude Forge, ensure you have:
1. Claude Code CLI
Claude Forge requires the Claude Code CLI to be installed. Visit the Claude Code documentation for installation instructions.
Verify your installation:
claude --version2. System Requirements
| Requirement | Minimum |
|---|---|
| OS | Windows 10 (64-bit) or later |
| RAM | 4 GB |
| Storage | 200 MB available space |
Download
- Go to the Download page
- Click "Download Installer"
- Save the
.exefile to your computer
Alternatively, visit the GitHub Releases page for all available versions.
Install
Run the installer
- Double-click
Claude Forge Setup x.x.x.exe - If Windows SmartScreen appears, click "More info" then "Run anyway"
- Double-click
Follow the wizard
- Choose your installation directory (default is recommended)
- Select whether to create a desktop shortcut
- Click "Install"
Launch
- The app will launch automatically after installation
- Or find it in your Start menu under "Claude Forge"
First Launch Configuration
When you first launch Claude Forge, you may need to configure the Claude CLI path:
- Click the Settings icon (gear) in the top-right corner
- Under "General", locate "Claude CLI Path"
- If the path is incorrect, click "Browse" and select your Claude CLI executable
TIP
On most systems, the CLI is located at:
C:\Users\<username>\AppData\Local\Claude\claude.exe
Verifying Installation
To verify Claude Forge is working correctly:
- Launch the application
- Click "Open Project" in the sidebar
- Select any directory with code
- Type a prompt in the input field
- Press Enter and verify you receive a response
If you see an error, check the Troubleshooting section below.
Updating
Claude Forge checks for updates automatically. When an update is available:
- A notification will appear in the app
- Click "Download Update" to get the latest version
- The app will restart with the new version
You can also manually update by downloading the latest installer from the Releases page.
Uninstalling
To remove Claude Forge:
- Open Windows Settings > Apps > Installed apps
- Find "Claude Forge" in the list
- Click the three dots menu and select "Uninstall"
- Follow the prompts
Your settings and project configurations are stored in:
%APPDATA%\claude-forge\
Delete this folder to completely remove all data.
Troubleshooting
"Claude CLI not found" error
Solution: Configure the CLI path in Settings:
- Open Settings (gear icon)
- Set the correct path to your Claude CLI
- Restart the application
Installation blocked by antivirus
Solution: Add an exception for Claude Forge:
- Open your antivirus settings
- Add
C:\Program Files\Claude Forge\to the exclusion list - Re-run the installer
App won't start
Solution: Try these steps:
- Delete
%APPDATA%\claude-forge\folder - Reinstall the application
- If the problem persists, check the GitHub Issues
Permission denied errors
Solution: Run as Administrator:
- Right-click the installer
- Select "Run as administrator"
- Complete the installation