{"id":13694337,"url":"https://github.com/ooni/probe-ios","last_synced_at":"2026-03-14T18:42:51.699Z","repository":{"id":25993900,"uuid":"29436244","full_name":"ooni/probe-ios","owner":"ooni","description":"OONI Probe iOS","archived":false,"fork":false,"pushed_at":"2024-12-04T14:43:59.000Z","size":77107,"stargazers_count":73,"open_issues_count":2,"forks_count":24,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-07-01T20:51:55.288Z","etag":null,"topics":["ios","network-monitoring","network-programming","ooniprobe"],"latest_commit_sha":null,"homepage":"https://ooni.org","language":"Objective-C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ooni.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","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}},"created_at":"2015-01-18T18:38:09.000Z","updated_at":"2025-03-12T04:35:49.000Z","dependencies_parsed_at":"2023-09-27T03:21:43.641Z","dependency_job_id":"4c4afa2f-f43c-4209-a506-b8420215aa35","html_url":"https://github.com/ooni/probe-ios","commit_stats":{"total_commits":1551,"total_committers":21,"mean_commits":73.85714285714286,"dds":0.2508059316569955,"last_synced_commit":"c02262aba5b6df8ae51b9dca64025d75dc11ea9e"},"previous_names":[],"tags_count":70,"template":false,"template_full_name":null,"purl":"pkg:github/ooni/probe-ios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooni%2Fprobe-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooni%2Fprobe-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooni%2Fprobe-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooni%2Fprobe-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ooni","download_url":"https://codeload.github.com/ooni/probe-ios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooni%2Fprobe-ios/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264650680,"owners_count":23643972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ios","network-monitoring","network-programming","ooniprobe"],"created_at":"2024-08-02T17:01:29.695Z","updated_at":"2026-03-14T18:42:46.655Z","avatar_url":"https://github.com/ooni.png","language":"Objective-C","readme":"# OONI Probe iOS\n\n[![OONI Probe iOS](assets/OONIProbeLogo.png)](https://ooni.org)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://slack.openobservatory.org/\"\u003e\n        \u003cimg src=\"https://slack.openobservatory.org/badge.svg\"\n            alt=\"chat on Slack\"\u003e\u003c/a\u003e\n\n  \u003ca href=\"https://github.com/ooni/probe/issues?q=label%3Aooni%2Fprobe-ios\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/ooni/probe/ooni/probe-ios\" alt=\"open issues\"\u003e\n  \u003c/a\u003e\n\n  \u003cimg src=\"http://img.shields.io/travis/ooni/probe-ios.svg\" alt=\"Emulator Tests Status\"\u003e\n\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=OpenObservatory\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/OpenObservatory?style=social\u0026logo=twitter\"\n    alt=\"follow on Twitter\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"left\"\u003e\n\n\u003ca href='https://play.google.com/store/apps/details?id=org.openobservatory.ooniprobe'\u003e\n\u003cimg alt='Get it on Google Play' src='assets/play-store-badge.png' height=\"50px\"/\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://itunes.apple.com/us/app/ooni-probe/id1199566366\"\u003e\n\u003cimg src=\"assets/app-store-badge.png\" height=\"50px\" /\u003e\n\u003c/a\u003e\n\n\u003c/div\u003e\n\nOONI Probe is free and open source software designed to measure internet\ncensorship and other forms of network interference.\n\n[Click here to report a bug](https://github.com/ooni/probe/issues/new)\n\nOther supported platforms: [Android](https://github.com/ooni/probe-android), [Desktop](https://github.com/ooni/probe-desktop), [CLI](https://github.com/ooni/probe-cli)\n\n## Developer information\n\nIf you are interested in building the app yourself, read on.\n\nTo download and install the measurement-kit library we use [CocoaPods](https://cocoapods.org).\n\nTo install cocoapod use\n\n```\nsudo gem install cocoapods # brew install cocoapods on macOS\n```\n\nThen use the command:\n\n```\npod install\n```\n\nThis command will install the latest stable binary measurement-kit library\nand its dependencies and install the frameworks inside the Xcode Workspace.\n\nThen open the xcode workspace (not the xcode project!)  located in\n`ooniprobe.xcworkspace` and click on run to build it.\n\n### How to complile a specific version of oonimkall for an Xcode project.\n\nThe most important dependency is `oonimkall`. This dependency contains\nthe network measurement engine. Its sources are at\n[ooni/probe-cli](https://github.com/ooni/probe-cli). We fetch the `oonimkall`\nframework directly from `ooni/probe-cli` releases.\n\nYou can use a specific version of `oonimkall` it in your project by\nchanging the release to which it points to in the `Podfile`.\n\nThen type `pod install` and open `.xcworkspace` file (beware not to open the\n`.xcodeproj` file instead, because that alone won't compile).\n\n## Managing translations\n\nTo manage translations check out our [translation repo](https://github.com/ooni/translations) and follow the instructions there.\n\n## Contributing\n\n* Write some code\n\n* Open a pull request\n\n* Have fun!\n\n## Fastlane\n\nWe use fastlane for creating automatically app screenshots in the various\nlanguages we support.\n\nYou first need to have some depedencies installed. On macOS:\n\nTo install fastlane:\n\n```\n# Using RubyGems\nsudo gem install fastlane -NV\n\n# Alternatively using Homebrew\nbrew cask install fastlane\n```\n\nThen:\n\n```\nbrew install libpng jpeg imagemagick\n\n```\n\nYou will then be able to automate screenshot creation with:\n\n```\nfastlane screenshots\n```\n\nLearn more on the fastlane docs:\nhttps://docs.fastlane.tools/getting-started/ios/screenshots\n","funding_links":[],"categories":["Misc","HarmonyOS"],"sub_categories":["Notes","Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fooni%2Fprobe-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fooni%2Fprobe-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fooni%2Fprobe-ios/lists"}