Desktop AI Agents

April 6, 2026 · View on GitHub

A curated list of on-device AI agent runners, harnesses, and tooling — agents whose control loop runs locally on your desktop, laptop, or workstation rather than on a hosted cloud platform.

The underlying model may be a hosted API (Anthropic, OpenAI, xAI, Mistral…) or a fully local engine (Ollama, llama.cpp, vLLM). What unifies this list is that the harness lives on your machine.

Last updated: 2026-04-06. This list is updated periodically as new projects emerge — expect refreshes on a rolling basis.

Scope

See SCOPE.md for the full inclusion/exclusion rules and grey-area guidance. In short:

In scope: CLI/TUI coding agents, sysadmin-style agents, tooling/orchestrators around agent CLIs, MCP servers, multi-agent frameworks that run locally, computer-use agents, desktop GUI agents, personal AI assistants, terminal assistants, harnesses, and desktop-agent protocols.

Out of scope: cloud-hosted agent platforms, IDE-first tools where the CLI is only a companion, pure inference engines (Ollama, llama.cpp, vLLM) without an agent loop, and frameworks that don't support tool use / MCP directly.

Badge Legend

Each entry is tagged with shields.io badges. Stars and last-commit update dynamically from GitHub.

BadgeMeaning
Type: 1st-partyBuilt by the model vendor (OpenAI, Anthropic, Mistral, GitHub, Moonshot, xAI…)
Type: 3rd-partyIndependent / community project
Interface: CLI Interface: TUI Interface: GUIPrimary interface
Local: Ollama Local: Yes Cloud onlyLocal-model support
MCPSupports MCP (Model Context Protocol)
ToolsSupports tool use / function calling
Use: Code Use: SysadminPrimary use case

Capability badges (Local/MCP/Tools) are best-effort — verify against upstream docs before relying on them.

Table of Contents


1. AI Coding Agents (CLI)

CLI agents designed to work inside a code repository. In scope: tool use, MCP support, local or cloud model support. Out of scope: GUI apps, pure inference engines, IDE-only tools where the CLI is just a companion.

First-party (vendor)

Codex

Stars Last commit Type UI Local Use Major

OpenAI's lightweight coding agent that runs in your terminal.


Copilot CLI

Stars Last commit Type UI Local Use

GitHub Copilot CLI — brings the Copilot coding agent directly to your terminal.


Kimi CLI

Stars Last commit Type UI Local Use

Moonshot's Kimi Code CLI — vendor coding agent for the Kimi model family.


Mistral Vibe

Stars Last commit Type UI Local Use

Minimal CLI coding agent by Mistral.


Third-party

aider

Stars Last commit Type UI Local Use Major

AI pair programming in your terminal. Works with most major models including local ones via Ollama / LiteLLM.


Cougar CLI

Stars Last commit Type UI Use

An AI programming agent for the command line.


crush

Stars Last commit Type UI Use Major

Glamourous agentic coding for all — Charm's Bubble Tea-powered TUI coding agent.


goose

Stars Last commit Type UI MCP Local Use Use Major

Open-source, extensible AI agent that goes beyond code suggestions — install, execute, edit, and test with any LLM. Strong MCP support, straddles code and sysadmin use cases.


Grok CLI

Stars Last commit Type UI Local Use

Open-source autonomous agent powered by Grok.


Hermes Agent

Stars Last commit Type UI Major

"The agent that grows with you" — from Nous Research. Scope / in-repo vs sysadmin usage TBD.


OpenHands

Stars Last commit Type UI UI Local Use Major

OpenHands (formerly OpenDevin) — AI-driven development platform. Runs agents locally in a sandboxed environment, supports many model backends including local ones.


OpenCode

Stars Last commit Type UI Local Use Major

The open source coding agent — provider-agnostic TUI coding agent.


Open SWE

Stars Last commit Type Use

An open-source asynchronous coding agent from the LangChain team.


Pi Mono

Stars Last commit Type UI Use Major

AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods.


Trae Agent

Stars Last commit Type UI Use Major

LLM-based agent for general-purpose software engineering tasks, by ByteDance.


2. Tooling Around Agent CLIs

Tools that wrap, manage, orchestrate, or extend the CLI agents above.

Session & Task Managers

AgentsView

Stars Last commit UI

