AIOSConnector Downloads
Download AIOSConnector for macOS
Latest notarized release for Apple Silicon Macs.
Download (macOS)
Latest macOS Installer (Notarized DMG)
- File: AIOS-Installer.dmg
- Size: 258 MB (
270837368 bytes) - SHA-256:
9fe548bc61dcc6b5382357d9cb8a5edb52cf576eba0d03544332c522f6dd1a40
Release: 1.0.0+dee43cf (payload source commit dee43cf)
Integrity check: After downloading, confirm the SHA-256 matches before installing.
Current release verification
- App ZIP notarization submission:
027fc719-d6d6-4753-87d9-a1fe02b4979e (Accepted) - DMG notarization submission:
28c243bd-e7ff-40eb-9b67-30cb48b5b24a (Accepted) - Staple validation: passed
- Gatekeeper check (app inside DMG):
accepted - Source:
Notarized Developer ID - Origin:
Developer ID Application: Joseph Ricard (DMQ99SC2W6)
What you’re installing
AIOSConnector packages a complete, local control plane for OpenClaw-based agents. It installs:
- AIOS Installer.app (signed + notarized)
- OpenClaw Gateway (local service)
- AIOS Agent Runtime
- Built-in Agents: Hello Agent and Lead Agent
- Local Web UI at http://127.0.0.1:18789/
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
- Apple Silicon Mac Mini (M2 / M3 / M4 recommended)
- 16GB RAM minimum (32GB recommended for heavier workloads)
- 10GB free disk space (more if you add models/data)
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)
- Download AIOS-Installer.dmg
- Double-click to mount
- Drag AIOS Installer.app to Applications
- Open AIOS Installer.app
- Click Install OpenClaw
After installation, open http://127.0.0.1:18789/
First-run checklist
- Visit http://127.0.0.1:18789/
- Go to Setup Wizard
- Add API keys (OpenAI / Anthropic) if needed
- Configure guardrails
- 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)
- Signed with Developer ID Application
- Notarized by Apple
- Ticket stapled to the app bundle
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
- Download the latest DMG
- Confirm SHA-256 matches
- Re-download if hash differs
Dashboard doesn’t load
Port conflict (18789)
- Stop or restart the conflicting process
Support
If you need help, include your macOS version and outputs of /readyz and /agents, plus installer logs from the UI.