{"id":50470610,"url":"https://github.com/pixcapsoft/devsync","last_synced_at":"2026-06-01T10:30:43.079Z","repository":{"id":355610069,"uuid":"1228811633","full_name":"pixcapsoft/devsync","owner":"pixcapsoft","description":"A GUI tool for devs that monitor your files and sync them with android system. Great for android developers.","archived":false,"fork":false,"pushed_at":"2026-05-04T12:26:35.000Z","size":32,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T14:18:23.903Z","etag":null,"topics":["android","android-development","android-studio","developer-tools","devsync","python","python-tools","tool","windows","windows-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","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/pixcapsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":null,"dco":null,"cla":null}},"created_at":"2026-05-04T12:02:51.000Z","updated_at":"2026-05-04T12:53:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pixcapsoft/devsync","commit_stats":null,"previous_names":["pixcapsoft/devsync"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pixcapsoft/devsync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixcapsoft%2Fdevsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixcapsoft%2Fdevsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixcapsoft%2Fdevsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixcapsoft%2Fdevsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixcapsoft","download_url":"https://codeload.github.com/pixcapsoft/devsync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixcapsoft%2Fdevsync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33771627,"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-06-01T02:00:06.963Z","response_time":115,"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":["android","android-development","android-studio","developer-tools","devsync","python","python-tools","tool","windows","windows-tools"],"created_at":"2026-06-01T10:30:42.325Z","updated_at":"2026-06-01T10:30:43.074Z","avatar_url":"https://github.com/pixcapsoft.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e⚡ DevSync ⚡\u003c/h1\u003e\n  \u003cp\u003e\u003cstrong\u003eAutomatic PC → Android file sync over WiFi. No USB. No manual steps.\u003c/strong\u003e\u003c/p\u003e\n  \n  \u003cp\u003e\n    \u003ca href=\"https://www.python.org/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Python-3.10+-blue.svg\" alt=\"Python version\" /\u003e\u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg\" alt=\"Supported Platforms\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Status-Beta-brightgreen.svg\" alt=\"Status\" /\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n**DevSync** is built for developers who want to push build outputs to their Android device automatically every time they build. With a beautiful GUI, managing your device connections and tracked files has never been easier!\n\n## ✨ Features\n\n| Feature | ADB Mode | HTTP Mode |\n|---|:---:|:---:|\n| **Push files/folders to Android** | ✅ Auto | ❌ Manual pull |\n| **Watch \u0026 sync on change** | ✅ | ✅ (serves updated files) |\n| **Handle renames** | ✅ | ⚠️ re-push |\n| **Handle deletes** | ✅ | ⚠️ manual |\n| **No app needed on Android** | ✅ (Dev options) | ✅ (browser) |\n| **Works over WiFi** | ✅ | ✅ |\n\n- **Beautiful Desktop GUI:** Modern dark-themed UI built with CustomTkinter.\n- **Save Devices:** Quick-connect to your favorite Android devices.\n- **Track Pairs:** Automatically push any local directory to a remote Android destination when files change.\n\n---\n\n## 🛠 Prerequisites\n\n**PC side:**\n- **Python 3.10+**\n- **Android Platform Tools** ([Download here](https://developer.android.com/tools/releases/platform-tools)) (`adb` must be in your PATH)\n\n**Android side (ADB mode):**\n- **Developer Options** enabled.\n- **Android 11+:** Enable **Wireless Debugging**.\n- **Older Androids:** Connect via USB once, run `adb tcpip 5555`, then disconnect USB.\n\n---\n\n## 🚀 Installation \u0026 Getting Started\n\n1. **Visit [Release](https://github.com/pixcapsoft/devsync/releases/latest) and get the latest version(Beta only available on Windows) and run it.**\n\n### Build from source\n\n2. **Install requirements:**\n   ```bash\n   pip install -r requirements.txt\n   ```\n3. **Run the GUI:**\n   ```bash\n   python gui.py\n   ```\n\n### Quick Start (GUI)\n\n1. **Enable Wireless Debugging** on your Android device (Settings \u003e Developer Options \u003e Wireless Debugging) and note the IP Address \u0026 Port.\n2. Open **DevSync GUI** and navigate to the **Connect** tab.\n3. Enter the Android IP Address and Port, then click **Connect**.\n4. Go to the **Files** tab and add a local file/folder and its Android destination path (e.g., `/sdcard/Download/app-debug.apk`).\n5. Head over to the **Sync** tab and hit **Start Watch**! 🎉\n\nEvery time your files change or you run a build, your new files will be pushed to your Android automatically.\n\n---\n\n## 💻 Command Line Interface (CLI)\n\nIf you prefer the terminal, DevSync still has full CLI support!\n\n```bash\n# Connect to Android over WiFi\npython cli/devsync.py connect --ip \u003cIP\u003e\n\n# Add a file/folder to track\npython cli/devsync.py add ./my-app/build/outputs /sdcard/DevTest/my-app\n\n# Start watching + auto-sync on changes\npython cli/devsync.py watch\n```\n\n### All CLI Commands\n\n- `connect --ip \u003cIP\u003e`: Connect to Android over WiFi\n- `devices`: List connected devices\n- `add \u003clocal\u003e \u003cremote\u003e`: Add a file/folder to track\n- `remove \u003clocal\u003e`: Stop tracking a file/folder\n- `list`: Show all tracked sync pairs\n- `push`: Manually push all tracked files now\n- `watch`: Start watching \u0026 auto-syncing on changes\n- `serve`: HTTP server mode (Android browser pull)\n\n---\n\n## 💡 Use Cases\n\n- **Game Developer:** Push an APK on every build.\n  Every Gradle/Unity build → APK auto-pushed to Android → Ready to install.\n- **Web Developer:** Push static dist files to Android for mobile browser testing.\n- **No ADB? Use HTTP mode:**\n  Run the `serve` command and download files directly from your Android browser.\n\n---\n\n## ⚙️ How It Works\n\n1. The **watchdog** service monitors your local files/folders for changes (creates, modifies, renames, deletes).\n2. The corresponding `adb push` command is executed over WiFi.\n3. The updated files land seamlessly on your Android device within seconds.\n\n---\n\n## ⚠️ Troubleshooting\n\n- **\"adb not found\"**  \n  Install Android Platform Tools and add `adb` to your system's PATH.\n- **\"No devices connected\"**  \n  Ensure you ran the connect command or connected via the GUI, and that the device shows \"Connected\" in Wireless Debugging.\n- **\"Connection refused\"**  \n  Both devices must be on the **same WiFi network**. Check your firewall rules (allow port 5555).\n- **Files not syncing**  \n  Click **Push Now** in the GUI for a manual sync to ensure ADB is working. Then start the **Watch** again.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eBuilt with ❤️ by PixCap Soft.\u003c/sub\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixcapsoft%2Fdevsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixcapsoft%2Fdevsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixcapsoft%2Fdevsync/lists"}