Skip to content

v0.1.0 macOS Preview

Pre-release
Pre-release

Choose a tag to compare

@lizyoko9 lizyoko9 released this 09 Jun 18:02
· 21 commits to main since this release

AgentHub v0.1.0 macOS Preview

AgentHub is a local-first multi-agent workspace for conversations, artifacts, approvals, and desktop-hosted agent execution.

Downloads

  • macOS Apple Silicon: AgentHub-0.1.0-arm64.dmg

Windows builds are not included in this release yet. They will be added after Windows packaging is validated.

What's Included

  • IM-style multi-agent conversations
  • Claude Code, Codex, Custom OpenAI-compatible, and Mock adapters
  • Workspace file tools and bash command execution
  • File write and bash approval flows
  • Artifact preview for web apps, documents, images, slide decks, code files, and diffs
  • Local static deployment preview cards
  • Electron desktop packaging for macOS arm64
  • Mobile companion groundwork

Installation

  1. Download AgentHub-0.1.0-arm64.dmg.
  2. Open the DMG and drag AgentHub into Applications.
  3. Launch AgentHub.

macOS Security Notice

This build is not notarized with Apple Developer ID yet.

If macOS blocks the app on first launch:

  • Right-click AgentHub.app and choose Open
  • Or go to System Settings → Privacy & Security and choose Open Anyway

If needed, advanced users can remove the quarantine attribute:

xattr -dr com.apple.quarantine /Applications/AgentHub.app

Configuration

API keys can be configured in the app settings panel or through .env.local when running from source.

Supported adapters include:

  • Claude Code
  • Codex
  • OpenAI-compatible custom agents
  • Mock agent

Claude Code can use an existing local Claude Code login.

Known Limitations

  • macOS build only in this release
  • Windows package is pending validation
  • macOS app is not notarized yet
  • Linux desktop packaging is not configured
  • Mobile companion app is still under development
  • Some SDK-level approval behavior depends on upstream adapter capabilities