ipsw` started out as just a humble IPSW downloader and has grown into SO much more, however, the download code had gotten pretty crusty. It is hopefully MUCH more simple, flexible, intuitive and powerful.
Feature Highlights
- I saw pedantcoder mention the Apple Releases RSS feed (which I had no idea existed) and NOW `ipsw` can consume and watch it as well as notify you about 🆕 releases! Now you can one up ALL your twitter crew with the quickness 🏃♀️
- 🆕 new ~/.ipsw.yml config support! `ipsw` can also consume ENV_VARs as config as well 🤯 That way it is easier to run `ipsw` as a cronjob and you can set your favorite default settings in the config. https://blacktop.github.io/ipsw/docs/commands/download/#download-ipsw-config
- Need to analyze that OTA only iOS 14.8.1 release?? FYI, you can do that via `ipsw download ota --version 14.8.1 --device iPhone10,1` Also pull remote kernelcaches AND dyld_shared_caches ?! WHAT?! 🤯 https://blacktop.github.io/ipsw/docs/commands/download/#download-ota
- I finally got around to wiring up macOS full installer downloading/building. Checkout what Apple has available with `ipsw download macos --list` and see how to download them here https://blacktop.github.io/ipsw/docs/commands/download/#download-macos
- Need to know if your favorite version of iOS is still being signed by Apple? I know I do!! 🤔`ipsw download tss --signed 15.0.2` … well shiiiiiiiiiiiiii… 😩 https://blacktop.github.io/ipsw/docs/commands/download/#download-tss
Changelog
b7169cc0d4b631621479d312b12b983f97d1d4aa: chore: add config support to download oss cmd (blacktop)
ecaed4b82f3ed7becfcb2e34571b49d0bd0cc1fb: chore: download ota cmd now saves files to `macOS12.1_OTAs` style folders (blacktop)
dc6e68c9f0ef6e9501a5b78a05829149306646d8: chore: more docs fixes (blacktop)
77f3af88c04abdd15373a663e0fd0073564c5f81: chore: more polish on the download cmds (blacktop)
cba28e304c0b564208ca96c650bf996d96fa4d4a: chore: refactor download cmds (45) (blacktop)
c505f97725d46db6c894b294ec4ebf78879da9fa: chore: update docs and more fixes (blacktop)
0b49d687d20624aeaec1fc88691a3d56269558ca: feat: add 🆕 download rss cmd (44) (blacktop)
f98ceb60f7fed5f56771ba7e97824b80dc797a16: feat: add 🆕 download tss cmd (to pull shsh blobs and check signing status) (blacktop)
896b4bf096402477fa28c06bebfc435750839305: fix: download macos cmd (now downloads/builds macOS installers) (blacktop)
What to do next?
- Follow us on [Twitter](https://twitter.com/blacktop__);
- Read the [documentation](https://blacktop.github.io/ipsw/docs/).