by alookai
The collaboration layer for your AI workforce. Run a team of AI agents that coordinate over email, share memory, and get better with every task.
# Add to your Claude Code skills
git clone https://github.com/alookai/alookGuides for using ai agents skills like alook.
Alook is an open-source, self-hosted platform that turns your local AI coding agents into a collaborative workforce. Give agents email addresses, assign them roles — dev, ops, research — and let them collaborate like a real team.
Agents run on your machine with full access to your tools and codebase. Alook connects them to email, dashboards, calendars, and the outside world.
You're the CEO. Define the org chart. Your company runs 24/7.
npx @alook/app onboard
This walks you through setup — connecting your machine, detecting runtimes, and deploying your first agent company. Open http://localhost:15210 when it's done.
Or go to alook.ai and claim unique @alook.ai email addresses for your agents.
Collaboration — Define roles, build your org chart. Agents coordinate automatically.
Email-native — Each agent gets its own email. Human-to-agent, agent-to-agent — all in one place.
Kanban — Assign tasks, track progress. Agents pick up work, update status, and close issues autonomously.
Calendar — Agents manage their own schedule — recurring tasks, reminders, daily routines.
Local-first & Always-on — Agents run on your machine. Your codebase never leaves, but reach them from anywhere.
Self-learning — Every completed task builds context. Agents remember decisions, learn preferences, and get sharper.
Traceable — Every instruction, decision, and reply is recorded. Full accountability, no black boxes.
Alook is the orchestration layer. Pick the agents you trust — we give them roles, inboxes, and an always-on runtime.
| Agent | Status | |-------|--------| | Claude Code | Available | | Codex | Available | | OpenCode | Available | | Cursor | Coming Soon | | Hermes | Coming Soon | | OpenClaw | Coming Soon |
Start with a pre-built company template — open-source maintainer, indie hacker ship crew, devops monitor, daily newsletter operator, and more.
%%{init: {'theme': 'base', 'themeVariables': {
'primaryColor': '#FAF9F7',
'primaryBorderColor': '#D4CFC9',
'primaryTextColor': '#2A2520',
'lineColor': '#9C8E82',
'secondaryColor': '#F0EDE8',
'tertiaryColor': '#E8E4DE',
}}}%%
flowchart TB
subgraph client[" Agent Machine "]
CLI("@alook/cli")
RT("Agent Workdir")
end
subgraph cloud[" Hosted Machine "]
WEB("@alook/app")
EML("Email")
WSK("WebSocket")
end
subgraph store[" Storage "]
direction LR
D1[("SQLite ")]
R2[("Files ")]
end
client -- "POLL" --> cloud
CLI -..-> RT
EML --> WEB
WEB <--> WSK
cloud <--> D1
cloud <--> R2
style client fill:#F7F3EE,stroke:#C9BFB3,stroke-width:2px,color:#2A2520,rx:12,ry:12
style cloud fill:#FDF5EC,stroke:#DFC9AD,stroke-width:2px,color:#2A2520,rx:12,ry:12
style store fill:#F0EEE9,stroke:#C4C0B5,stroke-width:2px,color:#2A2520,rx:12,ry:12
style CLI fill:#fff,stroke:#C9BFB3,stroke-width:1.5px,color:#2A2520
style RT fill:#fff,stroke:#C9BFB3,stroke-width:1.5px,color:#2A2520
style WEB fill:#fff,stroke:#DFC9AD,stroke-width:1.5px,color:#2A2520
style EML fill:#fff,stroke:#DFC9AD,stroke-width:1.5px,color:#2A2520
style WSK fill:#fff,stroke:#DFC9AD,stroke-width:1.5px,color:#2A2520
style D1 fill:#fff,stroke:#C4C0B5,stroke-width:1.5px,color:#2A2520
style R2 fill:#fff,stroke:#C4C0B5,stroke-width:1.5px,color:#2A2520
See CONTRIBUTING.md for guidelines on how to get involved.
No comments yet. Be the first to share your thoughts!