{"id":13750715,"url":"https://github.com/theos/orion","last_synced_at":"2025-04-09T15:07:43.065Z","repository":{"id":41563305,"uuid":"291703488","full_name":"theos/orion","owner":"theos","description":"Elegant tweak development in pure Swift","archived":false,"fork":false,"pushed_at":"2024-05-26T19:24:04.000Z","size":9779,"stargazers_count":231,"open_issues_count":7,"forks_count":15,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-09T15:07:42.564Z","etag":null,"topics":["dsl","ios","jailbreak","macos","objective-c","runtime","swift","swizzling","theos"],"latest_commit_sha":null,"homepage":"https://orion.theos.dev","language":"Swift","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/theos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2020-08-31T12:02:00.000Z","updated_at":"2025-04-05T09:24:28.000Z","dependencies_parsed_at":"2024-08-03T08:12:09.357Z","dependency_job_id":null,"html_url":"https://github.com/theos/orion","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theos%2Forion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theos%2Forion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theos%2Forion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theos%2Forion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theos","download_url":"https://codeload.github.com/theos/orion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055284,"owners_count":21040157,"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":["dsl","ios","jailbreak","macos","objective-c","runtime","swift","swizzling","theos"],"created_at":"2024-08-03T08:00:44.878Z","updated_at":"2025-04-09T15:07:43.032Z","avatar_url":"https://github.com/theos.png","language":"Swift","readme":"\u003ch1 align=\"center\"\u003eOrion\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cstrong\u003eA DSL for elegant tweak development in Swift.\u003c/strong\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://theos.dev\"\u003eTheos\u003c/a\u003e –\n\u003ca href=\"https://orion.theos.dev/getting-started.html\"\u003eDocumentation\u003c/a\u003e –\n\u003ca href=\"https://github.com/theos/orion/releases\"\u003eChangelogs\u003c/a\u003e –\n\u003ca href=\"https://github.com/theos/theos/wiki/Help\"\u003eGet Help\u003c/a\u003e –\n\u003ca href=\"https://twitter.com/theosdev\"\u003e@theosdev\u003c/a\u003e –\n\u003ca href=\"https://iphonedevwiki.net/index.php/How_to_use_IRC\"\u003eIRC\u003c/a\u003e\n\u003c/p\u003e\n\n## About\n\nOrion is a [DSL](https://en.wikipedia.org/wiki/Domain-specific_language) designed to make it entirely effortless to interact with with Objective-C's dynamic aspects in Swift. The project's primary goal is to enable easy, fun, and versatile jailbreak tweak development in Swift. In some ways, it is to Swift what [Logos](https://github.com/theos/logos) is to Objective-C, but it's simultaneously a lot more than that.\n\nIt is possible to use Orion as a regular framework (invoking the preprocessor in a build script), or in a [Theos](https://github.com/theos/theos) tweak (recommended).\n\nOrion _is not_ a framework for hooking Swift code. As of now, Orion only supports hooking Objective-C and C code, however this may change in the future.\n\nFor more information, refer to the [documentation](https://orion.theos.dev/getting-started.html).\n\n## Example\n\nThe following is a simple tweak which changes the text of all labels to say \"hello\":\n\n```swift\nclass MyHook: ClassHook\u003cUILabel\u003e {\n    func setText(_ text: String) {\n        orig.setText(\"hello\")\n    }\n}\n```\n\n## License\n\nSee [LICENSE.md](https://github.com/theos/orion/blob/master/LICENSE.md) for licensing information.\n","funding_links":[],"categories":["Swift","Frameworks with plugins"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheos%2Forion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheos%2Forion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheos%2Forion/lists"}