Skip to main content

OpenAgentd

OpenAgentd

Apache 2.0 Python 3.14 React 19 Discord

A local-first cockpit for AI agents.
Run an agent team on your machine, see every tool call and diff, and keep your models, sessions, workspaces, and telemetry under your control.

Get started · Features · Discord · Facebook Group · Issues · Contribute

OpenAgentd annotated multi-agent cockpit

Why OpenAgentd

Most coding agents live in a terminal or an editor. OpenAgentd is the cockpit around them: a native desktop app and mobile companion where you can run a lead with specialists, follow work in real time, inspect what changed, and keep moving without losing context.

  • See the work. Streamed replies, tool calls, arguments, results, timings, files, diffs, terminal output, and agent status are visible in one interface.
  • Run a team. A lead can delegate to specialists, coordinate them through an async mailbox, and let you watch individual or unified timelines.
  • Work in real repositories. Coding sessions open local folders, support isolated git worktrees, show changes and history, and return language-server diagnostics after edits.
  • Choose your models. Use your own keys with major cloud and local providers, including Anthropic, OpenAI, Gemini, OpenRouter, Bedrock, Copilot, Codex, Ollama, and more.
  • Stay local-first. Sessions, telemetry, configuration, and the API server run on your machine. Connect a mobile client or another desktop securely when you need to.

The versioned feature catalogue is the canonical record of shipped capabilities.

Get started

Desktop app

Install the current desktop release:

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/lthoangg/openagentd/main/install.sh | sh
# Windows PowerShell
irm https://raw.githubusercontent.com/lthoangg/openagentd/main/install.ps1 | iex

Open OpenAgentd from your applications folder or Start menu. The desktop app runs its bundled backend automatically, and new installations can start a conversation immediately with the keyless OpenCode Zen default. Add another provider in Settings whenever you want to switch models.

Release artifacts are available for macOS, Windows, and Linux on the latest release page. Unsigned desktop builds may require an explicit operating-system confirmation before first launch.

CLI server

Install the backend when you want to run it from a terminal, use a browser client, or connect another device:

uv tool install openagentd
openagentd

The server creates its default agents and configuration on first start. Open the printed local address and add a provider in Settings. For a phone or another computer on your network:

openagentd start --lan --key
openagentd address
openagentd health

--key protects non-loopback access. Use openagentd --help and <command> --help for the current command reference.

From source

git clone https://github.com/lthoangg/openagentd.git
cd openagentd
uv sync
bun install --cwd web
make run

For frontend development in a second terminal:

cd web && bun dev

What it feels like

A conversation that can act A workspace that stays in view
Split cockpit view with lead and worker agents Coding workspace with files and diffs
Inspect changes Keep an eye on local usage
Inline diff inspector Telemetry summary

Built for the whole loop

Plan and delegate. Ask for a plan before code changes, then let a lead split independent work across specialists. View the unified timeline when you want the story, or focus on one agent when you need detail.

Build and inspect. Attach files, browse a coding workspace, use @ mentions, review real-time diffs, and inspect structured tool output without leaving the conversation.

Operate with confidence. Manage providers, MCP servers, skills, path denylist permissions, scheduled tasks, todos, and local telemetry from the cockpit. OpenAgentd supports desktop, browser, and touch-first mobile clients against the same API.

For users and contributors

  • Features — shipped, version-cited capabilities.
  • Releases — download builds and read release notes.
  • Discord — join the community server to chat and ask questions.
  • Facebook Group — join the community group to connect and share.
  • Issues — feature requests, bugs, roadmap discussion, and known issues.
  • Security policy — report vulnerabilities privately.
  • Contributing — set up a development checkout and submit changes.

