Automatically save SHSH blobs for all of your iOS devices through Discord.
Want an automatic CLI blob saver? Check out AutoTSS-cli!
Feature | AutoTSS | shsh.host | TSSSaver | blobsaver | tsschecker | shshd |
---|---|---|---|---|---|---|
A12+ support | ✅* | ✅* | ✅* | ✅ | ✅ | ✅ |
Doesn't require a jailbreak | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
Saves SHSH blobs automatically | ✅ | ❌ | ❌ | ✅** | ❌ | ✅ |
Doesn't use local system resources | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
Saves SHSH blobs for beta iOS versions | ✅ | ✅ | ❌ | ✅*** | ✅*** | ❌ |
Automatically grabs generator-apnonce combo | ❌ | ❌ | ❌ | ✅ | ❌ | ✅ |
Detects "signing parties" | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
* Requires users to already have a generator-apnonce combination for their device, more information on that can be found here.
** Requires users to leave blobsaver always running.
*** Requires users to manually specify a BuildManifest from a beta IPSW.
To locally host your own instance, create a Discord bot and follow these steps:
-
Build and install
tsschecker
and its dependenciesIf running on Windows, you can download the latest
tsschecker
release from here and place it in the AutoTSS directory. -
Create a virtual env and install dependencies
python3 -m venv --upgrade-deps env && source env/bin/activate pip3 install -Ur requirements.txt
-
Create a
.env
file and set the following environment variables:
-
AUTOTSS_MAX_DEVICES
- Number of devices to allow users to add -
AUTOTSS_TOKEN
- AutoTSS token -
AUTOTSS_OWNER
- ID of the user that owns the bot -
AUTOTSS_TEST_GUILD
- (Optional) ID of guild to create commands in for testing -
AUTOTSS_WEBHOOK
- (Optional) URL to a Discord webhook for logging -
Example
.env
file:AUTOTSS_MAX_DEVICES=10 AUTOTSS_TOKEN=<TOKEN> AUTOTSS_OWNER=<OWNER ID>
-
Start AutoTSS
python3 bot.py
AutoTSS needs the members intent to be enabled. This can be done by going to the bot menu in your Discord bot application, and enabling the "Server Members Intent".
For any questions/issues you have, join my Discord.