{"id":49542841,"url":"https://github.com/hidden-node/gooserelayvpn-androidclient","last_synced_at":"2026-05-25T23:04:56.037Z","repository":{"id":354915810,"uuid":"1224033343","full_name":"Hidden-Node/GooseRelayVPN-AndroidClient","owner":"Hidden-Node","description":"GooseRelayVPN Android client: a SOCKS5 VPN with profile-based setup, live logs, and JSON import/export that tunnels raw TCP   through Google Apps Script to your VPS exit server (AES-256-GCM, domain-fronted).","archived":false,"fork":false,"pushed_at":"2026-05-02T14:23:19.000Z","size":1342,"stargazers_count":116,"open_issues_count":2,"forks_count":5,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-03T17:02:50.713Z","etag":null,"topics":["aes-gcm","http-proxy","mitm","proxy","sni","socks5","tunnel","tunneling","vpn","vpn-client"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Hidden-Node.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-28T22:33:54.000Z","updated_at":"2026-05-03T16:38:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Hidden-Node/GooseRelayVPN-AndroidClient","commit_stats":null,"previous_names":["hidden-node/gooserelayvpn-androidclient"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Hidden-Node/GooseRelayVPN-AndroidClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hidden-Node%2FGooseRelayVPN-AndroidClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hidden-Node%2FGooseRelayVPN-AndroidClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hidden-Node%2FGooseRelayVPN-AndroidClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hidden-Node%2FGooseRelayVPN-AndroidClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hidden-Node","download_url":"https://codeload.github.com/Hidden-Node/GooseRelayVPN-AndroidClient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hidden-Node%2FGooseRelayVPN-AndroidClient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32618391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["aes-gcm","http-proxy","mitm","proxy","sni","socks5","tunnel","tunneling","vpn","vpn-client"],"created_at":"2026-05-02T16:01:43.846Z","updated_at":"2026-05-04T18:01:05.266Z","avatar_url":"https://github.com/Hidden-Node.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GooseRelayVPN Android Client\n🌐 **[فارسی](README_FA.md)** \n\n\nAndroid client for GooseRelayVPN that runs the GooseRelay core through a Go mobile bridge and provides a complete Android UI for VPN lifecycle, profiles, logs, and settings.\n\n- Upstream core project: https://github.com/kianmhz/GooseRelayVPN\n- This repository: Android-focused client implementation\n\n## What This App Does\n\nThis app creates a local SOCKS5 endpoint on Android and tunnels TCP traffic through the GooseRelay architecture:\n\n1. Local app/browser traffic -\u003e SOCKS5\n2. GooseRelay encrypted framing (AES key from your profile)\n3. HTTPS path through Google-facing endpoints (Apps Script flow)\n4. Your VPS exit server handles outbound target connections\n\nThe app wraps this flow in Android `VpnService` so selected/full traffic can be routed through the tunnel.\n\n## Key Features\n\n- Android VPN integration (`VpnService` + tun2socks)\n- Profile-based configuration\n- JSON import/export for profile config\n- Real-time Home status + telemetry cards\n- Logs tab for Android/core diagnostics\n- Split tunneling and internet sharing controls\n\n## Configuration Model (Profile)\n\nProfile fields are aligned with GooseRelay client config:\n\n```json\n{\n  \"debug_timing\": false,\n  \"socks_host\": \"127.0.0.1\",\n  \"socks_port\": 1080,\n  \"google_host\": \"216.239.38.120\",\n  \"sni\": [\"www.google.com\", \"mail.google.com\", \"accounts.google.com\"],\n  \"script_keys\": [\n    \"REPLACE_WITH_DEPLOYMENT_ID\",\n    \"OPTIONAL_SECOND_DEPLOYMENT_ID\"\n  ],\n  \"tunnel_key\": \"REPLACE_WITH_OUTPUT_OF_scripts_gen-key.sh\"\n}\n```\n\nNotes:\n- `script_keys` in UI: one key per line.\n- `tunnel_key`: must match server-side key.\n- Import/export in app uses JSON.\n\n## Upstream Setup Flow (Required)\n\nYou still need upstream infrastructure prepared first:\n\n1. Prepare VPS and run `goose-server`\n2. Deploy `apps_script/Code.gs` and obtain deployment ID(s)\n3. Generate key via `scripts/gen-key.sh`\n4. Put deployment ID(s) and key into Android profile\n5. Connect in app and configure app/browser proxy as needed\n\nFor full infra details, use upstream docs:\n- https://github.com/kianmhz/GooseRelayVPN\n\n## Android Build (Local)\n\nRequirements:\n- Android Studio\n- JDK 17\n- Go 1.22+\n- Android SDK / NDK\n\nBuild AAR (Go mobile bridge):\n\n```bash\nbash android/build_go_mobile.sh\n```\n\nBuild debug APK:\n\n```bash\ncd android\n./gradlew :app:assembleDebug\n```\n\n## Release / CI\n\nWorkflows in this repo:\n- `.github/workflows/android-ci.yml`\n- `.github/workflows/release-manual.yml`\n- `.github/workflows/release.yml`\n\nManual signed release requires secrets:\n- `ANDROID_KEYSTORE_BASE64`\n- `ANDROID_KEYSTORE_PASSWORD`\n- `ANDROID_KEY_ALIAS`\n- `ANDROID_KEY_PASSWORD`\n\n## Troubleshooting\n\n- If reconnect fails with SOCKS port busy:\n  - Disconnect, wait a few seconds, reconnect.\n  - Ensure no other app uses the same SOCKS port.\n- If connection stays in preparing state:\n  - Verify `script_keys` and `tunnel_key`.\n  - Check Logs tab for core errors.\n- If no traffic flows:\n  - Verify VPN permission granted.\n  - Verify split tunnel app selection.\n\n## Credits\n\n1. Main project:\n   - https://github.com/kianmhz/GooseRelayVPN\n\n2. Project that inspired the main project idea:\n   - https://github.com/masterking32/MasterHttpRelayVPN\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhidden-node%2Fgooserelayvpn-androidclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhidden-node%2Fgooserelayvpn-androidclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhidden-node%2Fgooserelayvpn-androidclient/lists"}