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
2026-04-01 15:56:41 -07:00
.github CI: multiple fixes 2026-02-25 07:33:55 +05:30
AltBackup debloat: converted xcode groups to xcode folder + removed unused files 2026-02-22 16:17:01 +05:30
AltStore cleanup: removed Jailbreak stuff, PatchAppOperation etc. since no longer relevant 2026-04-01 15:44:34 -07:00
AltStore.xcodeproj cleanup: removed Jailbreak stuff, PatchAppOperation etc. since no longer relevant 2026-04-01 15:44:34 -07:00
AltStore.xcworkspace workspace: added minimuxer SPM package 2026-03-01 01:49:12 +05:30
AltStoreCore bug-fix: fix useMainProfile not saved / not set during initialization 2026-02-24 16:08:15 +08:00
AltWidget refactor: streamline the repo again and removed unused files from altstore 2026-02-22 21:27:31 +05:30
Dependencies updated em_proxy submodule 2026-04-01 15:56:41 -07: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 entitlements: code_sign_entitlements declaration was missing in AltStore.debug/release modes causing AppGroups access failure (nil in getPreviousBackupURL) when long pressing app entry in MyApps list 2025-11-16 04:41:26 +05:30
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 Fix AltBackup.ipa is not included 2026-03-21 15:30:49 +08: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: add Mona to Trusted Sources (#1210) 2026-03-17 12:28:56 -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.