Local-first desktop and web app for browsing, searching, and analyzing AI agent coding sessions across Claude Code, Codex, Gemini, OpenCode, Copilot, and more.


AI Helpers

Stars Last commit

Developer productivity tools for Claude Code and other AI assistants.


CCManager

Stars Last commit UI

Coding Agent Session Manager for Claude Code / Gemini CLI / Codex CLI / Cursor Agent / Copilot CLI / Cline CLI / OpenCode / Kimi CLI.


Codex Switcher

Stars Last commit UI

Desktop application for managing multiple OpenAI Codex CLI accounts.


mux

Stars Last commit UI

A desktop app for isolated, parallel agentic development, from Coder.


Vibe Kanban

Stars Last commit Major

Kanban-style task manager for orchestrating Claude Code, Codex, and other coding agents — get more out of any agent CLI.


Orchestrators

AgentChattr

Stars Last commit Local

Free, local chat where AI coding agents can tag each other, talk, and coordinate alongside the human.


AgentFlow

Stars Last commit

Programmatically orchestrate thousands of agents and harnesses as a graph.


Agent Orchestrator

Stars Last commit

Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and handles CI fixes, merge conflicts, and code reviews.


Blackbox CLI

Stars Last commit UI

BLACKBOX CLI for running multi-agents locally with a Judge to select the best task implementation.


helix

Stars Last commit Local

Private Agent Fleet with Spec Coding — each agent gets its own GPU-accelerated desktop. Runs Claude, Codex, Gemini, and open models on a full private AI stack.


Tools & MCP Servers

AgentFS

Stars Last commit

A filesystem designed for agents, from the Turso team.


Chrome DevTools MCP

Stars Last commit MCP Major

Chrome DevTools for coding agents — exposes browser debugging to agents via MCP.


DesktopCommanderMCP

Stars Last commit MCP Use

MCP server giving Claude terminal control, filesystem search, and diff-file editing.


Skill Scanner

Stars Last commit

Security scanner for Agent Skills, from Cisco AI Defense.


Context & Data Access

Agent-Reach

Stars Last commit UI Major

Give your AI agent eyes on the internet — read and search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu from one CLI.


Agent Browser

Stars Last commit UI Major

Browser automation CLI for AI agents.


3. Multi-Agent Frameworks

On-device multi-agent orchestration.

Agency Agents

Stars Last commit Major

A complete AI agency at your fingertips — specialized expert agents with personalities, processes, and deliverables.


Agency Swarm

Stars Last commit

A reliable multi-agent orchestration framework.


Aurogen

Stars Last commit

The multi-agent evolution of OpenClaw.


hive

Stars Last commit Major

Multi-Agent Harness for Production AI.


Open Multi-Agent

Stars Last commit

TypeScript multi-agent framework — one runTeam() call from goal to result. Auto task decomposition, parallel execution, three dependencies, deploys anywhere Node.js runs.


ROMA

Stars Last commit

Recursive-Open-Meta-Agent — a meta-agent framework for building high-performance multi-agent systems.


Shannon

Stars Last commit

A production-oriented multi-agent orchestration framework.


wshobson/agents

Stars Last commit Major

Intelligent automation and multi-agent orchestration for Claude Code.


4. Harnesses & Specifications

Open formats, specs, and framework-level harnesses that cut across individual agent CLIs.

AGENTS.md

Stars Last commit Major

AGENTS.md — a simple, open format for guiding coding agents.


AgentSkills

Stars Last commit Major

Specification and documentation for Agent Skills.


gh-aw

Stars Last commit

GitHub Agentic Workflows — a gh extension for defining and running agentic workflows.


Oh My OpenAgent

Stars Last commit Major

omo — an agent harness (formerly oh-my-opencode).


OpenAgentsControl

Stars Last commit

Plan-first AI agent framework with approval-based execution, multi-language support, and built-in testing/review — built for OpenCode.


OpenAkita

Stars Last commit

Open-source AI assistant framework with skills and agent architecture.


OpenHarness

Stars Last commit

Open Agent Harness — research project from HKUDS.


stakpak/agent

Stars Last commit UI Use

Ship your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running.


statelyai/agent

Stars Last commit

Create state-machine-powered LLM agents using XState.


5. Computer-Use & Agent Operating Systems

