Italogc / SignTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SignTools

A free, self-hosted platform to sign and install iOS apps without a computer *

GitHub GitHub issues Docker Pulls Docker Image Version (latest semver) GitHub all releases GitHub release (latest SemVer)

Introduction

SignTools is a sideloading platform that takes a different approach from any similar tools. It consists of two components β€” a service and a builder. The builder is a macOS machine which performs signing using official Apple software. Doing so means high reliability and compatibility. The service (this repo) can be hosted anywhere, and it provides a web interface for you to upload, sign, and download apps, using the builder where necessary. Having the web service means that you don't need anything installed on your phone, and you can still sideload without a computer *.

Don't be discouraged if this sounds complicated β€” you don't need to own a Mac or a server, and the simple setup takes less than 5 minutes! Read ahead for more information and examples.

πŸ™Œ Community

Come join the official Discord to get more interactive support and have general conversations about this project: https://discord.gg/A4T6npnRCk

Disclaimer

This project is self-hosted; there is no public service. It does not provide any alternative catalog of apps. This project does not provide, promote, or support any form of piracy. This project is aimed solely at people who want to install homebrew apps on their device, much like the popular AltStore. We (all collaborators) cannot be held liable for anything that happens by you using this project.

Features

  • No jailbreak required
  • iOS, iPadOS, macOS (M1) supported
  • No computer required after an initial setup *
  • Minimalistic, mobile-friendly web interface
  • Upload unsigned apps, download signed apps
  • Inject tweaks as you are signing apps
  • Install signed apps from the website straight to your iOS device via OTA *
  • Provisioning profiles, paid and free developer accounts supported
  • Every possible signing method supported, including entitlements *
  • Choose from multiple signing profiles for each app

* Free developer accounts require a computer to install apps and some entitlements will not work. Check out the FAQ.

Screenshots

Installation

There are multiple ways to install this web service:

  • Simple β€” on a free Railway server

  • Advanced β€” on your own machine

License

This project and all of its unlicensed dependencies under the SignTools organization are licensed under AGPL-3.0. A copy of the license can be found here. Raise an issue if you are interested in exclusive licensing.

About

License:GNU Affero General Public License v3.0


Languages

Language:Go 95.0%Language:HTML 4.0%Language:Shell 0.7%Language:Dockerfile 0.3%