https://github.com/doronz88/ipsw_parser
python3 utility for parsing and extracting data from IPSW
https://github.com/doronz88/ipsw_parser
cli firmware ios ipsw python python3
Last synced: 9 months ago
JSON representation
python3 utility for parsing and extracting data from IPSW
- Host: GitHub
- URL: https://github.com/doronz88/ipsw_parser
- Owner: doronz88
- License: gpl-3.0
- Created: 2022-11-23T12:34:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-30T16:55:56.000Z (11 months ago)
- Last Synced: 2025-09-16T19:26:23.705Z (9 months ago)
- Topics: cli, firmware, ios, ipsw, python, python3
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 23
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ipsw-parser
[](https://github.com/doronz88/ipsw_parser/actions/workflows/python-app.yml "Python application action")
[](https://pypi.org/project/ipsw_parser/ "PyPi package")
[](https://pepy.tech/project/ipsw_parser)
## Overview
python3 utility for parsing and extracting data from IPSW.
## Installation
```shell
python3 -m pip install ipsw-parser
```
Additionally, if you installed [blacktop/ipsw](https://github.com/blacktop/ipsw), the IPSW extraction will also contain
the split DSC.
## Usage
```
Usage: ipsw-parser [OPTIONS] COMMAND [ARGS]...
CLI utility for extracting info from IPSW files
Options:
--help Show this message and exit.
Commands:
device-support Create DeviceSupport directory
extract Extract .ipsw into filesystem layout
info Parse given .ipsw basic info
```