{"id":46672726,"url":"https://github.com/shajon-404/ipa-edit","last_synced_at":"2026-03-13T02:01:04.428Z","repository":{"id":342598393,"uuid":"1174491171","full_name":"SHAJON-404/iPA-Edit","owner":"SHAJON-404","description":"A powerful cross-platform tool for modifying, signing, and converting iOS .ipa files.","archived":false,"fork":false,"pushed_at":"2026-03-11T03:21:35.000Z","size":6330,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-11T03:39:06.590Z","etag":null,"topics":["esign","feather","ios","ios-app","ipa","ipaedit","iphone","iphone-app","ksign","sideloading","zsign"],"latest_commit_sha":null,"homepage":"https://shajon.dev","language":"Python","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/SHAJON-404.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,"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-03-06T14:01:05.000Z","updated_at":"2026-03-11T03:21:38.000Z","dependencies_parsed_at":"2026-03-12T01:00:39.436Z","dependency_job_id":null,"html_url":"https://github.com/SHAJON-404/iPA-Edit","commit_stats":null,"previous_names":["shajon-404/ipa-edit"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/SHAJON-404/iPA-Edit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHAJON-404%2FiPA-Edit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHAJON-404%2FiPA-Edit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHAJON-404%2FiPA-Edit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHAJON-404%2FiPA-Edit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SHAJON-404","download_url":"https://codeload.github.com/SHAJON-404/iPA-Edit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHAJON-404%2FiPA-Edit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30410356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"ssl_error","status_checked_at":"2026-03-12T00:40:08.439Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["esign","feather","ios","ios-app","ipa","ipaedit","iphone","iphone-app","ksign","sideloading","zsign"],"created_at":"2026-03-08T22:10:33.040Z","updated_at":"2026-03-13T02:01:04.371Z","avatar_url":"https://github.com/SHAJON-404.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eiPA Edit\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\n    A powerful cross-platform tool for modifying, signing, and converting iOS \u003ccode\u003e.ipa\u003c/code\u003e files.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/SHAJON-404/iPA-Edit/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/SHAJON-404/iPA-Edit/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n---\n\n## ✨ Features\n\n- **Edit iPA metadata** — change bundle ID, app name, version, and icon\n- **Remove injected dylibs** — delete tweaks and patch the Mach-O binary to strip load commands\n- **Code signing** — sign single or batch iPAs using `zsign` with auto-detected certificates\n- **Dylib export** — extract `.dylib` and `.framework` files from any iPA\n- **Deb → iPA conversion** — convert Cydia `.deb` packages to installable `.ipa` files\n- **Interactive mode** — run without arguments for a guided menu-driven experience\n- **Cross-platform** — works on Windows, macOS, and Linux\n\n## 📁 Project Structure\n\n```\niPA-Edit/\n├── ipa-edit.py              # main script\n├── requirements.txt\n├── certificate/            # place signing certificates here\n│   ├── *.p12\n│   └── *.mobileprovision\n├── zsign/                  # bundled zsign binaries (auto-detected)\n│   ├── windows/zsign.exe\n│   ├── mac/zsign\n│   └── ubuntu/zsign\n├── Signed/                 # signed output (auto-created)\n└── Unsigned/               # unsigned output (auto-created)\n```\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- **Python 3.10+**\n- **Pillow** — `pip install Pillow`\n\n### Installation\n\n```bash\ngit clone --depth=1 https://github.com/SHAJON-404/iPA-Edit.git\ncd iPA-Edit\npip install -r requirements.txt\n```\n\n### Signing Setup *(optional)*\n\n1. Place your `.p12` certificate and `.mobileprovision` profile in the `certificate/` folder.\n2. The matching `zsign` binary for your OS is detected automatically from the `zsign/` directory.\n\n## 🖥️ Platform Support\n\n| Feature | Windows | macOS | Linux |\n|:--|:--:|:--:|:--:|\n| iPA editing | ✅ | ✅ | ✅ |\n| iPA signing | ✅ | ✅ | ✅ |\n| `.deb` → `.ipa` | ✅ 7-Zip / built-in | ✅ dpkg-deb / ar | ✅ dpkg-deb / ar |\n\n## 📖 Usage\n\n### Interactive Mode\n\nSimply run with no arguments:\n\n```bash\npython ipa-edit.py\n```\n\nYou'll see a menu:\n\n```\n  1: Edit iPA (bundle ID, name, version, icon, file browser)\n  2: Export dylibs from iPA\n  3: Remove dylibs \u0026 sign iPA\n  4: Sign iPA(s)\n  5: Convert .deb to .ipa\n  6: Change app icon\n  7: Enable document browser\n  8: Exit\n```\n\n### Command-Line Mode\n\n```bash\npython ipa-edit.py -i \u003cinput\u003e -o \u003coutput\u003e [options]\n```\n\n| Flag | Description |\n|:--|:--|\n| `-i` | Input `.ipa` or `.deb` file |\n| `-o` | Output path or filename |\n| `-b` | Change bundle ID |\n| `-n` | Change app display name |\n| `-v` | Change app version |\n| `-p` | Change app icon (any image format) |\n| `-f` | Enable iOS document browser |\n| `-d` | Export injected `.dylib` / `.framework` files |\n| `-r` | Remove selected dylibs, patch binary, and sign |\n| `-s` | Sign iPA(s) with a certificate |\n| `-e` | Convert `.deb` to `.ipa` |\n| `-k` | Keep the original source file |\n\n### Examples\n\n```bash\n# Edit metadata\npython ipa-edit.py -i app.ipa -o patched.ipa -b com.new.id -n \"My App\" -v 2.0\n\n# Remove injected tweaks \u0026 sign\npython ipa-edit.py -i app.ipa -o . -r\n\n# Sign a single iPA\npython ipa-edit.py -i app.ipa -o signed.ipa -s\n\n# Batch sign all iPAs in a folder\npython ipa-edit.py -i ./ipas/ -o ./output/ -s\n\n# Convert .deb to .ipa\npython ipa-edit.py -i tweak.deb -o converted.ipa -e\n```\n\n## 🔐 Certificate \u0026 Zsign Auto-Detection\n\nWhen using `-s` or `-r`, certificates and the signing tool are resolved automatically:\n\n**zsign** — checked in order:\n1. Bundled binary from `zsign/{windows,mac,ubuntu}/`\n2. `zsign` on system `PATH`\n3. Manual prompt as fallback\n\n**Certificate** — checked in order:\n1. `certificate/` folder (`.p12` + `.mobileprovision`)\n2. Input directory (batch signing scenario)\n3. Manual prompt as fallback\n\n## 📝 License\n\nThis project is licensed under the **GPLv3** License.\n\n## 🙏 Credits\n\n- Original project by [binnichtaktiv](https://github.com/binnichtaktiv)\n- Rewritten and maintained by [SHAJON-404](https://github.com/SHAJON-404)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/SHAJON-404/iPA-Edit/issues\"\u003eIssues\u003c/a\u003e · \u003ca href=\"https://shajon.dev\"\u003eContact\u003c/a\u003e\n\u003c/p\u003e\n\n[![Stargazers over time](https://starchart.cc/SHAJON-404/iPA-Edit.svg?background=%231e1e1e\u0026axis=%23f9f9f9\u0026line=%236b63ff)](https://starchart.cc/SHAJON-404/iPA-Edit)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshajon-404%2Fipa-edit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshajon-404%2Fipa-edit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshajon-404%2Fipa-edit/lists"}