{"id":45045792,"url":"https://github.com/getpaseo/paseo","last_synced_at":"2026-04-18T15:09:01.889Z","repository":{"id":338729674,"uuid":"1075381375","full_name":"getpaseo/paseo","owner":"getpaseo","description":"Orchestrate coding agents remotely from your phone, desktop and CLI","archived":false,"fork":false,"pushed_at":"2026-04-15T14:03:11.000Z","size":63179,"stargazers_count":3514,"open_issues_count":248,"forks_count":294,"subscribers_count":17,"default_branch":"main","last_synced_at":"2026-04-15T16:06:51.854Z","etag":null,"topics":["ade","agents","claude-code","codex","copilot","developer-tools","gemini","mobile","opencode","orchestration","pi"],"latest_commit_sha":null,"homepage":"https://paseo.sh","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getpaseo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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},"funding":{"github":["boudra"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-10-13T12:27:02.000Z","updated_at":"2026-04-15T16:02:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"405adac9-8fd1-4058-a5e8-db79646c650f","html_url":"https://github.com/getpaseo/paseo","commit_stats":null,"previous_names":["getpaseo/paseo"],"tags_count":135,"template":false,"template_full_name":null,"purl":"pkg:github/getpaseo/paseo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpaseo%2Fpaseo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpaseo%2Fpaseo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpaseo%2Fpaseo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpaseo%2Fpaseo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getpaseo","download_url":"https://codeload.github.com/getpaseo/paseo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getpaseo%2Fpaseo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31973302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["ade","agents","claude-code","codex","copilot","developer-tools","gemini","mobile","opencode","orchestration","pi"],"created_at":"2026-02-19T08:03:22.345Z","updated_at":"2026-04-18T15:09:01.863Z","avatar_url":"https://github.com/getpaseo.png","language":"TypeScript","funding_links":["https://github.com/sponsors/boudra"],"categories":["TypeScript","CLIs","AI Agent Frameworks \u0026 SDKs"],"sub_categories":["Multi-Agent Collaboration Systems"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"packages/website/public/logo.svg\" width=\"64\" height=\"64\" alt=\"Paseo logo\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003ePaseo\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eManage coding agents from your phone and desktop.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://paseo.sh/paseo-mockup.png\" alt=\"Paseo app screenshot\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n---\n\n\u003e [!WARNING]\n\u003e **Early development** — Features may break or change without notice. Use at your own risk.\n\nPaseo is a self-hosted daemon for Claude Code, Codex, and OpenCode. Agents run on your machine with your full dev environment. Connect from phone, desktop, or web.\n\n## Getting Started\n\n```bash\nnpm install -g @getpaseo/cli\npaseo\n```\n\nThen open the app and connect to your daemon.\n\nFor full setup and configuration, see:\n- [Docs](https://paseo.sh/docs)\n- [Configuration reference](https://paseo.sh/docs/configuration)\n\n## Development\n\nQuick monorepo package map:\n- `packages/server`: Paseo daemon (agent process orchestration, WebSocket API, MCP server)\n- `packages/app`: Expo client (iOS, Android, web)\n- `packages/cli`: `paseo` CLI for daemon and agent workflows\n- `packages/desktop`: Tauri desktop app\n- `packages/relay`: Relay package for remote connectivity\n- `packages/website`: Marketing site and documentation (`paseo.sh`)\n\nCommon commands:\n\n```bash\n# run all local dev services\nnpm run dev\n\n# run individual surfaces\nnpm run dev:server\nnpm run dev:app\nnpm run dev:website\n\n# repo-wide checks\nnpm run typecheck\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetpaseo%2Fpaseo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetpaseo%2Fpaseo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetpaseo%2Fpaseo/lists"}