{"id":50174513,"url":"https://github.com/jacobaraujo7/remote_pi","last_synced_at":"2026-05-31T19:00:55.300Z","repository":{"id":359923641,"uuid":"1246326761","full_name":"jacobaraujo7/remote_pi","owner":"jacobaraujo7","description":"Control your Pi coding agent from your phone. Pair with a one-time QR code and chat with your local agent — even when you're away from your computer.","archived":false,"fork":false,"pushed_at":"2026-05-27T18:44:26.000Z","size":1349,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-28T05:03:02.399Z","etag":null,"topics":["agent","agents","flutter","ia","pi","picode","rust"],"latest_commit_sha":null,"homepage":"https://remote-pi.jacobmoura.work","language":"Dart","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/jacobaraujo7.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":null,"dco":null,"cla":null}},"created_at":"2026-05-22T04:59:59.000Z","updated_at":"2026-05-28T00:14:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"f24c2764-55f5-45c5-9556-0c0b2c957052","html_url":"https://github.com/jacobaraujo7/remote_pi","commit_stats":null,"previous_names":["jacobaraujo7/remote_pi"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jacobaraujo7/remote_pi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobaraujo7%2Fremote_pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobaraujo7%2Fremote_pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobaraujo7%2Fremote_pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobaraujo7%2Fremote_pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacobaraujo7","download_url":"https://codeload.github.com/jacobaraujo7/remote_pi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacobaraujo7%2Fremote_pi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33744447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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":["agent","agents","flutter","ia","pi","picode","rust"],"created_at":"2026-05-25T02:01:14.108Z","updated_at":"2026-05-31T19:00:55.292Z","avatar_url":"https://github.com/jacobaraujo7.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"branding/logo-full.svg\" width=\"140\" alt=\"Remote Pi logo\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eRemote Pi\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Control your \u003ca href=\"https://github.com/earendil-works/pi\"\u003ePi coding agent\u003c/a\u003e from your phone.\n  Pair with a one-time QR code and chat with your local agent — even when you're away from your computer.\n\u003c/p\u003e\n\n---\n\n## Links\n\n- **Official site** — \u003chttps://remote-pi.jacobmoura.work\u003e\n- **Package documentation** — \u003chttps://pi.dev/packages/remote-pi?name=remote-pi\u003e\n- **GitHub** — \u003chttps://github.com/jacobaraujo7/remote_pi\u003e\n\n### Downloads\n\n| Platform | Status |\n|---|---|\n| Google Play (Android) | [Get it on Google Play](https://play.google.com/store/apps/details?id=work.jacobmoura.remotepi) |\n| App Store (iOS) | [Download on the App Store](https://apps.apple.com/app/remote-pi-coding-agent/id6773499691) |\n| APK (sideload, Android) | [GitHub Releases](https://github.com/jacobaraujo7/remote_pi/releases) |\n\n## What's in this repo\n\n| Package | Stack | Role |\n|---|---|---|\n| [`app/`](./app) | Flutter (iOS / Android) | Mobile client |\n| [`pi-extension/`](./pi-extension) | Node + TypeScript | Pi extension exposing `/remote-pi` |\n| [`relay/`](./relay) | Rust + Tokio | Stateless WebSocket relay |\n| [`site/`](./site) | NextJS | Landing page + legal pages |\n\n## Architecture\n\n```\nFlutter app ──wss──► Relay (Rust) ◄──wss── Pi extension (Node)\n                                                  │\n                                           Local Pi process\n                                                  │\n                                           UDS broker (local mesh)\n                                                  │\n                                           Other agents on the same machine\n```\n\n- **Pairing** via short-lived QR code; peers persisted in Keychain (mobile) and `~/.pi/remote/` (desktop)\n- **TLS in transit** on the WebSocket connection\n- **Ed25519 pairing authentication** — only paired devices can route messages through your peer slot on the relay (challenge-response handshake)\n- **The relay forwards opaque ciphertext** as far as routing is concerned, but the payload itself is **not end-to-end encrypted in the current version** — see [`relay/README.md`](./relay/README.md) for the security trade-offs\n\n## Local agent mesh\n\nWhen multiple Pi agents run on the same machine, they discover each other through\na **Unix Domain Socket broker** managed by the extension. One agent wins the\nleader election and binds the socket; the others connect as clients. After that,\nany agent can send a message or make a request to any other agent by name —\nno relay, no network, no extra config.\n\nTwo LLM-facing tools are exposed in the Pi chat:\n\n- `agent_send` — fire-and-forget message to another local agent\n- `agent_request` — request/response with timeout\n\nThis lets you set up local multi-agent workflows (e.g. a `backend` agent asks a\n`frontend` agent for help) entirely on your machine, in parallel with the remote\nmobile pairing.\n\n## Relay\n\nA free community relay is available at:\n\n```\nwss://relay-rp1.jacobmoura.work\n```\n\nIt's enough to get started, but the relay operator can see the content of your\nmessages and is a single point of trust for routing. **For sensitive work, we\nstrongly recommend running your own relay** — it's a single Docker command and\nthe only thing your traffic ever touches is your own infrastructure.\n\nFull security trade-offs and the self-hosting guide live in\n**[`relay/README.md`](./relay/README.md)**.\n\n## Getting started\n\nInstall the Pi extension in any project where Pi runs:\n\n```bash\npi install npm:remote-pi\n```\n\nThen in the Pi chat, run:\n\n```\n/remote-pi\n```\n\nThe setup wizard walks you through agent name, session name, and relay choice,\nthen prints a QR code. Scan it with the Remote Pi mobile app and you're paired.\n\n## Status\n\nThe MVP is functional. Planning notes and roadmap live in [`plan/`](./plan).\n\n## License\n\nLicense is per-package — see each subproject's `LICENSE` file (the `pi-extension`\nis MIT). A repository-wide license decision is pending.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobaraujo7%2Fremote_pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacobaraujo7%2Fremote_pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacobaraujo7%2Fremote_pi/lists"}