From fe8a2e18f4aa1d6c08604ffb4ef292e06ca45d5c Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Wed, 18 Feb 2026 22:31:26 +0100 Subject: [PATCH] Add OpenHands agent Binary distribution from OpenHands-CLI (v1.12.2) for macOS and Linux. --- openhands/agent.json | 36 ++++++++++++++++++++++++++++++++++++ openhands/icon.svg | 7 +++++++ 2 files changed, 43 insertions(+) create mode 100644 openhands/agent.json create mode 100644 openhands/icon.svg diff --git a/openhands/agent.json b/openhands/agent.json new file mode 100644 index 0000000..6695606 --- /dev/null +++ b/openhands/agent.json @@ -0,0 +1,36 @@ +{ + "id": "openhands", + "name": "OpenHands", + "version": "1.12.2", + "description": "AI-driven development platform - autonomous coding agent that can create/edit files, run commands, and browse the web", + "repository": "https://github.com/OpenHands/OpenHands-CLI", + "authors": [ + "OpenHands " + ], + "license": "MIT", + "icon": "./icon.svg", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://github.com/OpenHands/OpenHands-CLI/releases/download/1.12.2/openhands-macos-arm64", + "cmd": "./openhands", + "args": ["acp"] + }, + "darwin-x86_64": { + "archive": "https://github.com/OpenHands/OpenHands-CLI/releases/download/1.12.2/openhands-macos-intel", + "cmd": "./openhands", + "args": ["acp"] + }, + "linux-aarch64": { + "archive": "https://github.com/OpenHands/OpenHands-CLI/releases/download/1.12.2/openhands-linux-arm64", + "cmd": "./openhands", + "args": ["acp"] + }, + "linux-x86_64": { + "archive": "https://github.com/OpenHands/OpenHands-CLI/releases/download/1.12.2/openhands-linux-x86_64", + "cmd": "./openhands", + "args": ["acp"] + } + } + } +} diff --git a/openhands/icon.svg b/openhands/icon.svg new file mode 100644 index 0000000..45fe34e --- /dev/null +++ b/openhands/icon.svg @@ -0,0 +1,7 @@ + + + + + + +