AIOSConnector Downloads

Download AIOSConnector for macOS

Latest notarized release for Apple Silicon Macs.

Apple Silicon macOS

Download (macOS)

Latest macOS Installer (Notarized DMG)

Release: 1.0.0+dee43cf (payload source commit dee43cf)

Integrity check: After downloading, confirm the SHA-256 matches before installing.

Current release verification

What you’re installing

AIOSConnector packages a complete, local control plane for OpenClaw-based agents. It installs:

No cloud dependency is required for the UI itself. API keys are optional until you run agents.

Why install AIOSConnector instead of OpenClaw alone

OpenClaw is the engine. AIOSConnector is the production wrapper for real businesses and non-technical teams.

1) Real Control Plane

  • Status, usage, and recent runs dashboard
  • Manage agents (enable/disable/invoke)
  • Guided setup wizard

2) Business guardrails

  • Max tokens per run
  • Monthly spend caps
  • Domain blocking and governance rules

3) Secrets via UI

  • Add OpenAI / Anthropic keys in UI
  • Live key validation
  • Stored/missing status per provider

4) Multi-tenant readiness

  • Tenant selector support for shared gateways

5) Batteries included

  • Lead Agent workflow
  • Hello Agent smoke test

System Requirements

Recommended hardware

Supported: macOS on Apple Silicon (arm64)

Note: M4/M5 machines are excellent. Mac Mini is a sweet spot for always-on local agent hosting.

Install (standard)

  1. Download AIOS-Installer.dmg
  2. Double-click to mount
  3. Drag AIOS Installer.app to Applications
  4. Open AIOS Installer.app
  5. Click Install OpenClaw

After installation, open http://127.0.0.1:18789/

First-run checklist

  1. Visit http://127.0.0.1:18789/
  2. Go to Setup Wizard
  3. Add API keys (OpenAI / Anthropic) if needed
  4. Configure guardrails
  5. Run Hello Agent

Verifying the install (optional)

curl -sS http://127.0.0.1:18789/readyz
curl -sS http://127.0.0.1:18789/agents

Expected: "ok": true and agents list includes hello and lead-agent.

Notarization / Security (for IT teams)

You can verify on a mounted DMG:

spctl -a -vv --type execute "/Volumes/AIOS Installer/AIOS Installer.app"

Expected: accepted and source=Notarized Developer ID.

Troubleshooting

App can’t be opened / Gatekeeper warning

Dashboard doesn’t load

Port conflict (18789)

Support

If you need help, include your macOS version and outputs of /readyz and /agents, plus installer logs from the UI.