-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: riverphoenix/prodforge
Releases · riverphoenix/prodforge
v1.3.10 — Fix Claude terminal keyboard input (root cause)
Install ProdForge v1.3.10
Download
Click ProdForge_1.0.0_aarch64.dmg below to download.
Install
- Open the DMG and drag ProdForge.app to your Applications folder
- First launch only — macOS will block it because it's not notarized:
- Right-click
ProdForge.appin Applications → Open → click Open in the dialog - Or run this once in Terminal:
xattr -cr /Applications/ProdForge.app
- Right-click
Requirements
- Claude CLI:
npm install -g @anthropic-ai/claude-code - Anthropic API key: add it in Settings after first launch
SSL / Corporate network
If you see a "Self-signed certificate" error in the Claude tab, run this in your terminal and restart ProdForge:
echo 'export NODE_TLS_REJECT_UNAUTHORIZED=0' >> ~/.zshrc