How to Download an App Without the App Store

Most people install apps the same way every time — open the App Store or Google Play, tap install, done. But there are legitimate reasons to go outside that system: an app isn't available in your region, you're running an older OS version, or you need a build that isn't published through official channels. Understanding how this works — and what's involved — depends heavily on your device and platform.

What "Sideloading" Actually Means

Installing an app outside an official store is called sideloading. The app file is downloaded directly — not through a curated marketplace — and installed manually on your device.

On Android, the file format is APK (Android Package Kit). On Windows, it's typically an .exe or .msi installer. On macOS, it's a .dmg or .pkg file. iOS is a different story, covered below.

Sideloading isn't inherently dangerous, but it does remove one layer of automated vetting. What you do with that responsibility matters.

Android: The Most Flexible Option

Android was designed with sideloading as an accessible feature. The process involves two steps:

  1. Enable "Install unknown apps" — found in Settings under Security or Apps, depending on your Android version. On Android 8 and later, this permission is granted per-app (so you'd allow your browser or file manager to install APKs, rather than enabling it system-wide).
  2. Download the APK file and open it to trigger installation.

Sources for APKs include the developer's own website, open-source repositories like F-Droid (which hosts free and open-source apps), and APK mirror sites. The source matters enormously. An APK from a developer's official site carries very different risk than one from an unverified third-party host.

F-Droid, for example, is a well-established alternative app repository for Android that only hosts open-source software and provides its own verification layer. It functions similarly to an app store — just not Google's.

Windows and macOS: Already Built for This

Desktop operating systems have always supported installing software outside a store. On Windows, downloading an installer from a developer's website and running it is the standard method — the Microsoft Store is optional, not required. You may encounter a SmartScreen warning for software from unknown publishers, which is a prompt to verify the source, not an outright block.

On macOS, Apple uses Gatekeeper to enforce security policies. By default, only apps from the App Store and identified developers (those with an Apple Developer signature) are allowed. To install something outside those boundaries, you'd need to adjust settings in System Preferences under Security & Privacy. Apps distributed as open-source or by smaller developers often fall into this category.

Notarization is an additional layer Apple introduced — developers submit their apps to Apple for automated security scanning before distribution. Notarized apps from outside the App Store still run smoothly on macOS; non-notarized apps require more manual steps to open.

iOS: The Restricted End of the Spectrum 🔒

iOS has historically been the most locked-down platform for sideloading. Apple's walled-garden approach means that, by default, there is no supported way to install apps outside the App Store on a standard iPhone or iPad.

There are exceptions:

  • TestFlight — Apple's official beta-testing platform. Developers can distribute pre-release apps to up to 10,000 testers through TestFlight without full App Store approval. This is legitimate, Apple-sanctioned, and widely used.
  • Enterprise distribution — Organizations with an Apple Developer Enterprise Program account can distribute internal apps directly to their employees' devices using configuration profiles.
  • Developer mode (iOS 16 and later) — Users with a paid Apple Developer account can install apps directly onto their own devices via Xcode.
  • Jailbreaking — Removing Apple's software restrictions entirely. This voids warranty, introduces significant security exposure, and can destabilize the OS. It's a technically complex path that falls well outside standard use.

The regulatory landscape around iOS sideloading is actively shifting in some regions, particularly in the EU following the Digital Markets Act, which has pushed Apple toward allowing alternative app marketplaces on iPhones in those markets. What's available — and where — varies depending on when you're reading this and your geographic location.

Key Factors That Affect Your Outcome

VariableWhy It Matters
PlatformAndroid is permissive; iOS is restrictive; desktop OSes are open
OS versionOlder versions may lack permission controls or support newer APK formats
Source of the APK/installerDetermines security risk significantly
Developer signing/notarizationAffects whether the OS flags or blocks the install
Geographic locationRegulatory rules affect what alternative stores are legally available
Technical comfort levelSome methods involve terminal commands, configuration profiles, or developer tools

The Security Piece You Shouldn't Skip 🛡️

When you sideload, you're bypassing one layer of review — not every layer of protection. Your device's built-in security, any antivirus software you use, and your own judgment about the source all still apply.

A few general practices that apply regardless of platform:

  • Download only from the developer's official site or a known, reputable repository
  • Check file hashes when provided (developers sometimes publish SHA-256 checksums to verify file integrity)
  • Be cautious with apps that request excessive permissions after installation
  • Keep your OS updated — security patches apply even to sideloaded environments

Where Your Setup Changes Everything

The method that works — and the level of effort involved — shifts significantly depending on which device you're on, which OS version you're running, and why you need an app that isn't in the official store. A developer testing their own iOS build has a completely different path than someone on Android looking for a regional app, or a macOS user installing open-source software their employer doesn't distribute through the company portal.

The concept is the same across platforms. The practical reality of applying it is where your specific situation becomes the deciding factor.