{"id":13591764,"url":"https://github.com/MatthewPierson/Ramiel","last_synced_at":"2025-04-08T17:32:32.178Z","repository":{"id":41494186,"uuid":"340768617","full_name":"MatthewPierson/Ramiel","owner":"MatthewPierson","description":"An open-source, multipurpose macOS GUI utility for checkm8-vulnerable iOS/iPadOS devices","archived":false,"fork":false,"pushed_at":"2021-07-08T01:14:35.000Z","size":3759,"stargazers_count":176,"open_issues_count":80,"forks_count":27,"subscribers_count":19,"default_branch":"main","last_synced_at":"2024-11-06T12:45:09.951Z","etag":null,"topics":["checkm8","dualboot","ios","macos","tether-boot"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"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/MatthewPierson.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}},"created_at":"2021-02-20T22:39:16.000Z","updated_at":"2024-10-06T14:57:14.000Z","dependencies_parsed_at":"2022-07-16T19:46:08.426Z","dependency_job_id":null,"html_url":"https://github.com/MatthewPierson/Ramiel","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewPierson%2FRamiel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewPierson%2FRamiel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewPierson%2FRamiel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatthewPierson%2FRamiel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatthewPierson","download_url":"https://codeload.github.com/MatthewPierson/Ramiel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247892724,"owners_count":21013771,"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":["checkm8","dualboot","ios","macos","tether-boot"],"created_at":"2024-08-01T16:01:01.704Z","updated_at":"2025-04-08T17:32:27.162Z","avatar_url":"https://github.com/MatthewPierson.png","language":"Objective-C","readme":"# Ramiel\nAn open-source, multipurpose macOS utility for checkm8-vulnerable iOS/iPadOS devices.\n\nSupported by macOS 10.13 -\u003e 11.X. High Sierra has not been tested but should work fine. Anything lower is unsupported.\n\nRamiel is currently broken on M1 macs. Most tools for putting devices into PWNDFU mode are broken on M1 macs, an update will be pushed when this is fixed.\n\nRamiel will also not work on any pre-2012 macbooks/pros. As with M1 macs, most tools for putting devices into PWNDFU mode are broken for these old machines.\n\n\n# FAQs\nSee [Ramiel.app](https://ramiel.app) for a list of FAQs.\n\n# Usage\n1. Navigate to the [releases page](https://github.com/MatthewPierson/Ramiel/releases) and download the latest build of Ramiel\n2. Open the .dmg and move Ramiel.app to `/Applications`\n3. Open Ramiel.app\n4. Follow the setup prompts and allow Ramiel to download some tools\n5. Connect a checkm8-compatible device in DFU mode\n6. Have fun!\n\n# Building\n1. Install brew ```/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"```\n2. Install cocoapods ```brew install cocoapods```\n3. Install libirecovery ```brew install libirecovery```\n4. Install libusb ```brew install libusb```\n5. Install curl ```brew install curl```\n6. Install libpng ```brew install libpng```\n7. Install usbmuxd ```brew install usbmuxd```\n8. Install git ```brew install git```\n9. Clone the project ```git clone --recursive https://github.com/MatthewPierson/Ramiel```\n10. Change directory into Ramiel ```cd Ramiel```\n11. run ```pod install```\n12. Open a new Finder window and go to /usr/local/Cellar/\n13. Open Ramiel.xcworkspace and, in the top left corner, click Ramiel\n14. Once in the new tab, select the Ramiel target  \n15. ![tab](images/Project.png?raw=true)\n16. Go down to ```Frameworks, Libraries, and Embedded Content``` \n17. ![libraries](images/dylibs.png?raw=true)\n18. For any dylib that is greyed out, go back to that finder window and find the name of the tool, wheather that be libirecovery or curl\n19. Select the dylib in xcode and hit the ```-``` button. \n20. ![select](images/selection.png?raw=true)\n21. In finder, go to, for example ```/usr/local/Cellar/libirecovery/VERSION/lib/libirecovery-VERSION.dylib```, and drag that into the ```Frameworks, Libraries, and Embedded Content``` section.\n22. Repeat this for all the things grayed out.\n23. Finally go to Signing \u0026 Capabilities and change the Development team to yours, and you should now be able to compile!\n\n\n# Issues\nIf you run into any bugs or issues with Ramiel, please [open an issue](https://github.com/MatthewPierson/Ramiel/issues) using the included templates. Please check for any similar issues that have already been opened before creating a new issue.\n\n# Credits \nSee [Ramiel.app](https://ramiel.app)'s credits section.\n","funding_links":[],"categories":["Objective-C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMatthewPierson%2FRamiel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMatthewPierson%2FRamiel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMatthewPierson%2FRamiel/lists"}