To install NineAnimator on iOS/iPadOS, you have the following options:
- TestFlight Beta Testing
- AppStore
- NineAnimator AltStore Source (Beta)
- Legacy Methods
- Install from Third-Party App Stores
- Install via Cydia Impactor with Compiled IPAs
- For Contributors
- Build from Source Code
To install/update NineAnimator on macOS, follow the steps below:
- Head to the latest release page;
- Scroll down to Assets, click on the file with suffix
.macCatalyst.zip
; - Decompress the archive and drag the NineAnimator app to your Applications folder.
NineAnimator Beta Testing Program is currently unavailable. We plan to make it available again soon. Please use another method for now. Join our Discord server for more information.
We're constantly adding supports for new websites and implementing additional features.
Join the NineAnimator Beta Testing Program
to be the first ones to try out those updates:
https://testflight.apple.com/join/SzIVhF6w
Note: NineAnimator is currently unavailable on the App Store. Join our Discord server for more information.
NineAnimator is now available on the AppStore. We recommand you to install NineAnimator from the AppStore.
Note: NineAnimator's AltStore Source is an experimental service. Currently the version on the AltStore source is synchronized with the latest Github release.
- Source URL:
https://9ani.app/api/altstore
(Add Source) - Source Preview
NineAnimator is available on the following third-party app stores:
Download the latest compiled IPA file from the release page and install the app with Cydia Impactor.
For detailed instructions please view the #installation channel on our Discord server.
To build this app, you will need to have the latest version of Xcode installed. Open the Terminal app and clone the project to your local machine.
$ git clone --recursive https://github.com/SuperMarcus/NineAnimator.git
This repository contains the code used for distribution. To build and sign the app, you will need to modify the app's Bundle Identifier, Teams, and Capabilities.
- Navigate to the
NineAnimator
project file. - Under the
General
tab, change part of theBundle Identifier
to any aphanumeric characters without whitespaces. - Then navigate to the
Signing & Capabilities
tab. Select your team in theTeams
drawer. If Xcode prompts you for the signing options, choose the one that let Xcode automatically manages signing. - Scroll down in the
Signing & Capabilities
tab. Remove the associated domains capability.
When contributing, do not include your team identifier.
You won't need any Apple Developer membership to build and install this app. Open this project in Xcode, connect your phone to the computer, select your device, and click the run button on the top left corner.