Crates.io | ipswdl2 |
lib.rs | ipswdl2 |
version | 0.1.1 |
source | src |
created_at | 2021-06-02 04:36:12.149008 |
updated_at | 2021-06-04 02:44:51.404604 |
description | Downloads Apple's IPhone SoftWare (IPSW) files. |
homepage | https://github.com/andyblarblar/ipswdl2 |
repository | https://github.com/andyblarblar/ipswdl2 |
max_upload_size | |
id | 405121 |
size | 56,609 |
ipswdl2 is a CLI for downloading Apple IPhone SoftWare (IPSW) files using the ipsw.me API.
To simply download the latest version of all firmware files, use:
ipswdl2 -A
. Alternatively, you can use -f <term>
to only filter devices,
or -L
to list all devices.
If you wish to enable logging, add the -l <path>
option.
More options can be seen with -h
.
ipswdl2 -l '.\logs.txt' -A
ipswdl2 -f 'iPhone'
ipswdl2 -f 'iMac' -d
Currently, cargo install ipswdl2
is the easiest way to install.
Alternatively, one can build this repository using cargo build --release
at
the root.
GitHub releases are TBD