Your favorite streaming app isn’t on the Amazon App Store. You know it exists, you know other people are using it on their Firestick, and you’re stuck staring at a search bar that keeps coming up empty.
Here’s the thing: how to install third party apps on Firestick is genuinely straightforward once you know which method fits your situation. Amazon locks things down by default, but they also built in the tools you need to get around that. You just have to know where to look.
Millions of Fire TV users sideload apps every month — from free movie platforms to custom IPTV players to emulators that Amazon would never officially stock.
Quick Answer: How to Sideload Apps on Firestick
To install third-party apps on a Firestick, you need to enable Unknown Sources in Developer Options, then use one of three methods: the Downloader app (easiest), Send Files to TV (wireless from your phone), or ADB sideloading from a PC. All three methods work on Fire OS without rooting or voiding your warranty.

Why Amazon Blocks Third-Party Apps (And Why It Doesn’t Matter)
Amazon wants you using their store. That’s the business model. By default, the Fire OS blocks any APK that doesn’t come through their official channels — but this is a setting, not a wall.
Developer Options on Firestick exist specifically to give power users more control. These aren’t hidden or obscure; Amazon includes them in every device. They just don’t advertise them.
Once you flip two settings, the entire Android app ecosystem opens up. You’re not jailbreaking anything. You’re not modifying system files. You’re using a feature Amazon built in.
Method 1: How to Install Third Party Apps on Firestick Using Downloader
This is the go-to method for 90% of users. The Downloader app firestick guide approach is fast, reliable, and requires no extra hardware.
Step 1: Enable Developer Options on Firestick
- Go to Settings from your home screen
- Select My Fire TV (or Device on older models)
- Click Developer Options
- If you don’t see this, tap About first, then rapidly click Fire TV Stick seven times — this unlocks Developer Mode
Note on firestick developer options missing: If the menu simply doesn’t appear after tapping, make sure your Fire OS is updated. Outdated firmware sometimes buries this option.
Step 2: Enable Unknown Sources
Inside Developer Options, toggle on two settings:
- Apps from Unknown Sources — this is the critical one
- ADB Debugging — useful if you plan to use a PC later
This is the enable unknown sources firestick step that unlocks everything. Without it, no third-party APK will install.
Step 3: Install the Downloader App
- Go back to the home screen and open the Search icon
- Type “Downloader” and select the orange icon from AFTVnews
- Install it — it’s free and it’s in Amazon’s official store
Step 4: Install Your APK
- Open Downloader and enter the direct APK URL for the app you want
- Hit Go — Downloader fetches the file and prompts you to install
- Once installed, tap Delete to remove the APK file and free up space
That’s it. The app now lives on your Firestick like any other. The install apk on fire tv stick process literally takes under five minutes.

