{"id":45823953,"url":"https://github.com/shrijayan/itwillsync","last_synced_at":"2026-03-08T08:05:53.248Z","repository":{"id":340826006,"uuid":"1167786058","full_name":"shrijayan/itwillsync","owner":"shrijayan","description":"Mirror any terminal-based coding agent to your phone over LAN with zero cloud, agent-agnostic.","archived":false,"fork":false,"pushed_at":"2026-03-05T16:21:19.000Z","size":479,"stargazers_count":11,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T17:33:51.626Z","etag":null,"topics":["claude-code","cli-tools","coding-agents","developer-tools","hacktoberfest","lan-only","local-first","terminal-sync"],"latest_commit_sha":null,"homepage":"https://shrijayan.github.io/itwillsync/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shrijayan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-02-26T17:22:13.000Z","updated_at":"2026-03-05T14:27:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/shrijayan/itwillsync","commit_stats":null,"previous_names":["shrijayan/itwillsync"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/shrijayan/itwillsync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrijayan%2Fitwillsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrijayan%2Fitwillsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrijayan%2Fitwillsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrijayan%2Fitwillsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shrijayan","download_url":"https://codeload.github.com/shrijayan/itwillsync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shrijayan%2Fitwillsync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30248493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T05:41:50.788Z","status":"ssl_error","status_checked_at":"2026-03-08T05:41:39.075Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["claude-code","cli-tools","coding-agents","developer-tools","hacktoberfest","lan-only","local-first","terminal-sync"],"created_at":"2026-02-26T21:19:09.173Z","updated_at":"2026-03-08T08:05:53.216Z","avatar_url":"https://github.com/shrijayan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# itwillsync\n\n**[Website](https://shrijayan.github.io/itwillsync/)** | **[npm](https://www.npmjs.com/package/itwillsync)** | **[Demo Video](https://youtu.be/Zc0Tb98CXh0)**\n\nSync any terminal-based coding agent to your phone. Local network or Tailscale. Open source, agent-agnostic, zero cloud.\n\n```\nnpx itwillsync -- claude\nnpx itwillsync -- aider\nnpx itwillsync -- bash\n```\n\n## How it works\n\n1. Run `itwillsync` with your agent command\n2. A QR code appears in your terminal\n3. Scan it on your phone — opens a terminal in your browser\n4. Control your agent from your phone (or both phone and laptop simultaneously)\n\n## Requirements\n\n- Node.js 20+\n- Any terminal-based coding agent (Claude Code, Aider, Goose, Codex, or just `bash`)\n\n## Install \u0026 Use\n\n```bash\n# Run directly (no install needed)\nnpx itwillsync -- claude\n\n# Or install globally\nnpm install -g itwillsync\nitwillsync -- aider --model gpt-4\n```\n\nOn first run, a setup wizard asks how you want to connect — local WiFi or Tailscale. Your choice is saved for future sessions.\n\n## Connect from Anywhere with Tailscale\n\nBy default, your phone needs to be on the same WiFi. With [Tailscale](https://tailscale.com), you can connect from anywhere — coffee shop, cellular, different network.\n\n```bash\n# First time: the setup wizard will detect Tailscale automatically\nitwillsync -- claude\n\n# Or use Tailscale for a single session\nitwillsync --tailscale -- claude\n\n# Switch back to local WiFi for a session\nitwillsync --local -- claude\n\n# Re-run setup anytime\nitwillsync setup\n```\n\n**Setup:** Install Tailscale on both your computer and phone. That's it — itwillsync detects it automatically.\n\n## Options\n\n```\nCommands:\n  setup              Run the setup wizard (change networking mode)\n\nOptions:\n  --port \u003cnumber\u003e    Port to listen on (default: 3456)\n  --localhost         Bind to 127.0.0.1 only (no LAN access)\n  --tailscale         Use Tailscale for this session\n  --local             Use local WiFi for this session\n  --no-qr            Don't display QR code\n  -h, --help         Show help\n  -v, --version      Show version\n```\n\n## Security\n\n- Each session generates a random 64-character token\n- Token is embedded in the QR code URL\n- All WebSocket connections require the token\n- No data leaves your network (local mode) or your Tailscale tailnet\n\n## Works with\n\nClaude Code, Aider, Goose, Codex, Cline, Copilot CLI, or any terminal-based tool.\n\n## Development\n\nSee [docs/development.md](docs/development.md) for architecture, project structure, and contributing guide.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshrijayan%2Fitwillsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshrijayan%2Fitwillsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshrijayan%2Fitwillsync/lists"}