OpenAgentd is licensed under Apache 2.0.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openagentd-2.0.0.tar.gz (17.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openagentd-2.0.0-py3-none-any.whl (790.8 kB view details)

Uploaded Python 3

File details

Details for the file openagentd-2.0.0.tar.gz.

File metadata

  • Download URL: openagentd-2.0.0.tar.gz
  • Upload date:
  • Size: 17.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for openagentd-2.0.0.tar.gz
Algorithm Hash digest
SHA256 ce0968925be1738470c788d60499e0a54266db96a7c95897f0c3eb22968ac7bd
MD5 88d11681ad608fd7490884bbfde8c8d8
BLAKE2b-256 19cff0303c62354d77d834d4c9047ee8fd2d9477d4de82321177fc9ed0119427

See more details on using hashes here.

File details

Details for the file openagentd-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: openagentd-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 790.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for openagentd-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 abb0d352d7d51917d23464ed0f9757365557403227522cbcf07aa64f4f3ad279
MD5 b024e6b7188e88d3d79d7cf0663edf0b
BLAKE2b-256 2eaa5d2ec53966aac77e2ce17875af00445055c3d1fed645f38a53f98ee2936e

See more details on using hashes here.

Release history Release notifications | RSS feed

2.2.0

2 files

2.1.0

2 files

This release

2.0.0 This release

2 files

1.133.0

2 files

1.132.0

2 files

1.131.5

2 files

1.131.4

2 files

1.131.3

2 files

1.131.2

2 files

1.131.1

2 files

1.131.0

2 files

1.130.0

2 files

1.129.0

2 files

1.128.0

2 files

1.127.0

2 files

1.126.0

2 files

1.125.0

2 files

1.124.0

2 files

1.123.2

2 files

1.123.1

2 files

1.123.0

2 files

1.122.2

2 files

1.122.1

2 files

1.122.0

2 files

1.121.0

2 files

1.120.4

2 files

1.120.3

2 files

1.120.2

2 files

1.120.1

2 files

1.120.0

2 files

1.119.0

2 files

1.118.0

2 files

1.117.0

2 files

1.116.0

2 files

1.115.2

2 files

1.115.1

2 files

1.115.0

2 files

1.114.0

2 files

1.113.4

2 files

1.113.3

2 files

1.113.2

2 files

1.113.1

2 files

1.113.0

2 files

1.112.1

2 files

1.112.0

2 files

1.111.0

2 files

1.110.0

2 files

1.109.0

2 files

1.108.1

2 files

1.108.0

2 files

1.107.0

2 files

1.106.0

2 files

1.105.0

2 files

1.104.3

2 files

1.104.2

2 files

1.104.1

2 files

1.104.0

2 files

1.103.0

2 files

1.102.0

2 files

1.101.1

2 files

1.101.0

2 files

1.100.0

2 files

1.99.7

2 files

1.99.6

2 files

1.99.5

2 files

1.99.4

2 files

1.99.3

2 files

1.99.2

2 files

1.99.1

2 files

1.99.0

2 files

1.98.0

2 files

1.97.0

2 files

1.96.0

2 files

1.95.0

2 files

1.94.0

2 files

1.93.0

2 files

1.92.0

2 files

1.91.0

2 files

1.90.0

2 files

1.89.0

2 files

1.88.0

2 files

1.87.0

2 files

1.86.0

2 files

1.85.0

2 files

1.84.0

2 files

1.83.1

2 files

1.83.0

2 files

1.82.0

2 files

1.81.0

2 files

1.80.0

2 files

1.79.0

2 files

1.78.0

2 files

1.77.0

2 files

1.76.2

2 files

1.76.1

2 files

1.76.0

2 files

1.75.0

2 files

1.74.0

2 files

1.73.0

2 files

1.72.0

2 files

1.71.0

2 files

1.70.1

2 files

1.70.0

2 files

1.69.0

2 files

1.68.0

2 files

1.67.0

2 files

1.66.0

2 files

1.65.0

2 files

1.64.0

2 files

1.63.0

2 files

1.62.1

2 files

1.62.0

2 files

1.61.0

2 files

1.60.0

2 files

1.59.0

2 files

1.58.0

2 files

1.57.7

2 files

1.57.6

2 files

1.57.5

2 files

1.57.4

2 files

1.57.3

2 files

1.57.2

2 files

1.57.1

2 files

1.57.0

2 files

1.56.1

2 files

1.56.0

2 files

1.55.0

2 files

1.54.2

2 files

1.54.1

2 files

1.54.0

2 files

1.53.1

2 files

1.53.0

2 files

1.52.2

2 files

1.52.1

2 files

1.52.0

2 files

1.51.4

2 files

1.51.3

2 files

1.51.2

2 files

1.51.1

2 files

1.51.0

2 files

1.50.0

2 files

1.49.1

2 files

1.49.0

2 files

1.48.0

2 files

1.47.0

2 files

1.46.0

2 files

1.45.1

2 files

1.45.0

2 files

1.44.11

2 files

1.44.10

2 files

1.44.9

2 files

1.44.8

2 files

1.44.7

2 files

1.44.6

2 files

1.44.5

2 files

1.44.4

2 files

1.44.3

2 files

1.44.2

2 files

1.44.1

2 files

1.44.0

2 files

1.43.3

2 files

1.43.2

2 files

1.43.1

2 files

1.43.0

2 files

1.42.0

2 files

1.41.0

2 files

1.40.0

2 files

1.39.0

2 files

1.38.0

2 files

1.37.0

2 files

1.36.0

2 files

1.35.0

2 files

1.34.0

2 files

1.33.0

2 files

1.32.0

2 files

1.31.0

2 files

1.30.0

2 files

1.29.0

2 files

1.28.0

2 files

1.27.0

2 files

1.26.0

2 files

1.25.0

2 files

1.24.0

2 files

1.23.0

2 files

1.22.8

2 files

1.22.7

2 files

1.22.6

2 files

1.22.5

2 files

1.22.4

2 files

1.22.3

2 files

1.22.2

2 files

1.22.1

2 files

1.22.0

2 files

1.21.0

2 files

1.20.1

2 files

1.20.0

2 files

1.19.0

2 files

1.18.2

2 files

1.18.0

2 files

1.17.3

2 files

1.17.0

2 files

1.16.0

2 files

1.15.0

2 files

1.14.0

2 files

1.13.0

2 files

1.12.0

2 files

1.11.0

2 files

1.10.0

2 files

1.9.1

2 files

1.9.0

2 files

1.8.0

2 files

1.7.1

2 files

1.7.0

2 files

1.6.2

2 files

1.6.1

2 files

1.6.0

2 files

1.5.0

2 files

1.4.0

2 files

1.3.0

2 files

1.2.2

2 files

1.2.1

2 files

1.2.0

2 files

1.1.1

2 files

1.1.0

2 files

1.0.11

2 files

1.0.10

2 files

1.0.9

2 files

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.6.0

2 files

0.5.8

2 files

0.5.6

2 files

0.5.5

2 files

0.5.4

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.1

2 files

0.4.0

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.5

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page