Method 2: Sideload from Your Phone Using Send Files to TV
If you already have the APK downloaded on your Android phone, this is the fastest route. No URLs to type, no PC required.
How It Works
Send Files to TV is a free app available on both the Play Store (for your phone) and Amazon’s App Store (for your Firestick). It uses your local Wi-Fi network to push files from one device to the other.
- Install Send Files to TV on your Android phone
- Install Send Files to TV on your Firestick from the Amazon App Store
- Open the app on your Firestick and select Receive
- On your phone, open the app, tap Send, and locate your APK
- Select your Firestick from the list of nearby devices
- The file transfers and automatically prompts installation on your TV
This is especially useful for the firestick third party app store alternatives like Aptoide TV or Aurora Store, since those APKs are widely available and easily downloadable on a phone first.
One Catch
Both devices must be on the same Wi-Fi network. If your phone is on mobile data or a different network, the transfer won’t work.
Method 3: ADB Sideloading from a PC (Advanced)
This method is for users who are comfortable with command-line tools — or who need to install apps that can’t be fetched via a direct URL.
Fire OS sideloading tutorial via ADB gives you the most control. You can install any APK, push files silently, and even automate installs across multiple devices.
What You Need
- A Windows, Mac, or Linux PC
- ADB (Android Debug Bridge) — part of the Android SDK Platform Tools
- Your Firestick’s IP address
- ADB Debugging enabled (from Method 1, Step 2)
Step-by-Step ADB Setup
- Download Android SDK Platform Tools from the official Android developer site
- On your Firestick, go to Settings → My Fire TV → About → Network and note the IP address
- Open a terminal or command prompt on your PC
- Run:
adb connect [your firestick IP address] - Confirm the connection prompt that appears on your TV screen
- Run:
adb install path/to/yourapp.apk
The install completes silently and the app appears in your app drawer.
For sideload apps fire tv cube users: the process is identical. Fire TV Cube runs the same Fire OS, so every step applies.
What Apps Are Actually Worth Installing?
Getting the sideloading mechanic down is one thing — knowing what to install is another.
Here are the safe third party apps firestick users actually use:
- Downloader (already mentioned, but also useful as a file manager)
- Kodi — media center that plays local and network files
- Cinema HD / BeeTV — free streaming apps with large content libraries
- Stremio — aggregator that pulls from multiple sources including Torrent streams
- Aptoide TV — an alternative app store designed specifically for Android TV
- Aurora Store — lets you install apps from the Google Play catalog without a Google account
- RetroArch — emulator frontend that supports dozens of gaming systems
For a deeper breakdown of the best jailbreak apps firestick that are actually stable and actively maintained, check out streaming app guides and Fire TV tips → — it covers which apps have the best update history and which ones have gone dark.
Firestick Unknown Apps Setting: What Changes After You Enable It
A common question after enabling unknown sources: does this make my Firestick less secure?
Technically, yes — slightly. The firestick unknown apps setting exists for a reason. Malicious APKs can cause real problems if you install something from an untrusted source.
Practically speaking, the risk is manageable if you follow a few rules:
- Only download APKs from known sources — the app’s official site, trusted communities like Reddit’s r/FireTV, or established mirrors
- Don’t install APK files from random URLs someone sends you
- Delete APK files after install — this removes the file itself even if the installed app stays
- Use a VPN if you’re streaming from gray-area sources — this protects your traffic at the network level
For a thorough breakdown of device security when sideloading, how to safely sideload Android apps → Android Authority’s guide on APK sideloading is worth reading before you start installing anything unfamiliar.
Troubleshooting: Common Sideloading Problems
“App Not Installed” Error
This almost always means one of two things: the APK is corrupted (re-download it), or the APK is built for a different CPU architecture. Fire TV Sticks use ARM processors — make sure you’re downloading an ARM-compatible build.
Firestick Developer Options Missing
If you can’t find Developer Options at all, navigate to Settings → My Fire TV → About and tap the Fire TV Stick name repeatedly (around 7 times) until you see “You are now a developer” at the bottom of the screen.
App Installs But Won’t Open
Force-close the app and relaunch. If it still fails, the app may need Google Play Services — which Fire OS doesn’t include. Apps built specifically for Android TV or that use Amazon’s APIs work best.
Downloader Can’t Fetch the URL
Double-check that the URL ends in .apk — Downloader needs a direct file link, not a webpage. If the site redirects, try finding the raw APK link through the developer’s GitHub releases page.
Which Method Should You Use?
| Your Situation | Best Method |
|---|---|
| Just want a quick install | Downloader app |
| Have APK on your phone | Send Files to TV |
| Installing multiple apps / advanced control | ADB from PC |
| Fire TV Cube user | Any — all methods work identically |
Final Thoughts
You don’t need to be technical to expand what your Firestick can do. The three methods above cover every scenario — from a quick five-minute install to full ADB control — and none of them require rooting your device or voiding your warranty.
If there’s one thing to take away: enable unknown sources firestick first, then pick the method that matches your comfort level. Everything else follows from that single toggle.
Now that you know how to install third party apps on Firestick, the next step is finding the right apps to actually install. Drop a comment below with what you’re trying to run — happy to point you in the right direction. And if you want regular streaming tips, app recommendations, and Fire TV guides, subscribe to the newsletter so you don’t miss the next one.
Frequently Asked Questions
Q1: Does sideloading apps on Firestick void the warranty?
- No. Enabling Developer Options and installing third-party APKs doesn’t void your Amazon warranty. You’re using a built-in feature, not modifying system files or rooting the device. Amazon can still replace or service your hardware normally.
Q2: Is it legal to sideload apps on a Firestick?
- Sideloading itself is completely legal — you’re just installing software outside the official store. What matters is what you install. Apps that stream pirated content sit in a legal gray area depending on your country. The sideloading mechanism? Totally fine.
Q3: Will third-party apps slow down my Firestick?
- They can, if you go overboard. Every installed app eats into your storage and RAM, and older Firestick models only have 1–1.5GB of RAM to work with. Stick to apps you actually use, delete APK files after installing, and clear app caches regularly to keep things running smoothly.
Q4: Why does my sideloaded app keep disappearing after a reboot?
- This usually happens with older Fire OS versions when Amazon’s App Usage Data setting is on — it can auto-remove apps it flags as unused. Go to Settings → Preferences → Privacy Settings and turn off “Collect App Usage Data.” That typically stops the auto-removal.
Q5: Can I install the Google Play Store on a Firestick?
- Technically yes, but it’s not worth the headache. Fire OS is based on Android but lacks Google’s core services, so most Play Store apps either crash or behave unpredictably. Aurora Store is a far better option — it lets you browse and install Google Play apps without needing Google’s framework, and it’s specifically built to handle this gap.