Agents that drive the whole OS / desktop — mouse, keyboard, windows, filesystem — rather than being confined to a repo.

Agent Desktop

Stars Last commit UI Use

Native desktop automation CLI for AI agents. Controls any app through OS accessibility trees with structured JSON output.


Agent-S

Stars Last commit Use Major

Open agentic framework that uses computers like a human.


AgentCPM-GUI

Stars Last commit Local

On-device GUI agent for operating Android apps, with reinforcement fine-tuning for efficient task execution.


Clawdcursor

Stars Last commit Use

AI desktop agent that sees your screen, controls your cursor, and completes tasks autonomously.


cua

Stars Last commit Use Major

Open-source infrastructure for computer-use agents — sandboxes, SDKs, and benchmarks for agents that control macOS/Linux/Windows desktops.


MobiAgent

Stars Last commit

An intelligent GUI agent for mobile phones.


MobileAgent

Stars Last commit Use

Mobile-Agent: a powerful GUI agent family for operating mobile devices.


Open Computer Use

Stars Last commit Use

State-of-the-art (82% OSWorld Verified) computer-using agent, fully open-source.


OpenFang

Stars Last commit Use Major

Open-source Agent Operating System.


OpenYak

Stars Last commit Local Use

Open-source desktop AI agent that handles your documents, files, and daily workflows — locally, with any model.


OpenRoom

Stars Last commit Use

Browser-based desktop where an AI agent operates every app through natural language.


surf

Stars Last commit Use

Computer-use AI agent powered by OpenAI that interacts with E2B's virtual desktop environment through natural language. Harness runs locally; the sandboxed desktop is E2B-hosted.


terminaI

Stars Last commit Use

Local-first alternative to Cowork-style computer assistants: real PTY terminal ops, explicit approvals, JSONL audit logs. Windows + Linux + macOS, model-agnostic.


UI-TARS-desktop

Stars Last commit UI Use Major

Open-source multimodal AI agent stack connecting cutting-edge AI models and agent infra, by ByteDance.


6. Desktop GUIs & Cowork Clones

Desktop GUI applications for running agents, including the rapidly growing crop of open-source Claude Cowork alternatives.

Amon Agent

Stars Last commit UI

Amon — your AI coworker running on your desktop.


ClawX

Stars Last commit UI

Desktop GUI for OpenClaw — turns CLI-based AI orchestration into a desktop experience.


CodePilot

Stars Last commit UI MCP

Multi-model AI agent desktop client — connect any provider, extend with MCP & skills, control from your phone. Built with Electron + Next.js.


CoWork-OS

Stars Last commit Local

Self-hosted OS for personal AI agents. Security-first, multi-channel (WhatsApp, Telegram, Discord, Slack, iMessage), multi-provider (Claude, GPT, Gemini, Ollama).


Deep Agents UI

Stars Last commit UI

Custom UI for LangChain's Deep Agents.


Deepseek-Cowork

Stars Last commit UI

Claude Cowork alternative — browser automation & AI assistant powered by DeepSeek.


eigent

Stars Last commit UI Local Major

Open-source Cowork desktop. Local and free alternative to Claude Cowork.


Hello Halo

Stars Last commit UI

7×24 desktop AI agent with visual interface, remote access, file management, and built-in AI browser.


kuse_cowork

Stars Last commit UI

Open-source alternative to Claude Cowork desktop app, by Kuse.


LemonAI

Stars Last commit Local

Full-stack open-source self-evolving general AI agent — a fully local alternative to platforms like Manus and Genspark.


magic

Stars Last commit UI Use

Fully autonomous AI-based software development assistant.


open-claude-cowork (Composio)

Stars Last commit UI

Open-source Claude Cowork with 500+ SaaS app integrations.


Open-Claude-Cowork (DevAgentForge)

Stars Last commit UI

Open-source Claude Cowork desktop AI assistant for programming, file management, and general tasks.


OpenCowork (AIDotNet)

Stars Last commit UI

Open-source Claude Cowork for Windows, macOS, and Linux.


OpenChamber

Stars Last commit UI

Desktop and web interface for the opencode AI agent.


OpenWork

Stars Last commit UI Major

Open-source alternative to Claude Cowork built for teams, powered by opencode.


skales

