{"id":13480627,"url":"https://github.com/madeye/proxydroid","last_synced_at":"2026-02-06T04:00:41.677Z","repository":{"id":2320342,"uuid":"3280827","full_name":"madeye/proxydroid","owner":"madeye","description":"Global Proxy for Android","archived":false,"fork":false,"pushed_at":"2026-02-01T23:49:18.000Z","size":41530,"stargazers_count":2424,"open_issues_count":2,"forks_count":736,"subscribers_count":121,"default_branch":"master","last_synced_at":"2026-02-02T08:58:59.834Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=org.proxydroid","language":"C","has_issues":false,"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/madeye.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":null,"dco":null,"cla":null}},"created_at":"2012-01-27T07:20:07.000Z","updated_at":"2026-02-02T01:14:26.000Z","dependencies_parsed_at":"2024-09-30T16:40:29.908Z","dependency_job_id":"86aa55bd-4bff-4f44-b846-aae4fb03525d","html_url":"https://github.com/madeye/proxydroid","commit_stats":{"total_commits":111,"total_committers":16,"mean_commits":6.9375,"dds":"0.19819819819819817","last_synced_commit":"4538e90e9c0bfee64bed223e1872c941a3c43520"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/madeye/proxydroid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeye%2Fproxydroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeye%2Fproxydroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeye%2Fproxydroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeye%2Fproxydroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madeye","download_url":"https://codeload.github.com/madeye/proxydroid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeye%2Fproxydroid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29149576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-07-31T17:00:42.777Z","updated_at":"2026-02-06T04:00:41.672Z","avatar_url":"https://github.com/madeye.png","language":"C","readme":"## INTRO\n\nGlobal Proxy App for Android System\n\nProxyDroid is distributed under GPLv3 with many other open source software,\nhere is a list of them:\n\n * redsocks - transparent socks redirector: http://darkk.net.ru/redsocks/\n * tun2socks - VPN-based transparent proxy\n * netfilter/iptables - NAT module: http://www.netfilter.org/\n\n## PREREQUISITES\n\n* JDK 11+\n* Android Studio or Gradle 8.1+\n* Android SDK (compileSdk 33)\n* Android NDK 25.1.8937393\n* CMake 3.22.1\n\n## BUILD\n\n### Using Android Studio\n\n1. Open the project in Android Studio\n2. Sync Gradle files\n3. Build the project using `Build \u003e Make Project`\n\n### Using Command Line\n\n```bash\n./gradlew assembleDebug\n```\n\nFor release build:\n\n```bash\n./gradlew assembleRelease\n```\n\n## PROJECT STRUCTURE\n\n```\napp/\n├── src/main/\n│   ├── java/org/proxydroid/    # Kotlin source files\n│   │   ├── ProxyDroid.kt       # Main activity\n│   │   ├── ProxyDroidService.kt\n│   │   ├── ProxyDroidVpnService.kt\n│   │   ├── AppManager.kt\n│   │   ├── Profile.kt\n│   │   └── utils/              # Utility classes\n│   └── cpp/                    # Native code\n│       ├── exec/               # Native exec helper\n│       ├── libevent/           # libevent library\n│       ├── redsocks/           # redsocks proxy\n│       └── tun2socks/          # tun2socks VPN helper\n└── build.gradle\n```\n\n## SUPPORTED ARCHITECTURES\n\n* armeabi-v7a\n* arm64-v8a\n* x86\n* x86_64\n\n## REQUIREMENTS\n\n* Minimum SDK: 21 (Android 5.0)\n* Target SDK: 33 (Android 13)\n","funding_links":[],"categories":["C","\u003ca id=\"1a9934198e37d6d06b881705b863afc8\"\u003e\u003c/a\u003e通信\u0026\u0026代理\u0026\u0026反向代理\u0026\u0026隧道","\u003ca id=\"863839860fab4b8601905205cac9b54f\"\u003e\u003c/a\u003e工具","开源项目学习"],"sub_categories":["\u003ca id=\"56acb7c49c828d4715dce57410d490d1\"\u003e\u003c/a\u003e未分类-Proxy","\u003ca id=\"471c124b012dbde8ea3288f35667efc8\"\u003e\u003c/a\u003e流量检测"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeye%2Fproxydroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeye%2Fproxydroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeye%2Fproxydroid/lists"}