| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| OpenAgents.Go-0.2.0-arm64.dmg | 2026-05-04 | 1.1 MB | |
| OpenAgents Go go-v0.2.0 source code.tar.gz | 2026-04-30 | 51.7 MB | |
| OpenAgents Go go-v0.2.0 source code.zip | 2026-04-30 | 52.7 MB | |
| README.md | 2026-04-30 | 1.7 kB | |
| Totals: 4 Items | 105.5 MB | 0 | |
OpenAgents Go v0.2.0 — native macOS + iOS rewrite (SwiftUI)
Replaces the previous Electron build with a native universal SwiftUI app at the same com.openagents.go bundle id. Drop-in over the previous .app in /Applications. ~1MB on disk vs the Electron build's 207MB.
Highlights
- iMessage-style 2-pane layout (NavigationSplitView, auto-collapses to push/pop on iPhone)
- Per-workspace (app URL, API URL) pair stored together — supports self-hosted backends with no global setting flip
- Paginated message loading: latest 50 on open, scroll up to load older
- Optimistic user message bubble + reconciler against the real backend message
- Intermediate-steps rendering (thinking / tool calls / status) matching the React implementation
- Adaptive polling: 5s/15s discovery, 1.5s/3s message poll (faster while an agent is actively working)
- macOS app menu commands: ⌘N new thread, ⌘R refresh, ⌘⇧K switch workspace, ⌘, settings, ⌘⌥L debug log
- In-app debug log sheet for diagnosing connection issues
Install
- Download
OpenAgents Go-0.2.0-arm64.dmg - Open it, drag
OpenAgents Go.appto Applications - First launch — paste your workspace URL with
?token=… - For self-hosted backends, expand Advanced in the selector and set the API URL
Repair an existing install
If you previously connected against the wrong backend (the v0.1.x Electron build had a per-workspace URL that could get clobbered): launch → ⌘, → Active Workspace → set the correct API URL → Save & Reconnect.
Built ad-hoc signed (no notarization) — Gatekeeper will warn on first open. Right-click → Open the first time.
See PR [#369] for the full change log.