majd/ipatool

▲ 1,398 stars today★ 11,233⑂ 938

Command-line tool that allows you to search for iOS, iPadOS, tvOS, visionOS, and macOS apps on the App Store, and download .ipa or macOS .pkg app packages.

11,233Star
938Fork
0Watch
0Issue
GoLanguage
-License
Created · last push · repository size 0 KB · default branch -

README

https://github.com/majd/ipatool/blob/HEAD/Release https://github.com/majd/ipatool/blob/HEAD/License https://github.com/majd/ipatool/blob/HEAD/Sponsor

ipatool is a command line tool that allows you to search for iOS, iPadOS, tvOS, visionOS, and macOS apps on the App Store, and download .ipa or macOS .pkg app packages.

https://github.com/majd/ipatool/blob/HEAD/Demo

Requirements

Installation

Linux and Windows

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

macOS

You can install ipatool using Homebrew.

$ brew install ipatool

Usage

To get started, run the following command.

$ ipatool --help
A cli tool for interacting with Apple's ipa files

Usage: ipatool [command]

Available Commands: auth Authenticate with the App Store completion Generate the autocompletion script for the specified shell download Download iOS, iPadOS, tvOS, visionOS, and macOS app packages from the App Store get-version-metadata Retrieves the metadata for a specific version of an app help Help about any command list-purchases List apps owned by the authenticated App Store account list-versions List the available versions of an App Store app purchase Obtain a license for the app from the App Store search Search for iOS, iPadOS, tvOS, visionOS, and macOS apps available on the App Store

Flags: --format format sets output format for command; can be 'text', 'json' (default text) -h, --help help for ipatool --keychain-passphrase string passphrase for unlocking keychain --non-interactive run in non-interactive session --verbose enables verbose logs -v, --version version for ipatool

Use "ipatool [command] --help" for more information about a command.

Note: the tool runs in interactive mode by default. Use the --non-interactive flag if running in an automated environment.

Compiling

The tool can be compiled using the Go toolchain.

$ go build -o ipatool

Unit tests can be executed with the following commands.

$ go generate ./...
$ go test -v ./...

License

ipatool is released under the MIT license.

More Today's Trending projects

1

debpalash / VoiceStudio

Python★ 29,840⑂ 3,606▲ 2,776 stars
2

JustVugg / colibri

C★ 32,609⑂ 3,430▲ 2,173 stars
3

bilawalsidhu / gods-eye-view

JavaScript★ 33,945⑂ 6,772▲ 1,831 stars
4

alibaba / open-code-review

Go★ 26,516⑂ 1,906▲ 1,571 stars
5

ever-co / ever-gauzy

TypeScript★ 6,164⑂ 994▲ 1,130 stars
6

pacifio / atlas

Rust★ 4,440⑂ 274▲ 1,091 stars