Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ipsw | 1,052 | a day ago | 52 | April 21, 2021 | 13 | mit | Go | |||
iOS/macOS Research Swiss Army Knife | ||||||||||
Downloader For Apple Developers | 824 | 2 months ago | 8 | mit | Swift | |||||
Download Xcode, WWDC Videos, and other developer tools up to 16 times faster. | ||||||||||
Apple Music Animated Artwork Fetcher | 63 | 12 days ago | 1 | Python | ||||||
A python script for downloading animated artworks from Apple-Music. | ||||||||||
Aos Downloader | 48 | 3 years ago | Python | |||||||
Apple Open Source Downloader | ||||||||||
Get_cover_art | 41 | 3 months ago | 44 | June 02, 2022 | 5 | mit | Python | |||
Batch cover art downloader and embedder for audio files | ||||||||||
Apple_epf | 21 | 3 years ago | 6 | mit | Ruby | |||||
Downloader, Extractor and Parser for Apple Epf Affiliate files | ||||||||||
Apple_trailer_downloader | 17 | a year ago | 2 | gpl-3.0 | Python | |||||
A script to download HD trailers from the Apple Trailers website. | ||||||||||
Universaldicttools Dictutils | 17 | 7 years ago | gpl-3.0 | Python | ||||||
A universal Python-based utility and library to download, process and build dictionary in MDict, Apple XML and multiple formats. | ||||||||||
Aosd | 11 | 7 years ago | Python | |||||||
Apple Open Source Downloader | ||||||||||
Dart | 8 | 9 years ago | 5 | Objective-C | ||||||
iStore Art Downloader - download artwork at full resolution from Apple's servers. |
This utility makes it easy to find and download various versions of the open source code that Apple provides on https://opensource.apple.com.
Python 2.7 or greater (this does support Python 3), running the setup.py
will determine if you need to install anything else.
Via homebrew:
$ brew update
$ brew tap samdmarshall/formulae
$ brew install samdmarshall/formulae/aosd
For instructions on installing from source or from the development version via homebrew, please see the Installing instructions on the wiki.
Once installed, the executable will be called aosd
.
The application's command console will give you full access to all of the features of aosd
. To enter the console run the binary with no flags passed. To get usage information use the help
command. For more information, please check out the guided tutorial on the wiki.
-h, --help show help message and exit
-t TYPE, --type TYPE specify the release type
-l, --list list versions of a package to check out, if no package is specified it lists available packages
-p PACKAGE, --package PACKAGE specify the name of a package from a release
-b BUILD, --build BUILD specify the build number from a package
-d DIFF DIFF, --diff DIFF DIFF specify the build number of a package to create diff against
-r, --resetcache removes currently cached package plist files
-c, --buildcache caches the package manifests and builds an index
-f, --findhash this will display the sha256 for the specified build of a package
-v, --version this will display the build version of AOSD
Please see the wiki for more information!