SideStore is a fork of AltStore that doesn't require an AltServer.
  • Swift 94.3%
  • Python 3.3%
  • Objective-C 1.7%
  • Makefile 0.7%
Find a file
SternXD a0d3c5ed4a
fix(#703): Allow mobiledevicepair extension for pairing
Signed-off-by: Stern <stern@sidestore.io>
2026-05-09 15:47:00 -04:00
.github Update actions (#1280) 2026-05-08 16:34:09 -07:00
AltBackup debloat: converted xcode groups to xcode folder + removed unused files 2026-02-22 16:17:01 +05:30
AltStore fix(#703): Allow mobiledevicepair extension for pairing 2026-05-09 15:47:00 -04:00
AltStore.xcodeproj - Fix: corrected device IP in vpn configuration screen + corrected altsign package to use master-branch 2026-05-05 12:15:45 +05:30
AltStoreCore feat: extend range of exploit check 2026-04-09 20:35:59 -04:00
AltWidget fix(widget): blank app icons 2026-05-09 15:45:42 -04:00
Dependencies update minimuxer to fix build issue 2026-04-04 11:56:32 +08:00
scripts/ci CI: changelog in md was incorrect in release notes 2026-02-25 08:08:46 +05:30
Shared refactor: streamline the repo again and removed unused files from altstore 2026-02-22 21:27:31 +05:30
SideStore MinimuxerWrapper: remove spam logs 2026-03-03 04:33:07 +05:30
xcconfigs Fix: base bundleID for AltBackup debug config was incorrect 2026-02-02 08:39:32 +05:30
.editorconfig Add .editorconfig file (#109) 2022-11-08 12:10:39 -07:00
.gitignore staging: added some redundant files to gitignore 2026-02-24 13:14:40 +05:30
.gitmodules cleanup: removed Jailbreak stuff, PatchAppOperation etc. since no longer relevant 2026-04-01 15:44:34 -07:00
Build.xcconfig chore: bump to 0.6.4 [noci] 2026-05-05 00:49:16 -04:00
CERTIFICATE-OF-ORIGIN.md legal: developer's certificate of origin 1.1 (#686) 2024-09-07 14:23:16 -04:00
CodeSigning.xcconfig.sample feat: add the ability to import/export account data 2025-09-07 13:47:04 -04:00
CONTRIBUTING.md - Multiple fixes and CI setup 2025-02-08 11:36:55 +05:30
LICENSE Add LICENSE 2019-10-03 15:17:50 -07:00
Makefile change build to use .xcodeproj instead of workspace 2026-04-04 01:43:15 -07:00
README.md LocalDevVPN (#1126) 2025-12-04 21:40:39 -05:00
SideStore.conf Upload config (#383) 2023-06-12 09:39:20 -07:00
trustedapps.json feat: LC Source Update (#1253) 2026-04-10 23:31:21 -04:00

SideStore

SideStore is an untethered, community driven alternative app store for non-jailbroken iOS devices

License: AGPL v3 PRs Welcome Nightly SideStore build .github/workflows/beta.yml Discord

Alt

SideStore is an iOS application that allows you to sideload apps onto your iOS device with just your Apple ID. SideStore resigns apps with your personal development certificate, and then uses a specially designed VPN in order to trick iOS into installing them. SideStore will periodically "refresh" your apps in the background, to keep their normal 7-day development period from expiring.

SideStore's goal is to provide an untethered sideloading experience. It's a community driven fork of AltStore, and has already implemented some of the community's most-requested features.

(Contributions are welcome! 🙂)

Requirements

  • Xcode 15
  • iOS 14+
  • Rustup (brew install rustup)

Why iOS 14? Targeting such a recent version of iOS allows us to accelerate development, especially since not many developers have older devices to test on. This is corrobated by the fact that SwiftUI support is much better, allowing us to transistion to a more modern UI codebase.

Project Overview

SideStore

SideStore is a just regular, sandboxed iOS application. The AltStore app target contains the vast majority of SideStore's functionality, including all the logic for downloading and updating apps through SideStore. SideStore makes heavy use of standard iOS frameworks and technologies most iOS developers are familiar with.

EM Proxy

EM Proxy powers the defining feature of SideStore: untethered app installation. By leveraging a custom-built App Store app with additional entitlements (LocalDevVPN) to create the VPN tunnel for us, it allows SideStore to take advantage of Jitterbug's loopback method without requiring a paid developer account.

Minimuxer

Minimuxer is a lockdown muxer that can run inside iOSs sandbox. It replicates Apples usbmuxd protocol on macOS to “discover” devices to interface with LocalDevVPN on-device.

Roxas

Roxas is Riley Testut's internal framework from AltStore used across many of their iOS projects, developed to simplify a variety of common tasks used in iOS development.

We're hoping to eventually eliminate our dependency on it, as it increases the amount of unnecessary Objective-C in the project.

Contributing/Compilation Instructions

Please see CONTRIBUTING.md

Licensing

This project is licensed under the AGPLv3 license.