How to Install an App on Your iPhone Without the App Store (2026)
Short answer: there are four ways, and which one you need depends on whether you built the app or someone else did. TestFlight is the normal route for testing. Sideloading with a free Apple ID works if you built it yourself. Enterprise distribution is for large companies only. And in the EU, alternative app marketplaces now exist. None of them are jailbreaking, and all of them are things Apple officially supports.
Here's what each one actually involves, including the limits nobody mentions until you hit them.
Why iPhones work this way
Every app that runs on an iPhone has to be code signed — cryptographically stamped by a certificate Apple recognises. iOS checks that signature at install and at launch, and refuses anything it can't verify.
That's why you can't email someone an app file and have them tap it, the way you can on a computer. It's also why every method below is really a different answer to the same question: whose certificate signed this, and how long is it valid?
Option 1: TestFlight
Best for: getting an app to testers, clients or friends before it's public.
TestFlight is Apple's own beta distribution system. The developer uploads a build, invites people by email or a public link, and testers install a free app called TestFlight and get the build inside it.
- Cost: free for testers. The developer needs an Apple Developer Program membership at $99 a year.
- Limits: up to 100 internal testers and 10,000 external testers. Each build expires after 90 days, so it isn't a way to run an app permanently.
- Review: internal testing is instant. External testing groups need a light Apple review first, usually much quicker than a full App Store review.
- Devices: anyone, anywhere. No cables, no computers, no technical knowledge needed.
TestFlight is the right answer for almost everyone who wants other people to try their app. The 90-day expiry is the catch: it's a testing system, not a distribution system.
Option 2: Sideloading with a free Apple ID
Best for: getting an app you built onto your own iPhone, today, without paying Apple anything.
Apple lets anyone with a free Apple ID sign apps for their own devices. You don't need the paid Developer Program. This is how a huge number of people first run something they've made.
- Cost: free.
- Limits: three apps at a time per free Apple ID, and each app expires after 7 days. After that it stops opening until you re-sign it, which takes a minute.
- Requirement: a computer. The signing happens on a Mac or PC connected to the phone, because iOS won't sign apps for itself.
- Trust step: the first time you run a sideloaded app you have to approve the developer certificate in Settings, under General, then VPN & Device Management.
The 7-day expiry sounds worse than it is in practice. For testing your own app, or for using something you made yourself, re-signing weekly is a minor chore. For giving an app to other people, it isn't viable.
Option 3: Enterprise distribution
Best for: large companies distributing internal apps to staff.
The Apple Developer Enterprise Program lets an organisation distribute apps to its own employees without the App Store, with no expiry and no per-device registration.
- Cost: $299 a year.
- Limits: genuinely restricted to organisations with over 100 employees, and apps may only go to your own staff. Apple audits this and has revoked certificates from companies distributing enterprise-signed apps to the public.
- Not an option for individuals or small teams. Don't build a plan around it.
Option 4: Alternative app marketplaces (EU only)
Best for: users in the European Union wanting apps Apple's store doesn't carry.
Following the Digital Markets Act, iOS in the EU supports alternative app marketplaces. Users can install a marketplace app and then install apps from it, and developers can distribute outside the App Store under a separate set of Apple terms.
- Availability: EU only, and it depends on your device region.
- Reality check: the ecosystem is still small, and Apple's notarisation requirements and fee structures still apply to developers using it.
What about jailbreaking?
Not recommended, and largely obsolete. Jailbreaking removes iOS security protections to install unsigned software. It voids your warranty, breaks Apple Pay and banking apps, exposes you to malware, and modern iOS versions are difficult to jailbreak at all. Every legitimate use case above is covered by an official route.
Which one do you actually need?
| You want to… | Use |
|---|---|
| Test your own app on your own phone, free | Free Apple ID sideloading |
| Send a build to testers or clients | TestFlight |
| Distribute internally at a large company | Enterprise Program |
| Publish to anyone | The App Store |
| Install apps Apple doesn't carry, in the EU | Alternative marketplace |
If you built the app: the practical path
Most people reading this aren't trying to install someone else's app. They've made something and want it on their phone. In that case the sequence is:
- Get it on your own phone first, via free Apple ID signing. This costs nothing and it's the moment an app stops being a project and starts being a thing you own. It's also the best possible test of whether the idea is any good, because you'll either open it every day or you won't.
- Share it via TestFlight once other people need to see it, which means joining the Developer Program.
- Publish to the App Store when it's ready for strangers.
Skipping step one is the most common mistake. A preview on a screen proves an app works. An icon on your home screen tells you whether it's worth building.
FAQ
Can I install an app on my iPhone without a computer? Only through TestFlight or the App Store. Sideloading with a free Apple ID requires a computer to do the signing.
Do I need to pay Apple to test my own app? No. A free Apple ID lets you sign and install up to three of your own apps, each valid for seven days.
Why does my sideloaded app stop working after a week? Free Apple ID certificates last seven days. Re-signing it from your computer restores it.
Is sideloading safe? It's an official Apple mechanism and doesn't compromise iOS security, unlike jailbreaking. Only install apps from sources you trust.
How many people can I send a TestFlight build to? Up to 100 internal testers and 10,000 external testers.
Does an app need to be on the App Store to be real? No. Plenty of apps live entirely on TestFlight or as internal tools. The App Store is for reaching strangers.
Getting your own app onto your own phone
If you've built something and you're stuck at the last step, that's the problem Orchard is designed around. Describe an app in plain English, Orchard generates real native Swift, compiles it on a real Mac, and Orchard Connect installs it on your iPhone using your own free Apple ID — no paid developer account, no Xcode. When you're ready for other people, it handles TestFlight and App Store submission under your own developer account.
Next: How to build an iPhone app on Windows without a Mac, Do you need an Apple Developer account?, and How to build an iPhone app and publish it to the App Store
Built something and want it on your phone today? Orchard generates a real native iPhone app from a prompt and installs it with your own free Apple ID — no $99 account needed to start.
Build your iOS app from a single prompt
Describe your idea — Orchard generates a real, native SwiftUI app and ships it to TestFlight. Free, no code, no Mac.
Generate your app →