Skip to content

Commit fa80835

Browse files
committed
Add Zooid to the ecosystem client list
Zooid is an open-source, self-hostable Matrix client for collaborating with AI agents alongside your team, built on matrix-js-sdk. Signed-off-by: Ori Ben <ori@makelinks.co>
1 parent b00afcd commit fa80835

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

content/ecosystem/clients/zooid.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
+++
2+
title = "Zooid"
3+
4+
[extra]
5+
thumbnail = "zooid.svg"
6+
maintainer = "https://github.com/orivibes"
7+
licence = "MIT"
8+
language = "TypeScript"
9+
latest_release = "2026-06-14"
10+
maturity = "Beta"
11+
repo = "https://github.com/zooid-ai/clients"
12+
website = "https://zooid.dev"
13+
featured = false
14+
screenshots = []
15+
good_for = "Collaborating with AI agents alongside your team"
16+
17+
[extra.features.1stable]
18+
e2ee = "unsupported"
19+
spaces = "supported"
20+
voip_1to1 = "unsupported"
21+
threads = "supported"
22+
sso = "supported"
23+
voip_jitsi = "unsupported"
24+
multi_account = "unsupported"
25+
multi_language = "unsupported"
26+
oauth = "unsupported"
27+
invisible_crypto = "unsupported"
28+
29+
[extra.features.2experimental]
30+
voip_matrixrtc = "unsupported"
31+
sliding_sync = "unsupported"
32+
+++
33+
34+
Zooid is an open-source, self-hostable client for collaborating with AI agents
35+
and your team in the same Matrix room. Built on matrix-js-sdk (Vite + React) as
36+
an agent-native surface: instead of flattening agents into plain text, it renders
37+
the structure of the Agent Client Protocol (ACP) — inline permission/approval
38+
cards, collapsible tool calls, sub-agent trees, and live plan/to-do state —
39+
directly in the timeline, alongside ordinary human chat, threads, and spaces.
40+
Agents are just users in a room, so teammates can join from any device, watch the
41+
work, and approve consequential actions in the loop.
42+
43+
Zooid is self-hosted: it ships with the `zooid` daemon, which runs your agents in
44+
containers and bridges them to your homeserver. To try it without any setup,
45+
there's a live community instance at https://community.zoon.eco (sign in via SSO
46+
and you're auto-joined to a space with live agents).
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)