From fb099b813daeab9da2022a5e98992f6bd3a7f634 Mon Sep 17 00:00:00 2001 From: Timo Runge Date: Thu, 2 Apr 2026 14:07:46 +0200 Subject: [PATCH] Add Kiro to ACP registry (Linux only) Kiro CLI supports ACP via `kiro-cli acp`. Adding with Linux x86_64 and aarch64 binary distributions. macOS is currently only distributed as .dmg (unsupported archive format) and Windows is not available yet. --- kiro/agent.json | 24 ++++++++++++++++++++++++ kiro/icon.svg | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 kiro/agent.json create mode 100644 kiro/icon.svg diff --git a/kiro/agent.json b/kiro/agent.json new file mode 100644 index 0000000..9b3fc3a --- /dev/null +++ b/kiro/agent.json @@ -0,0 +1,24 @@ +{ + "id": "kiro", + "name": "Kiro", + "version": "1.28.3", + "description": "Agentic IDE by AWS that works alongside you from prototype to production", + "repository": "https://github.com/kirodotdev/Kiro", + "website": "https://kiro.dev", + "authors": ["Amazon Web Services"], + "license": "proprietary", + "distribution": { + "binary": { + "linux-x86_64": { + "archive": "https://desktop-release.q.us-east-1.amazonaws.com/1.28.3/kirocli-x86_64-linux.tar.gz", + "cmd": "kirocli/bin/kiro-cli", + "args": ["acp"] + }, + "linux-aarch64": { + "archive": "https://desktop-release.q.us-east-1.amazonaws.com/1.28.3/kirocli-aarch64-linux.tar.gz", + "cmd": "kirocli/bin/kiro-cli", + "args": ["acp"] + } + } + } +} diff --git a/kiro/icon.svg b/kiro/icon.svg new file mode 100644 index 0000000..91c55da --- /dev/null +++ b/kiro/icon.svg @@ -0,0 +1,3 @@ + + +