[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1281":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":33,"readmeContent":34,"aiSummary":35,"trendingCount":15,"starSnapshotCount":15,"syncStatus":16,"lastSyncTime":36,"discoverSource":37},1281,"ipadecrypt","londek\u002Fipadecrypt","londek","🔓 ipadecrypt is an open-source tool for downloading, patching and decrypting .ipa's with minimal user intervention on palera1n and dopamine jailbreaks","",null,"Go",367,41,3,0,2,7,68,6,4.87,"MIT License",false,"main",true,[26,27,28,29,30,31,32],"decryption","dopamine","fairplay","ios","ipa","jailbreaking","palera1n","2026-06-12 02:00:25","\u003Cdiv align=\"center\">\n\n\u003Cimg height=\"50px\" src=\"https:\u002F\u002Freadme-typing-svg.herokuapp.com?font=Inter&weight=700&size=36&color=FFFFFF&center=true&vCenter=true&width=300&lines=ipadecrypt&repeat=false&duration=2500\" alt=\"ipadecrypt\">\n\n**End-to-end FairPlay decrypter for App Store apps.**\n*Give it a bundle ID, get a decrypted `.ipa`. And yes - it happily decrypts iOS 26 apps.*\n\n[![Go Version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FGo-1.25%2B-00ADD8?style=flat-square&logo=go)](https:\u002F\u002Fgolang.org\u002F)\n[![macOS](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FmacOS-000?style=flat-square&logo=apple&logoColor=white)](#install)\n[![Linux](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLinux-000?style=flat-square&logo=linux&logoColor=white)](#install)\n[![Windows](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FWindows-000?style=flat-square&logo=data:image\u002Fsvg%2Bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0wIDBoMTF2MTFIMHpNMTMgMGgxMXYxMUgxM3pNMCAxM2gxMXYxMUgwek0xMyAxM2gxMXYxMUgxM3oiLz48L3N2Zz4=)](#install)\n[![License](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT-green?style=flat-square)](#license)\n[![PRs Welcome](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FPRs-welcome-brightgreen?style=flat-square)](https:\u002F\u002Fgithub.com\u002Flondek\u002Fipadecrypt\u002Fpulls)\n\n\u003Cimg width=\"90%\" src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fba8dbd32-a2fb-49cc-afee-3aa88050718e\" \u002F>\n\n\u003C\u002Fdiv>\n\n## Requirements\n\n### On your computer\n- macOS, Linux, or Windows - anything that can SSH into the device\n- Go 1.25+ for building from source (prebuilt binaries are on the releases page)\n- Jailbroken iPhone reachable over the network\n\n### On the jailbroken iPhone\nAll installable through Sileo:\n\n| Package | Purpose |\n|---|---|\n| **OpenSSH** | SSH server - ipadecrypt drives the device over SSH |\n| **AppSync Unified** | Bypasses installd's signature check (add repo `https:\u002F\u002Flukezgd.github.io\u002Frepo`) |\n| **appinst** | Installs modified IPAs on the device |\n| **zip** | Packages the decrypted IPA on-device |\n\n> Tested on iOS 16.7.11 with palera1n rootless and Dopamine on iPhone 8 Plus. iOS 14 through 17 on A10–A14 devices are expected to work.\n\n## Install\n\nDownload a prebuilt binary from the [releases page](https:\u002F\u002Fgithub.com\u002Flondek\u002Fipadecrypt\u002Freleases\u002Flatest).\n\nUsing go install:\n\n```sh\ngo install github.com\u002Flondek\u002Fipadecrypt\u002Fcmd\u002Fipadecrypt@latest\n```\n\nFrom source (refer to [BUILDING.md](BUILDING.md) for detailed instructions):\n\n```sh\ngit clone https:\u002F\u002Fgithub.com\u002Flondek\u002Fipadecrypt\ncd ipadecrypt\ngo build .\u002Fcmd\u002Fipadecrypt\n```\n\n## Usage\n\n### First-time setup\n\n```sh\nipadecrypt bootstrap\n```\n\nA four-step interactive wizard:\n\n1. **App Store sign-in** - prompts for Apple ID; handles 2FA. Credentials stay local in `~\u002F.ipadecrypt\u002Fconfig.json`.\n2. **Device connect** - SSH host \u002F user \u002F password; probes iOS version + arch.\n3. **Prerequisites** - verifies AppSync, `appinst`, and `zip` are installed.\n4. **Helper install** - uploads a small embedded helper binary.\n\n### Decrypt an app\n\n```sh\nipadecrypt decrypt \u003Cbundle-id|app-store-id|app-store-url|path-to-local-ipa>\n```\n\n## License\n\nMIT.\n\n## Prior art\n\n- [majd\u002Fipatool](https:\u002F\u002Fgithub.com\u002Fmajd\u002Fipatool) - the Apple Configurator impersonation the App Store client is based on.\n- [34306\u002FTrollDecryptJB](https:\u002F\u002Fgithub.com\u002F34306\u002FTrollDecryptJB) - `task_for_pid` + `mach_vm_read` from a suspended spawn, entitlement set.\n- [akemin-dayo\u002FAppSync](https:\u002F\u002Fgithub.com\u002Fakemin-dayo\u002FAppSync) - installd signature-bypass tweak + `appinst`.\n- [JohnCoates\u002Fflexdecrypt](https:\u002F\u002Fgithub.com\u002FJohnCoates\u002Fflexdecrypt) - the pre-iOS-16 approach that stopped working and prompted the pivot.\n\n## AI Disclaimer\n\nThis project was developed with the assistance of AI tools. While I can't guarantee the accuracy of all AI-generated content, I have overviewed creation process and then reviewed, tested the code to ensure it meets the project's requirements.\n\n\u003Ca href=\"https:\u002F\u002Fwww.star-history.com\u002F?repos=londek%2Fipadecrypt&type=date&legend=top-left\">\n \u003Cpicture>\n   \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fchart?repos=londek\u002Fipadecrypt&type=date&theme=dark&legend=top-left\" \u002F>\n   \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fchart?repos=londek\u002Fipadecrypt&type=date&legend=top-left\" \u002F>\n   \u003Cimg alt=\"Star History Chart\" src=\"https:\u002F\u002Fapi.star-history.com\u002Fchart?repos=londek\u002Fipadecrypt&type=date&legend=top-left\" \u002F>\n \u003C\u002Fpicture>\n\u003C\u002Fa>\n","ipadecrypt 是一个开源工具，用于下载、修补和解密 iOS 应用的 .ipa 文件，特别适用于 palera1n 和 Dopamine 越狱环境。它基于 Go 语言开发，能够实现从 App Store 下载的应用程序端到端的 FairPlay 解密，并支持最新的 iOS 版本。用户只需提供应用的 bundle ID 或 App Store ID 即可自动完成解密过程。该工具通过 SSH 连接到越狱设备上运行，要求目标设备已安装 OpenSSH、AppSync Unified 等特定软件包。ipadecrypt 适用于需要对 iOS 应用进行逆向工程或安全研究的场景，如分析应用程序内部逻辑、查找漏洞等。","2026-06-11 02:42:46","CREATED_QUERY"]