LiveAgent is a local-first AI agent desktop client supporting multi-model access, local tool execution, and a MCP & Skills ecosystem with remote gateway capability. It emphasizes local operations with optional browser-based control via a gateway.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (2 so far).
What it is
LiveAgent is a local-first AI agent desktop client that provides multi-model access, local tool execution, and an MCP & Skills ecosystem. It supports remote gateway access to control the local agent from a browser and runs on macOS, Windows, and Linux.
How it works
The project comprises a desktop GUI built with Tauri, React, and Rust, and a Gateway service written in Go. The architecture shows a Browser WebUI communicating with the Agent Gateway over WebSocket + Protobuf, with the Gateway bridging to various models and local tools via MCP and Skills. The system supports local file system operations, Bash/long-running processes, and memory with Markdown + SQLite FTS. It enables remote access through a WebUI via the Gateway.
Getting started
Installers are published via GitHub Releases. System requirements cover macOS (Intel and Apple Silicon), Windows (x64 with WebView2), and Linux (x86_64 with WebKitGTK 4.1). The README provides deployment steps for the Gateway with Docker commands:
docker pull ghcr.io/stack-cairn/liveagent-gateway:latest
docker run -d \
--name liveagent-gateway \
--restart unless-stopped \
-p 3000:8080 \
-e LIVEAGENT_GATEWAY_TOKEN=your-token \
ghcr.io/stack-cairn/liveagent-gateway:latest
docker pull ghcr.io/stack-cairn/liveagent-gateway:latest \
&& docker rm -f liveagent-gateway \
&& docker run -d \
--name liveagent-gateway \
--restart unless-stopped \
-p 3000:8080 \
-e LIVEAGENT_GATEWAY_TOKEN=your-token \
ghcr.io/stack-cairn/liveagent-gateway:latest \
&& docker image prune -f
Recent releases
Latest: v1.1.6 LiveAgent v1.1.6 (2026-07-20) with sharper composer behavior, improved provider and memory settings, plus more flexible edit and compaction handling. Previous: v1.1.5 (2026-07-20) improved configuration workflows, chat navigation, Skills/MCP imports, cron task controls, provider request setup, and gateway move to v2 WebSocket+Prot. Earlier: v1.1.4 (2026-07-17) improved settings with system proxy support and moved provider model fetching to the desktop. Also v1.1.3 (2026-07-17) improved automation runs, chat rendering/history reliability, model selection, WebView compatibility, and desktop close-window behavior. v1.1.2 (2026-07-17) improved chat usability, transcript performance, and added conversation branching and workspace conveniences.
Traction
Stars: 1101
Behind the repo
LiveAgent is hosted by Stack-Cairn and focuses on local-first AI agents with a remote gateway. It is built as a multi-repo workspace with a desktop GUI and a gateway service, using Tauri, React, Rust, and Go.
Caveats
License: MIT. Created on 2026-05-24; last push 2026-07-20. Open issues: 21. The project provides downloadable installers and deployment guidance, including containerized gateway deployment and nginx proxy details. No API key leakage; keys are stored locally and the gateway acts as a relay.






