From fa8083594fa3d2cbd6acf3542409b23da7d9d590 Mon Sep 17 00:00:00 2001 From: Ori Ben Date: Mon, 15 Jun 2026 18:49:10 +0200 Subject: [PATCH 1/4] 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 --- content/ecosystem/clients/zooid.md | 46 +++++++++++++++++++++++++++++ content/ecosystem/clients/zooid.svg | 3 ++ 2 files changed, 49 insertions(+) create mode 100644 content/ecosystem/clients/zooid.md create mode 100644 content/ecosystem/clients/zooid.svg diff --git a/content/ecosystem/clients/zooid.md b/content/ecosystem/clients/zooid.md new file mode 100644 index 000000000..c88505688 --- /dev/null +++ b/content/ecosystem/clients/zooid.md @@ -0,0 +1,46 @@ ++++ +title = "Zooid" + +[extra] +thumbnail = "zooid.svg" +maintainer = "https://github.com/orivibes" +licence = "MIT" +language = "TypeScript" +latest_release = "2026-06-14" +maturity = "Beta" +repo = "https://github.com/zooid-ai/clients" +website = "https://zooid.dev" +featured = false +screenshots = [] +good_for = "Collaborating with AI agents alongside your team" + +[extra.features.1stable] +e2ee = "unsupported" +spaces = "supported" +voip_1to1 = "unsupported" +threads = "supported" +sso = "supported" +voip_jitsi = "unsupported" +multi_account = "unsupported" +multi_language = "unsupported" +oauth = "unsupported" +invisible_crypto = "unsupported" + +[extra.features.2experimental] +voip_matrixrtc = "unsupported" +sliding_sync = "unsupported" ++++ + +Zooid is an open-source, self-hostable client for collaborating with AI agents +and your team in the same Matrix room. Built on matrix-js-sdk (Vite + React) as +an agent-native surface: instead of flattening agents into plain text, it renders +the structure of the Agent Client Protocol (ACP) — inline permission/approval +cards, collapsible tool calls, sub-agent trees, and live plan/to-do state — +directly in the timeline, alongside ordinary human chat, threads, and spaces. +Agents are just users in a room, so teammates can join from any device, watch the +work, and approve consequential actions in the loop. + +Zooid is self-hosted: it ships with the `zooid` daemon, which runs your agents in +containers and bridges them to your homeserver. To try it without any setup, +there's a live community instance at https://community.zoon.eco (sign in via SSO +and you're auto-joined to a space with live agents). diff --git a/content/ecosystem/clients/zooid.svg b/content/ecosystem/clients/zooid.svg new file mode 100644 index 000000000..c3c968320 --- /dev/null +++ b/content/ecosystem/clients/zooid.svg @@ -0,0 +1,3 @@ + + + From 9c6ba0eef1c95dabdc2fa6df6028e445f2c5a655 Mon Sep 17 00:00:00 2001 From: Ori Ben Date: Tue, 16 Jun 2026 11:03:04 +0200 Subject: [PATCH 2/4] Address review: maintainer name, Alpha maturity, shorter description, logo license Signed-off-by: Ori Ben --- .../LicenseRef-NounProject-RoyaltyFree.txt | 8 ++++++++ content/ecosystem/clients/zooid.md | 18 +++--------------- content/ecosystem/clients/zooid.svg.license | 2 ++ 3 files changed, 13 insertions(+), 15 deletions(-) create mode 100644 LICENSES/LicenseRef-NounProject-RoyaltyFree.txt create mode 100644 content/ecosystem/clients/zooid.svg.license diff --git a/LICENSES/LicenseRef-NounProject-RoyaltyFree.txt b/LICENSES/LicenseRef-NounProject-RoyaltyFree.txt new file mode 100644 index 000000000..3d6a8421a --- /dev/null +++ b/LICENSES/LicenseRef-NounProject-RoyaltyFree.txt @@ -0,0 +1,8 @@ +The Noun Project — Royalty-Free License + +The "coral" icon by Andy Horvath (The Noun Project, icon #8016483) used as +content/ecosystem/clients/zooid.svg was obtained via a paid download under +The Noun Project's Royalty-Free License. This license grants a perpetual, +worldwide, non-exclusive right to use the icon without attribution. + +Full terms: https://thenounproject.com/legal/terms-of-use/ diff --git a/content/ecosystem/clients/zooid.md b/content/ecosystem/clients/zooid.md index c88505688..e23efa63a 100644 --- a/content/ecosystem/clients/zooid.md +++ b/content/ecosystem/clients/zooid.md @@ -3,11 +3,11 @@ title = "Zooid" [extra] thumbnail = "zooid.svg" -maintainer = "https://github.com/orivibes" +maintainer = "orivibes" licence = "MIT" language = "TypeScript" latest_release = "2026-06-14" -maturity = "Beta" +maturity = "Alpha" repo = "https://github.com/zooid-ai/clients" website = "https://zooid.dev" featured = false @@ -31,16 +31,4 @@ voip_matrixrtc = "unsupported" sliding_sync = "unsupported" +++ -Zooid is an open-source, self-hostable client for collaborating with AI agents -and your team in the same Matrix room. Built on matrix-js-sdk (Vite + React) as -an agent-native surface: instead of flattening agents into plain text, it renders -the structure of the Agent Client Protocol (ACP) — inline permission/approval -cards, collapsible tool calls, sub-agent trees, and live plan/to-do state — -directly in the timeline, alongside ordinary human chat, threads, and spaces. -Agents are just users in a room, so teammates can join from any device, watch the -work, and approve consequential actions in the loop. - -Zooid is self-hosted: it ships with the `zooid` daemon, which runs your agents in -containers and bridges them to your homeserver. To try it without any setup, -there's a live community instance at https://community.zoon.eco (sign in via SSO -and you're auto-joined to a space with live agents). +An open-source, self‑hostable client for collaborating with AI agents and your team in the same Matrix room. \ No newline at end of file diff --git a/content/ecosystem/clients/zooid.svg.license b/content/ecosystem/clients/zooid.svg.license new file mode 100644 index 000000000..575424adb --- /dev/null +++ b/content/ecosystem/clients/zooid.svg.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: 2026 Andy Horvath (The Noun Project — "coral" icon #8016483) +SPDX-License-Identifier: LicenseRef-NounProject-RoyaltyFree From ada3c76b36f1a7e3ae4da1e62df2c5296c10b279 Mon Sep 17 00:00:00 2001 From: Ori Ben <103140410+orivibes@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:19:00 +0200 Subject: [PATCH 3/4] Update LICENSES/LicenseRef-NounProject-RoyaltyFree.txt Yeah, that's consistent with the license that I purchased, it says: "This license grants its holder perpetual, non-exclusive, worldwide rights to unlimited use of the licensed image [...] without providing attribution to the Icon creator Co-authored-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com> Signed-off-by: Ori Ben <103140410+orivibes@users.noreply.github.com> --- LICENSES/LicenseRef-NounProject-RoyaltyFree.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/LICENSES/LicenseRef-NounProject-RoyaltyFree.txt b/LICENSES/LicenseRef-NounProject-RoyaltyFree.txt index 3d6a8421a..0b7aa34f2 100644 --- a/LICENSES/LicenseRef-NounProject-RoyaltyFree.txt +++ b/LICENSES/LicenseRef-NounProject-RoyaltyFree.txt @@ -1,8 +1,5 @@ The Noun Project — Royalty-Free License -The "coral" icon by Andy Horvath (The Noun Project, icon #8016483) used as -content/ecosystem/clients/zooid.svg was obtained via a paid download under -The Noun Project's Royalty-Free License. This license grants a perpetual, -worldwide, non-exclusive right to use the icon without attribution. +This license grants a perpetual, worldwide, non-exclusive right to use the icon without attribution. Full terms: https://thenounproject.com/legal/terms-of-use/ From 9f35afd035d40177a80ffd7fd8748dc6d987fd02 Mon Sep 17 00:00:00 2001 From: Ori Ben Date: Sun, 28 Jun 2026 09:04:30 +0200 Subject: [PATCH 4/4] Add empty [extra.packages] table to fix site build The ecosystem/client.html template requires page.extra.packages to exist; without it Zola fails to render the page. Zooid ships no downloadable packages, so the table is intentionally empty. Signed-off-by: Ori Ben --- content/ecosystem/clients/zooid.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/ecosystem/clients/zooid.md b/content/ecosystem/clients/zooid.md index e23efa63a..b102766a5 100644 --- a/content/ecosystem/clients/zooid.md +++ b/content/ecosystem/clients/zooid.md @@ -29,6 +29,8 @@ invisible_crypto = "unsupported" [extra.features.2experimental] voip_matrixrtc = "unsupported" sliding_sync = "unsupported" + +[extra.packages] +++ An open-source, self‑hostable client for collaborating with AI agents and your team in the same Matrix room. \ No newline at end of file