From 805124b010714e911cdc3101067ee773060af809 Mon Sep 17 00:00:00 2001 From: Paul Horn Date: Wed, 10 Jun 2026 12:34:51 +0200 Subject: [PATCH] Add Cate to IDE section --- applications.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/applications.json b/applications.json index 8324e407f..4f626019f 100644 --- a/applications.json +++ b/applications.json @@ -1,5 +1,19 @@ { "applications": [ + { + "short_description": "IDE built on an infinite zoomable canvas. Editor, terminal, browser, and AI agent panels float in a spatial workspace instead of tabs.", + "categories": [ + "ide" + ], + "repo_url": "https://github.com/0-AI-UG/cate", + "title": "Cate", + "icon_url": "", + "screenshots": [], + "official_site": "https://cate.cero-ai.com", + "languages": [ + "typescript" + ] + }, { "title": "ActivityWatch", "short_description": "Open-source automated time tracker that tracks how you spend time on your devices.",