Stars Last commit UI Local

Local desktop AI agent for Windows/macOS/Linux with Agent Skills (SKILL.md), autonomous coding, multi-agent teams, desktop automation, 15+ AI providers. No Docker, no terminal.


witsy

Stars Last commit UI MCP

Desktop AI assistant / universal MCP client.


workany

Stars Last commit UI

Desktop agent for any task.


7. Personal AI Assistants

General-purpose, always-on personal assistants that run on your machine.

clawlet

Stars Last commit

Ultra-lightweight, efficient personal AI assistant.


CoPaw

Stars Last commit Major

Personal AI assistant easy to install and deploy on your own machine. Supports multiple chat apps with extensible capabilities.


deepchat

Stars Last commit UI

Smart assistant that connects powerful AI to your personal world.


Everywhere

Stars Last commit UI MCP

Context-aware AI desktop assistant that integrates multiple LLMs and MCP tools.


goclaw

Stars Last commit

Open-source AI assistant framework, a Go-flavored openclaw.


Inbox Zero

Stars Last commit UI Major

Open-source AI personal assistant for email — reach inbox zero fast. Domain-specific: email.


leon

Stars Last commit Major

Leon — your open-source personal assistant.


mimiclaw

Stars Last commit

Run OpenClaw on a $5 chip — hardware-oriented agent OS with no Linux/Node/Raspberry Pi dependency.


nullclaw

Stars Last commit

Fastest, smallest, fully autonomous AI assistant infrastructure, written in Zig.


OpenClaw

Stars Last commit Major

Your own personal AI assistant — any OS, any platform. 🦞


RoboClaw

Stars Last commit

Embodied AI assistant from MINT-SJTU. Outlier: embodied/robotics — parked here pending a dedicated section.


Sentient

Stars Last commit

A personal AI assistant for everyone.


youclaw

Stars Last commit

🦞 Personal AI assistant with memory, skills, and scheduled tasks.


zeroclaw

Stars Last commit Major

Fast, small, fully autonomous AI personal-assistant infrastructure — any OS, any platform.


8. Terminal Assistants

Shell-integrated AI helpers — less "agent in a repo", more "AI that lives in your terminal".

AIChat

Stars Last commit UI Local

All-in-one LLM CLI with Shell Assistant, Chat-REPL, RAG, and AI tools/agents. Supports OpenAI, Claude, Gemini, Ollama, Groq, and more.


shell-ai

Stars Last commit UI

A delightfully minimal, remarkably powerful AI shell assistant.


TmuxAI

Stars Last commit UI

AI-powered, non-intrusive terminal assistant that lives inside tmux.


9. Protocols

Open protocols and specifications for desktop agent interop.

AG-UI

Stars Last commit Major

AG-UI — the Agent-User Interaction Protocol. Bring agents into frontend applications.


10. Wallets & Payments

Capabilities for on-device agents that need to hold funds or transact.

AgentKit

Stars Last commit

"Every AI agent deserves a wallet." Coinbase's toolkit for giving agents on-chain wallet capabilities.


AgentKit (0xGasless)

Stars Last commit

Toolkit giving AI agents access to crypto wallets and on-chain functionality, powered by the 0xGasless SDK.


GOAT

Stars Last commit

The leading agentic finance toolkit for AI agents.


11. Skill Collections

Collections of portable agent "skills" — prompt/instruction packages designed to plug into multiple agent harnesses.

addyosmani/agent-skills

Stars Last commit

Production-grade engineering skills for AI coding agents.


Agent-Skills-for-Context-Engineering

Stars Last commit Major

Collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.


awesome-agent-skills

Stars Last commit Major

Claude Code Skills and 1000+ agent skills from official dev teams and the community — compatible with Codex, Antigravity, Gemini CLI, Cursor, and others.


superpowers

Stars Last commit Major

An agentic skills framework and software development methodology that works.


vercel-labs/agent-skills

Stars Last commit Major

Vercel's official collection of agent skills.


apify/agent-skills

Stars Last commit

Collection of Apify Agent Skills for web scraping and automation.


aws-agent-skills

Stars Last commit

AWS skills for agents.


awesome-agent-skills (libukai)

Stars Last commit

The Ultimate Guide to Agent Skills: quickstart, resources, features, and toolkit.


