Releases: DheerG/agent-chat
Release list
v0.2.0
Updating from an earlier version
CLI: quit AgentChat, then re-run the one-line installer — it always
fetches the latest release, no uninstall needed:
curl -fsSL https://raw.githubusercontent.com/DheerG/agent-chat/main/install.sh | shDesktop app (macOS): quit AgentChat, download the latest
AgentChat-macos-*.app.tar.gz below, extract it, and drag AgentChat.app
into /Applications, replacing the old copy. On first launch, right-click
the app → Open and confirm once (it isn't notarized yet).
The app shows an "update available" banner when a newer release exists.
Install
macOS — recommended (one-line install):
curl -fsSL https://raw.githubusercontent.com/DheerG/agent-chat/main/install.sh | shInstalls agent-chat to /usr/local/bin (or ~/.local/bin). Then run agent-chat.
Why this and not a browser download? macOS Gatekeeper blocks browser-downloaded binaries unless signed with a paid Apple Developer certificate. curl downloads bypass that check, so the install works instantly.
macOS — manual download:
If you prefer downloading the .tar.gz directly:
tar xzf agent-chat-macos-*.tar.gz
xattr -d com.apple.quarantine agent-chat
./agent-chatWindows:
Download agent-chat-windows-x86_64.zip, extract agent-chat.exe, and run it.
Desktop app (macOS):
Download AgentChat-macos-*.app.tar.gz, extract, then on first launch:
- Double-click
AgentChat.app— macOS will block it - Open System Settings → Privacy & Security
- Scroll to Security, find the blocked app, click Open Anyway
- Subsequent launches work normally
(A paid Apple Developer signature would eliminate this step. It's on the roadmap.)
What's Changed
- Capture all team messages from transcripts; fix display + release/update; remove Node server by @DheerG in #7
- ci: automate releases (label-driven) + fix Node for pnpm 11 by @DheerG in #8
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Install
macOS (one-liner — recommended):
curl -fsSL https://github.com/DheerG/agent-chat/releases/download/v0.1.0/agent-chat-macos-universal.tar.gz | tar xz && chmod +x agent-chat && ./agent-chatmacOS (manual download):
Download the .tar.gz for your architecture, then:
tar xzf agent-chat-macos-*.tar.gz
xattr -d com.apple.quarantine agent-chat
./agent-chatWindows:
Download the .zip, extract agent-chat.exe, and run it.
Desktop app (macOS):
Download AgentChat-macos-*.app.tar.gz, extract, then:
xattr -cr AgentChat.app
open AgentChat.appWhat's Changed
- v2: Conversation-based architecture rebuild by @DheerG in #1
- chore: remove GSD tooling and planning artifacts by @DheerG in #2
- Simplify: strip to team observability core by @DheerG in #3
- Update README for simplified architecture by @DheerG in #4
- docs: rewrite README with compelling pain-first narrative by @DheerG in #5
- feat: Rust executable and Tauri desktop app for zero-install distribution by @DheerG in #6
New Contributors
Full Changelog: https://github.com/DheerG/agent-chat/commits/v0.1.0