{"id":45872744,"url":"https://github.com/axeldelafosse/agents-ui","last_synced_at":"2026-03-10T02:06:47.044Z","repository":{"id":340742197,"uuid":"1165480944","full_name":"axeldelafosse/agents-ui","owner":"axeldelafosse","description":"The frontend for your background agents. Acts as an official client for Claude Code/Codex CLIs. BYOB (Bring Your Own Backend)","archived":false,"fork":false,"pushed_at":"2026-03-03T19:26:40.000Z","size":1222,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-03T23:38:27.983Z","etag":null,"topics":["agents","background-agents","claude","claude-code","codex","codex-cli","openclaw","opencode","pi"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axeldelafosse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-24T08:00:47.000Z","updated_at":"2026-03-03T19:25:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/axeldelafosse/agents-ui","commit_stats":null,"previous_names":["axeldelafosse/agents-ui"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/axeldelafosse/agents-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldelafosse%2Fagents-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldelafosse%2Fagents-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldelafosse%2Fagents-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldelafosse%2Fagents-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axeldelafosse","download_url":"https://codeload.github.com/axeldelafosse/agents-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axeldelafosse%2Fagents-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30322638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","background-agents","claude","claude-code","codex","codex-cli","openclaw","opencode","pi"],"created_at":"2026-02-27T10:56:31.762Z","updated_at":"2026-03-10T02:06:47.026Z","avatar_url":"https://github.com/axeldelafosse.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agents-ui\n\n```bash\nbun install\nbun dev\n```\n\nOpen http://localhost:3000\n\n- Frontend app: `apps/agents-ui`\n- Relay server: `apps/relay-server` (start with `bun run start:relay-server`)\n\n## Tailscale Discovery\n\nFor agents running across VMs on a Tailscale network, set these env vars for the\nweb app:\n\n```bash\nTAILSCALE_API_KEY=tskey-api-...\nTAILSCALE_TAILNET=-              # \"-\" = your default tailnet\n```\n\nFirst, add the tags to your Tailscale ACL policy\n([admin console → Access Controls](https://login.tailscale.com/admin/acls/file)):\n\n```json\n{\n  \"tagOwners\": {\n    \"tag:agent\":        [\"autogroup:admin\"],\n    \"tag:agent-claude\": [\"autogroup:admin\"],\n    \"tag:agent-codex\":  [\"autogroup:admin\"]\n  }\n}\n```\n\nThen tag your agent VMs when provisioning:\n\n```bash\n# Claude Code relay VM\ntailscale up --advertise-tags=tag:agent-claude\n\n# Codex app-server VM\ntailscale up --advertise-tags=tag:agent-codex\n\n# Both protocols\ntailscale up --advertise-tags=tag:agent\n```\n\n\u003e **Note:** `tailscale up` requires re-specifying all non-default flags.\n\u003e If you get an error, add them (e.g. `--accept-routes`). The error message\n\u003e will show the full command you need.\n\nThe frontend calls `GET /api/discover` on load, which queries the Tailscale API\nfor tagged devices and tries connecting to known ports on each.\n\n## Package releases\n\nShared packages are under `packages/` and are ready to publish as:\n\n- `@axel-delafosse/protocol`\n- `@axel-delafosse/agent-runtime`\n- `@axel-delafosse/ui`\n\nSee `RELEASING.md` for commands and process.\n\nCI release is configured in `.github/workflows/release.yml` and can auto-version/publish on `main` using Changesets.\n\nNo login required — being on the tailnet IS the auth.\n\n## Codex schemas\n\nGenerated Codex app-server types are checked into `codex-app-server-schemas/`.\n\n```bash\n# update from a freshly generated schema directory\nbun run update:codex-schemas\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxeldelafosse%2Fagents-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxeldelafosse%2Fagents-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxeldelafosse%2Fagents-ui/lists"}