obsidian-skills

Stars Last commit Major

Agent skills for Obsidian — teach your agent to use Markdown, Bases, JSON Canvas, and the Obsidian CLI.


tech-leads-club/agent-skills

Stars Last commit

Secure, validated skill registry for professional AI coding agents — extends Claude Code, Cursor, Copilot, Antigravity, and more.


12. Voice & Speech Agents

Agents whose primary interaction modality is voice — speech-to-speech, voice companions, realtime voice agents.

LiveKit Agents

Stars Last commit

Framework for building realtime voice AI agents.


My Neuro

Stars Last commit Local

Create your own AI desktop companion with customizable characters and voice conversations (~1s response). Long-term memory, visual recognition, voice cloning, Live2D.


Speech-to-Speech

Stars Last commit Local

Build local voice agents with open-source models.


13. Remote Access & Mobile UIs

Bridges that let you drive a desktop agent from your phone, tablet, or another device — keeping the agent loop on your machine.

clsh

Stars Last commit

Access your terminal and your AI agent from any device — phone, tablet, desktop.


OpenCode Manager

Stars Last commit UI

Mobile-first web interface for opencode AI agents. Manage and code with multiple opencode agents from any device (phone, tablet, desktop). Git integration, file management, real-time chat, Docker deploy.


paseo

Stars Last commit

Manage agents remotely from your phone, desktop, and CLI.


14. Memory

Memory layers that give on-device agents persistent recall across sessions.

Beads

Stars Last commit Major

A memory upgrade for your coding agent.


Hindsight

Stars Last commit

Agent memory that learns over time.


Mem0

Stars Last commit Major

The memory layer for AI agents — persistent, personalized memory across sessions.


OpenViking

Stars Last commit Major

Open-source context database for AI agents (e.g. OpenClaw) — unifies memory, resources, and skills via a filesystem paradigm with hierarchical, self-evolving context delivery.


15. Gateways & Proxies

Proxies and aggregators that sit between desktop agents and the services/tools they call.

1MCP

Stars Last commit MCP

Unified MCP server that aggregates multiple MCP servers into one.


AgentGateway

Stars Last commit MCP

Next-generation agentic proxy for AI agents and MCP servers.


16. Browser Extensions & Web Agents

Browser-resident agents and toolkits for driving the browser from an on-device agent.

AgentQL

Stars Last commit

Suite of tools for connecting AI to the web — query language and Playwright integrations for precise element interaction and data extraction.


AIPex

Stars Last commit

AI browser-automation assistant, privacy-first. Alternative to Manus Browser Operator, Claude Chrome, and Agent Browser.


NativeMindExtension

Stars Last commit Local

NativeMind — fully private, open-source, on-device AI assistant that lives as a browser extension.


Browser Agent (Magnitude)

Stars Last commit

Open-source, vision-first browser agent.


OpenBrowser

Stars Last commit

Autonomous toolkit that lets AI agents browse the web.


17. Research Assistants

Agents focused on long-form research, deep diligence, and report generation.

Company Research Agent

Stars Last commit

Multi-agent company-research / due-diligence tool built on LangGraph and Tavily, using Gemini and GPT-class models on the backend.


Dexter

Stars Last commit Major

An autonomous agent for deep financial research.


Other curated lists worth browsing alongside this one.

Awesome-AI

Stars Last commit

Curated list of awesome AI tools — broader in scope than this list.


Contributing

Suggestions and PRs are very welcome — especially to fill in missing badges (local-model support, MCP, vendor vs third-party). Open a PR or reach out: public@danielrosehill.com.

When adding a project, please include:

  • Name + GitHub link
  • Stars + last-commit badges (dynamic shields.io)
  • Type badge: 1st-party or 3rd-party
  • Interface badge: CLI / TUI / GUI
  • Local-model support (Ollama / Yes / No)
  • MCP + tool-use badges where applicable
  • Use-case badge: Code / Sysadmin
  • 1–2 sentence description, language, author link

Disclaimer

This list is non-exhaustive and best-effort. Inclusion is not an endorsement, exclusion is not a judgment. The on-device agent space is moving fast — expect gaps, staleness, and occasional mis-classification. Verify capability claims (especially local-model and MCP support) against upstream docs.


Maintained by Daniel Rosehill