$git clone https://github.com/Stack-Cairn/LiveAgent---
| 1 | <p align="center"> |
| 2 | <img src="docs/images/banner.webp" alt="LiveAgent" /> |
| 3 | </p> |
| 4 | |
| 5 | <h1 align="center">LiveAgent</h1> |
| 6 | |
| 7 | <p align="center"> |
| 8 | <strong>Your Local-First AI Agent Desktop</strong><br/> |
| 9 | Multi-model access · Local tool execution · MCP & Skills ecosystem · Remote Gateway |
| 10 | </p> |
| 11 | |
| 12 | <p align="center"> |
| 13 | English | <a href="README.zh-CN.md">简体中文</a> |
| 14 | </p> |
| 15 | |
| 16 | <p align="center"> |
| 17 | <img alt="Platform" src="https://img.shields.io/badge/platform-macOS%20%7C%20Windows%20%7C%20Linux-blueviolet" /> |
| 18 | <img alt="Tauri" src="https://img.shields.io/badge/built%20with-Tauri%202-FFC131?logo=tauri&logoColor=white" /> |
| 19 | <img alt="React" src="https://img.shields.io/badge/React-19-087EA4?logo=react&logoColor=white" /> |
| 20 | <img alt="Rust" src="https://img.shields.io/badge/Rust-stable-B7410E?logo=rust&logoColor=white" /> |
| 21 | <img alt="Go" src="https://img.shields.io/badge/Go-1.25-00ADD8?logo=go&logoColor=white" /> |
| 22 | <img alt="License" src="https://img.shields.io/badge/license-MIT-green" /> |
| 23 | </p> |
| 24 | |
| 25 | <p align="center"> |
| 26 | <a href="#core-features">Core Features</a> • |
| 27 | <a href="#download--deployment">Download & Deployment</a> • |
| 28 | <a href="#faq">FAQ</a> • |
| 29 | <a href="docs/">Docs</a> |
| 30 | </p> |
| 31 | |
| 32 | --- |
| 33 | |
| 34 | ## 🌟 Special Thanks |
| 35 | |
| 36 | <p align="center"> |
| 37 | <a href="https://linux.do"> |
| 38 | <img src="docs/images/linuxdo.png" alt="LINUX DO" width="420" /> |
| 39 | </a> |
| 40 | </p> |
| 41 | <p align="center"><b>For all things AI, head to LINUX DO! Wishing the community ever greater success~</b></p> |
| 42 | |
| 43 | --- |
| 44 | |
| 45 | ## ❤️ Sponsor |
| 46 | |
| 47 | <table> |
| 48 | <tr> |
| 49 | <td width="200" align="center" valign="middle"><a href="https://www.packyapi.com/register"><img src="docs/images/partners/packycode.png" alt="PackyCode" width="160"></a></td> |
| 50 | <td valign="middle">PackyCode is a reliable, efficient, and professional API relay service provider, offering relay services for Claude Code, Codex, Gemini, Chinese domestic models, and more — a long-established, top-tier relay. <b>The vast majority of the model resources used to develop this software were provided by PackyCode — thank you, Laonong!</b> Register <a href="https://www.packyapi.com/register">here</a> to get started!</td> |
| 51 | </tr> |
| 52 | <tr> |
| 53 | <td width="200" align="center" valign="middle"><a href="https://www.right.codes/register"><img src="docs/images/partners/rightcode.jpg" alt="RightCode" width="160"></a></td> |
| 54 | <td valign="middle">Right Code provides stable relay services for Claude Code, Codex, Gemini, Chinese domestic models, and more. Invoices are available upon top-up, and enterprise and team users receive dedicated one-on-one support. <b>The remaining model resources used to develop this software were provided by RightCode — thanks to the RC site owner and the support team!</b> Register <a href="https://www.right.codes/register">here</a> to get started!</td> |
| 55 | </tr> |
| 56 | <tr> |
| 57 | <td width="200" align="center" valign="middle"><a href="https://cubence.com/signup"><img src="docs/images/partners/cubence.png" alt="Cubence" width="160"></a></td> |
| 58 | <td valign="middle">Cubence is a reliable and efficient API relay service provider, offering relay services for Claude Code, Codex, Gemini, and more, with pay-as-you-go billing. <b>Thanks to Cubence for supporting this project!</b> Register <a href="https://cubence.com/signup">here</a> to get started!</td> |
| 59 | </tr> |
| 60 | </table> |
| 61 | |
| 62 | |
| 63 | --- |
| 64 | |
| 65 | ## 🤝 Come Build With Us! |
| 66 | |
| 67 | <p align="center"> |
| 68 | <img src="docs/images/QQ.png" alt="LiveAgent QQ Group" width="300" /> |
| 69 | </p> |
| 70 | |
| 71 | <p align="center"> |
| 72 | Scan the QR code to join our QQ group and help drive LiveAgent development!<br/> |
| 73 | (Why a QQ group? It just packs a few more features than a WeChat group~) |
| 74 | </p> |
| 75 | |
| 76 | |
| 77 | --- |
| 78 | |
| 79 | ## Why LiveAgent? |
| 80 | |
| 81 | LiveAgent is a **local-first** AI agent desktop client. It deeply integrates large language model reasoning with local system tools, so the AI can genuinely operate your file system, run commands, and manage scheduled tasks — while the Gateway enables remote access and collaboration. |
| 82 | |
| 83 | - **An agent that actually gets things done** — beyond chat: read and write files, make precise edits, run Bash, and supervise long-running proce |