{"id":51059527,"url":"https://github.com/soapyigu/wifi-lens","last_synced_at":"2026-06-23T00:30:36.386Z","repository":{"id":364419632,"uuid":"1161445600","full_name":"soapyigu/wifi-lens","owner":"soapyigu","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-13T01:02:30.000Z","size":2637,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-13T01:12:31.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/soapyigu.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":"2026-02-19T05:35:42.000Z","updated_at":"2026-06-13T01:02:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/soapyigu/wifi-lens","commit_stats":null,"previous_names":["soapyigu/wifi-lens"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/soapyigu/wifi-lens","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soapyigu%2Fwifi-lens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soapyigu%2Fwifi-lens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soapyigu%2Fwifi-lens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soapyigu%2Fwifi-lens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soapyigu","download_url":"https://codeload.github.com/soapyigu/wifi-lens/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soapyigu%2Fwifi-lens/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34671045,"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-22T02:00:06.391Z","response_time":106,"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":[],"created_at":"2026-06-23T00:30:35.544Z","updated_at":"2026-06-23T00:30:36.380Z","avatar_url":"https://github.com/soapyigu.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wi-Fi Lens\n\n\u003e Point your camera at a router label. Wi-Fi Lens reads the network name and password, then connects with one tap. Pure on-device processing — no account, no tracking, no data leaves your phone.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/start.png\" alt=\"Welcome screen\" width=\"180\" /\u003e\n  \u003cimg src=\"docs/scan.png\" alt=\"Camera scanning\" width=\"180\" /\u003e\n  \u003cimg src=\"docs/found.png\" alt=\"Detected credentials\" width=\"180\" /\u003e\n  \u003cimg src=\"docs/connecting.png\" alt=\"Connecting\" width=\"180\" /\u003e\n  \u003cimg src=\"docs/success.png\" alt=\"Connected\" width=\"180\" /\u003e\n\u003c/p\u003e\n\n## How it works\n\n1. Aim your camera at any printed Wi-Fi credentials — a router label, a Wi-Fi card, a coffee shop sign.\n2. On-device text recognition (Vision) extracts the SSID and password in real time.\n3. Tap **Connect** — iOS's `NEHotspotConfiguration` handles the secure join.\n\n## Privacy\n\nWi-Fi Lens does not collect, transmit, or store any personal data. There is no backend, no analytics SDK, no advertising, and no third-party trackers. See the full [privacy policy](https://soapyigu.github.io/wifi-lens/PRIVACY).\n\n## Tech stack\n\n- SwiftUI (iOS 17.6+)\n- Vision framework for on-device OCR\n- AVFoundation for the camera pipeline\n- NetworkExtension (`NEHotspotConfiguration`) for the Wi-Fi join\n- Layered architecture: `App/`, `Features/`, `Design/`, `UseCases/`, `Services/`\n\n## Running locally\n\n1. Clone the repo\n2. Open `WifiLens.xcodeproj` in Xcode 16+\n3. Select a real iPhone (the camera + `NEHotspotConfiguration` don't work in the simulator) and press \u003ckbd\u003e⌘R\u003c/kbd\u003e\n\n## Localization\n\nStrings are managed via a single `Localizable.xcstrings` catalog with translations for English, Simplified Chinese, Spanish, Japanese, and French.\n\n## Releases\n\nCI/CD via [fastlane](https://fastlane.tools/):\n\n- `fastlane beta` — build + upload to TestFlight\n- `fastlane release_prepare` — push metadata + screenshots to App Store Connect\n- `fastlane release_submit` — submit for App Review\n\nAuthentication uses an App Store Connect API key (stored locally, gitignored).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoapyigu%2Fwifi-lens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoapyigu%2Fwifi-lens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoapyigu%2Fwifi-lens/lists"}