All Projects โ†’ majd โ†’ ipatool

majd / ipatool

Licence: MIT license
Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store

Programming Languages

swift
15916 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to ipatool

WWDC
๐ŸŒˆ ๐–๐–๐ƒ๐‚ ๐’๐ž๐ฌ๐ฌ๐ข๐จ๐ง ๐๐จ๐ญ๐ž๐ฌ ๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป โœจ
Stars: โœญ 31 (-98.73%)
Mutual labels:  apple, appstore
Xresign
XReSign - developer tool to sign or resign iOS app (.ipa) files with a digital certificate from Apple.
Stars: โœญ 277 (-88.64%)
Mutual labels:  apple, ipa
WacOS
A Linux distribution that mimics MacOS (modern and classic) iOS, and other Apple operating systems, but is open, customizable, and free to use on non-apple hardware.
Stars: โœญ 18 (-99.26%)
Mutual labels:  apple, ipa
ios code sign
iOS ็ญพๅ็ฎ€ไป‹
Stars: โœญ 23 (-99.06%)
Mutual labels:  apple, ipa
Neptunes
simple and reliable Last.fm scrobbler for iTunes and Spotify for macOS
Stars: โœญ 98 (-95.98%)
Mutual labels:  apple, itunes
Hackers
Hackers is an elegant iOS app for reading Hacker News written in Swift.
Stars: โœญ 513 (-78.96%)
Mutual labels:  apple, appstore
cider
Submit your builds to the Apple App Store in seconds
Stars: โœญ 19 (-99.22%)
Mutual labels:  apple, appstore
Ultratabsaver
The open source Tab Manager Extension for Safari.
Stars: โœญ 178 (-92.7%)
Mutual labels:  apple, appstore
Popcorntimetv
Popcorn Time for Apple TV 4, iPhone and iPad
Stars: โœญ 1,216 (-50.12%)
Mutual labels:  apple, ipa
Spalert
Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
Stars: โœญ 1,014 (-58.41%)
Mutual labels:  apple, appstore
Musaicfm
Screensaver inspired by Appleโ€™s inbuilt iTunes Screensaver. It can display Artwork by Spotify or last.fm Profile Data.
Stars: โœญ 144 (-94.09%)
Mutual labels:  apple, itunes
Nativepopup
Clone of Apple iOS App's feedback popup, and easily customizable.
Stars: โœญ 247 (-89.87%)
Mutual labels:  apple, appstore
ESP8266-HomeKit-Air-Quality-Sensor-Elgato-Eve-Room
ESP8266 based ๏ฃฟ Homekit Indoor Air Quality sensor that acts like Eve Room๐ŸŒฑ
Stars: โœญ 58 (-97.62%)
Mutual labels:  apple
brisk-ios
An iOS app for submitting radars
Stars: โœญ 28 (-98.85%)
Mutual labels:  apple
apprankings
App Store Rankings Scraper
Stars: โœญ 37 (-98.48%)
Mutual labels:  appstore
Notarize
Notarization status monitoring tool for macOS, supporting multiple developer accounts.
Stars: โœญ 90 (-96.31%)
Mutual labels:  apple
NotionAI-MyMind
This repo uses AI and the wonderful Notion to enable you to add anything on the web to your "Mind" and forget about everything else.
Stars: โœญ 181 (-92.58%)
Mutual labels:  apple
appleloops
A utility to deploy the additional audio content packages for Apple's audio editing programs.
Stars: โœญ 20 (-99.18%)
Mutual labels:  apple
iOS-Programming-Documents
iOS Programming Documents in Korean
Stars: โœญ 64 (-97.37%)
Mutual labels:  apple
wireshark-awdl
Wireshark Dissector for Apple Wireless Direct Link (AWDL) and Apple's CoreCapture logging framework. Note: the AWDL dissector is part of Wireshark 3.0!
Stars: โœญ 109 (-95.53%)
Mutual labels:  apple

IPATool

Release License Unit Tests Integration Tests Swift macOS

ipatool is a command line tool that allows you to search for iOS apps on the App Store and download a copy of the app package, known as an ipa file.

Demo

Requirements

  • macOS 10.11 or later.
  • Apple ID set up to use the App Store.

Installation

Manual

You can grab the latest version of ipatool from GitHub releases.

Homebrew

You can install ipatool using Homebrew.

$ brew tap majd/repo
$ brew install ipatool

Usage

To authenticate with the App Store, use the auth command.

OVERVIEW: Authenticate with the App Store.

USAGE: ipatool auth <subcommand>

OPTIONS:
  --version               Show the version.
  -h, --help              Show help information.

SUBCOMMANDS:
  login                   Login to the App Store.
  revoke                  Revoke your App Store credentials.

  See 'ipatool help auth <subcommand>' for detailed help.

To search for apps on the App Store, use the search command.

OVERVIEW: Search for iOS apps available on the App Store.

USAGE: ipatool search <term> [--limit <limit>] [--country <country>] [--device-family <device-family>] [--log-level <log-level>]

ARGUMENTS:
  <term>                  The term to search for.

OPTIONS:
  -l, --limit <limit>     The maximum amount of search results to retrieve.
                          (default: 5)
  -c, --country <country> The two-letter (ISO 3166-1 alpha-2) country code for
                          the iTunes Store. (default: US)
  -d, --device-family <device-family>
                          The device family to limit the search query to.
                          (default: iPhone)
  --log-level <log-level> The log level. (default: info)
  --version               Show the version.
  -h, --help              Show help information.

To obtain a license for an app, use the purchase command.

OVERVIEW: Obtain a license for the app from the App Store.

USAGE: ipatool purchase --bundle-identifier <bundle-identifier> [--country <country>] [--device-family <device-family>] [--log-level <log-level>]

OPTIONS:
  -b, --bundle-identifier <bundle-identifier>
                          The bundle identifier of the target iOS app.
  -c, --country <country> The two-letter (ISO 3166-1 alpha-2) country code for
                          the iTunes Store. (default: US)
  -d, --device-family <device-family>
                          The device family to limit the search query to.
                          (default: iPhone)
  --log-level <log-level> The log level. (default: info)
  --version               Show the version.
  -h, --help              Show help information.

To download a copy of the ipa file, use the download command.

OVERVIEW: Download (encrypted) iOS app packages from the App Store.

USAGE: ipatool download --bundle-identifier <bundle-identifier> [--country <country>] [--device-family <device-family>] [--output <output>] [--log-level <log-level>] [--purchase]

OPTIONS:
  -b, --bundle-identifier <bundle-identifier>
                          The bundle identifier of the target iOS app.
  -c, --country <country> The two-letter (ISO 3166-1 alpha-2) country code for
                          the iTunes Store. (default: US)
  -d, --device-family <device-family>
                          The device family to limit the search query to.
                          (default: iPhone)
  -o, --output <output>   The destination path of the downloaded app package.
  --log-level <log-level> The log level. (default: info)
  --purchase              Obtain a license for the app if needed.
  --version               Show the version.
  -h, --help              Show help information.

Note: You can specify the Apple ID email address and username as arguments when using the tool or by setting them as environment variables (IPATOOL_EMAIL and IPATOOL_PASSWORD). If you do not specify this information using either of those methods, the tool will prompt for user input in an interactive session. Similarly, you can supply the 2FA code interactively or using the environment variable IPATOOL_2FA_CODE.

License

IPATool is released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].