A native Apple app for persistent personal AI agent teams.
Run specialized agents, keep their memory and workspaces, and coordinate them as durable teams across iPhone, iPad, and Mac.
Most AI assistants still feel like isolated chat windows. OpenAva is built around a different idea: agents should live closer to your personal computing environment, keep useful context over time, and collaborate as a real working unit.
OpenAva brings that model to Apple platforms with:
- native iOS and macOS experiences
- personal agents with their own identity, tools, memory, and workspace
- agent teams that can coordinate work instead of forcing every task through one assistant
- persistent sessions and searchable conversation history
- local or remote gateway connectivity for device-aware actions
- configurable model providers and endpoints
The goal is to make multi-agent workflows practical for everyday personal work, not just a prompt-engineering demo.
The latest macOS development build is generated from the latest successful main workflow run.
The development build is Developer ID signed and notarized.
| Area | What OpenAva enables |
|---|---|
| Personal agents | Create agents with distinct roles, settings, workspaces, tools, and runtime context. |
| Agent teams | Group specialized agents into a persistent team that can plan, delegate, execute, and review together. |
| Chat and sessions | Keep ongoing conversations, return to earlier work, and continue long-running tasks over time. |
| Memory and history | Let agents retain useful long-term context while preserving searchable past conversations. |
| Skills and automation | Package repeatable workflows as skills and run scheduled or shortcut-driven automations. |
| Device-aware tools | Connect agents to device surfaces such as files, notifications, media, contacts, calendar, reminders, and more. |
| Model flexibility | Bring your own model providers, configure endpoints, and switch between provider profiles. |
| Remote control | Access and steer active agent workflows from another device when needed. |
OpenAva treats teams as a first-class product surface, not a temporary prompt trick.
Instead of asking one general-purpose assistant to do everything, you can create a durable group of agents around a working context. A team might include:
- a planner that turns vague goals into a concrete plan
- an executor that uses tools and carries out steps
- a reviewer that checks quality, risks, and missing details
Each agent can keep its own role and workspace while still collaborating inside the same team flow. That makes OpenAva useful for people who want repeatable personal workflows, not just one-off chats.
- Download OpenAva-macOS-dev.zip.
- Launch OpenAva.
- Create your first agent or team and start chatting.
- Configure an LLM provider in Settings > LLM.
git clone https://github.com/Day1Labs/OpenAva.git
cd OpenAva
open OpenAva.xcodeprojThen let Swift Package Manager resolve dependencies, select the OpenAva scheme, and build for a supported simulator, device, or Mac Catalyst target.
To run OpenAva:
- iOS 18.0+ or macOS 15.0+ via Mac Catalyst
- at least one configured LLM endpoint
- access to a compatible OpenClaw gateway node for device-aware actions
To develop OpenAva:
- Xcode 26+
- Swift 6.2+
OpenAva is early and benefits most from contributions that make the project easier to try, understand, and trust:
- clearer setup docs for gateway and model-provider configuration
- issue reports with exact device, OS, model provider, and gateway details
- agent/team templates that demonstrate real workflows
- screenshots, demo videos, and onboarding improvements
- focused tests around runtime, memory, tools, and team coordination
- fixes that make the development build smoother for first-time users
- Website: day1-labs.com/openava
- Releases: github.com/Day1Labs/OpenAva/releases
- License: MIT
