From 2f56cf4cf2777a9ea2860255c799069b9cb33715 Mon Sep 17 00:00:00 2001 From: iliya Date: Fri, 27 Feb 2026 21:00:39 +0200 Subject: [PATCH] refactor: move download buttons to Installation section --- README.md | 83 ++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index fae15422..e14c61ab 100644 --- a/README.md +++ b/README.md @@ -13,42 +13,6 @@ CI Status

-
- - - - - - - -
- - macOS Apple Silicon - -
- - macOS Intel - -
- - Windows - - - - Linux AppImage - -
- - .deb -   - - .rpm -   - - .pacman - -
-

100% free, open source. No API keys. No configuration.

@@ -67,18 +31,43 @@ ## Installation -### Requirements +No prerequisites — Claude Code can be installed and configured directly from the app. -None. Claude Code is **not required** to be installed beforehand — the app includes a built-in installer and login, so you can set up everything directly from the app. - -### Direct Download - -| Platform | Download | Notes | -|----------|----------|-------| -| **macOS** (Apple Silicon) | [`.dmg`](https://github.com/777genius/claude_agent_teams_ui/releases/latest/download/Claude-Agent-Teams-UI-arm64.dmg) | Drag to Applications. On first launch: right-click → Open | -| **macOS** (Intel) | [`.dmg`](https://github.com/777genius/claude_agent_teams_ui/releases/latest/download/Claude-Agent-Teams-UI-x64.dmg) | Drag to Applications. On first launch: right-click → Open | -| **Linux** | [`.AppImage`](https://github.com/777genius/claude_agent_teams_ui/releases/latest/download/Claude-Agent-Teams-UI.AppImage) / [`.deb`](https://github.com/777genius/claude_agent_teams_ui/releases/latest/download/Claude-Agent-Teams-UI-amd64.deb) / [`.rpm`](https://github.com/777genius/claude_agent_teams_ui/releases/latest/download/Claude-Agent-Teams-UI-x86_64.rpm) / [`.pacman`](https://github.com/777genius/claude_agent_teams_ui/releases/latest/download/Claude-Agent-Teams-UI.pacman) | Choose the package format for your distro | -| **Windows** | [`.exe`](https://github.com/777genius/claude_agent_teams_ui/releases/latest/download/Claude-Agent-Teams-UI-Setup.exe) | Standard installer. May trigger SmartScreen — click "More info" → "Run anyway" | + + + + + + +
+ + macOS Apple Silicon + +
+ + macOS Intel + +
+ + Windows + +
+ May trigger SmartScreen — click "More info" → "Run anyway" +
+ + Linux AppImage + +
+ + .deb +   + + .rpm +   + + .pacman + +
---