Download the latest release for your platform from: GitHub Releases
- DMG:
AgentCHAT-{version}.dmg- Drag to Applications - ZIP:
AgentCHAT-{version}-mac.zip- Extract and run - PKG:
AgentCHAT-{version}.pkg- Installer package
- EXE:
AgentCHAT Setup {version}.exe- NSIS installer - MSI:
AgentCHAT-{version}.msi- Windows Installer - Portable:
AgentCHAT-{version}-portable.exe- No install required
- AppImage:
AgentCHAT-{version}.AppImage- Universal (recommended) - DEB:
AgentCHAT-{version}.deb- Debian/Ubuntu - RPM:
AgentCHAT-{version}.rpm- Fedora/RHEL - Snap: Available in Snap Store
- TAR:
AgentCHAT-{version}.tar.xz- Manual extraction
# DMG
open AgentCHAT-{version}.dmg
# Drag AgentCHAT to Applications
# Or via ZIP
unzip AgentCHAT-{version}-mac.zip
mv AgentCHAT.app /Applications/- Download
AgentCHAT Setup {version}.exe - Run installer
- Follow installation wizard
- Launch from Start Menu or Desktop
AppImage (Recommended):
chmod +x AgentCHAT-{version}.AppImage
./AgentCHAT-{version}.AppImageDebian/Ubuntu:
sudo dpkg -i AgentCHAT-{version}.deb
sudo apt-get install -f # Fix dependencies if neededFedora/RHEL:
sudo rpm -i AgentCHAT-{version}.rpm- Node.js 18+
- npm 9+
- Git
# Clone
git clone https://github.com/sanchez314c/AgentCHAT.git
cd AgentCHAT
# Install dependencies
npm install
# Run from source
npm run electron:dev
# Or build for your platform
npm run dist:current- Find AgentCHAT in your applications
- Or run from terminal/command prompt
- Click the key icon or settings
- Enter API keys for your AI providers:
- Anthropic (Claude)
- OpenAI (GPT-4)
- Google (Gemini)
- OpenRouter
- Configure Agent A and Agent B
- Select AI provider and model
- Set personality/system prompt
- Enter initial topic
- Click "Start Conversation"
- Watch agents converse!
| Platform | Minimum | Recommended |
|---|---|---|
| OS | macOS 10.15+, Windows 10+, Linux (glibc 2.17+) | Latest versions |
| RAM | 4 GB | 8 GB+ |
| Storage | 200 MB | 500 MB |
| Display | 1280x720 | 1920x1080+ |
xattr -cr /Applications/AgentCHAT.appsudo sysctl -w kernel.unprivileged_userns_clone=1
# Or run with --no-sandboxInstall Visual C++ Redistributable
Get up and running in 5 minutes:
- Download from Releases or clone the repo
- Install for your platform (see above)
- Launch AgentCHAT
- Configure API key (click key icon in header)
- Start chatting
Agent A:
Provider: Anthropic
Model: Claude 3.5 Sonnet
Persona: You are an optimistic futurist who believes technology will solve humanity's problems.
Agent B:
Provider: OpenAI
Model: GPT-4
Persona: You are a cautious ethicist who questions the implications of new technologies.
Topic: "Should we pursue artificial general intelligence?"
| Action | Shortcut |
|---|---|
| New Conversation | Ctrl/Cmd + N |
| Save Conversation | Ctrl/Cmd + S |
| Stop Conversation | Escape |
- Mix providers for more interesting debates between different AI models
- Detailed personas lead to better conversations
- Adjust temperature (higher = more creative, lower = more focused)
- Operator injection lets you steer a running conversation in real-time