Skip to content

ClaudeForge 2026.2.527

Choose a tag to compare

@github-actions github-actions released this 27 May 13:45
ba5902c

Downloads

Platform Architecture File
Windows x64 ClaudeForge-win-x64.zip
Windows ARM64 ClaudeForge-win-arm64.zip
Linux x64 ClaudeForge-linux-x64.tar.gz
Linux ARM64 ClaudeForge-linux-arm64.tar.gz
macOS (Intel) x64 ClaudeForge-osx-x64.tar.gz
macOS (Apple Silicon) ARM64 ClaudeForge-osx-arm64.tar.gz

The version (2026.2.527) is encoded in the release tag rather than in
the archive filenames — publish.ps1 produces unversioned artefact names
so local dev builds and CI builds share one filename pattern.

Linux: Extract, then run the bundled linux-setup.sh to install a per-user .desktop entry so Wayland compositors render the window icon correctly:

tar -xzf ClaudeForge-linux-x64.tar.gz -C ~/ClaudeForge
cd ~/ClaudeForge
./linux-setup.sh
./ClaudeForge

macOS: The binary is unsigned. Use the bundled allow-app-to-run.sh to strip the Gatekeeper quarantine xattr from every file in the extracted directory:

tar -xzf ClaudeForge-osx-arm64.tar.gz -C ~/ClaudeForge
cd ~/ClaudeForge
./allow-app-to-run.sh
./ClaudeForge

What's Changed

Agent & Skills page + bug fixes

Added - Scope-aware agent/skill/command discovery
Added - Agents & Skills page with basic viewing and front-matter editing experiences
Improved - perf via de-bouncing saves for some scenarios

Fixed - ObjectDisposedException + binding null-traversal warnings
Fixed - Agents/skills editor bugs
Fixed - Binding noise in hooks/MCP/permissions editors
Fixed - Essentials SetValue scope consistency
Fixed - Inherited-display row showing Dictionary toString