Platform
Vega OS app development
Vega OS app development explained: Amazon's Linux platform, why your Fire TV build will not run on it, and what React Native 0.72 means for your team.

| Foundation | Linux components, not Android |
|---|---|
| SDK | React Native 0.72 |
| Web path | Vega WebView |
| Tooling status | Vega Developer Tools, public beta |
| Relationship to Fire OS | Both continue — Amazon calls itself a multi-OS company |
| Store | Amazon Appstore |
Vega OS app development matters for one reason that has nothing to do with how good the platform is. Amazon has built a television operating system that is not Android, and if you already ship a Fire TV app, that app does not follow you onto it.
Vega OS app development for streaming services is therefore less a question of whether the platform is worth it and more a question of when, and on what basis, you add a second Amazon target.
It is Linux, and that is the whole story
Amazon is direct about the foundation: "We adopted Linux components as our foundation." The SDK is React Native 0.72, in Amazon's own words — described elsewhere as an out-of-tree implementation, which is worth knowing before you assume every community package behaves as it does on mobile. For web teams, Amazon says developers "will be able to build with Vega WebView", with the route described as installing the Vega WebView library and linking an existing web app.
Now put that beside our Fire TV page, where the argument is that Fire OS is Android with Google removed — so most of your Android code carries over and the work is replacing Google Play services dependencies.
Vega OS breaks that. An existing Fire TV app is an Android build. Vega OS does not provide an Android runtime, so there is nothing for that build to run on. Reporting on the launch describes apps needing to be rebuilt against the Vega SDK and packaged in Vega's own format rather than as an APK, which is what you would expect from the architecture Amazon describes.
The planning consequence is blunt: Amazon is now two television platforms, not one. Where your roadmap said "Fire TV", it may now need to say "Fire OS devices" and "Vega OS devices" as separate lines with separate builds.
Check which Amazon devices your viewers actually use before deciding anything. The right answer for a service with a large Fire OS audience and no React Native is very different from the answer for a React Native shop with a modest Amazon base.
Sideloading is gone, and there is a virtual device instead
Two operational facts that change how you work, and they belong together.
Sideloading is blocked. On Vega OS devices there is no Developer Options toggle for unknown sources, no APK installation and no ADB sideload, and reporting on the platform describes this as a hard cutoff that no setting change or workaround re-enables. Apps reach the device through the Amazon Appstore.
If your QA process, your internal demos or your operator deployment currently lean on pushing a build onto a stick, that route closes here. So does the informal "just send them the APK" path that most teams rely on more than they admit.
But the toolchain ships a virtual device. Vega Developer Tools is described as a suite including the Vega SDK, an SDK Manager, Vega Studio and a Vega Virtual Device.
That is a real difference from Fire TV, where Amazon provides no emulator of its own and points developers at the Android TV emulator instead. Here the virtual target is part of the platform's own toolchain.
So the two changes point in opposite directions: the day-to-day development loop gets a supported virtual device, while the informal distribution route disappears. Both belong in your plan.
Fire OS is not going away
This is the part most commentary gets wrong, and it changes the decision.
Amazon states plainly that "We've always been a multi-OS company", that it "will continue to launch new devices on Fire OS", and that it continues to launch features and support existing experiences there.
So this is not a migration with a deadline. There is no date by which your Fire OS app stops working, and no announced end of life to plan around. What there is instead is a gradually splitting device population, where new hardware may run either platform.
That argues for a specific posture rather than urgency:
- Keep your Fire OS app healthy. It serves the larger installed base today and Amazon is still shipping devices for it.
- Decide about Vega OS on your own numbers, not on the assumption that Android on Amazon devices is ending.
- Revisit the decision as Amazon's device mix shifts, because the balance is what changes, not the technology.
Where it came from, and what it runs on
Amazon announced Vega OS on 30 September 2025, with the Fire TV Stick 4K Select as the first device to run it, and reporting notes that new Echo devices run it too.
That is recent enough to matter for how you read any estimate. A vendor proposal written before autumn 2025 cannot have accounted for this platform at all, and one written since should be explicit about which Amazon target it means.
React Native is the fork in the road
The size of this project comes down to one question: what does your team already write? Amazon's SDK is React Native 0.72, so the answer is either "most of this transfers" or "this is a new stack", with very little in between.
If you already ship React Native — on mobile, or as a shared layer — then Amazon using React Native 0.72 means a substantial part of your existing work and your team's skills transfer. That is the cheapest version of this platform, and it is the case where being early costs very little.
If your Fire TV app is native Kotlin, this is a new stack, a new toolchain and a new set of platform idioms. That is a real project, and it should be justified by audience numbers rather than by novelty.
If you have a browser streaming app, evaluate the Vega WebView path before committing to anything else. Amazon describes it as installing the library and linking your existing web app, which — if it holds up in practice for a DRM-protected streaming product — is a materially cheaper route than a rewrite.
Vega OS app development for broadcasters usually lands in the second category, since broadcast TV apps have tended toward native builds, which is precisely why the decision deserves real numbers rather than enthusiasm.
The tooling is a public beta, and that is a schedule risk
Amazon describes Vega Developer Tools as a public beta, open to all developers, explicitly intended to capture feedback before a full version.
That is a healthy way to launch a platform and a genuine risk to your plan. Beta toolchains change. APIs move, build steps break between versions, and the fix is often to wait for the next release rather than to engineer around it.
Two practical measures we would take on any Vega OS work:
- Pin the toolchain version and upgrade deliberately, rather than tracking the latest.
- Do not place a hard launch date immediately after a platform milestone you do not control.
Vega OS app development for vod platforms carries slightly more of this risk than a simple channel app, because a catalogue product touches more of the SDK surface and therefore more of what is still moving.
The honest limit
This is the newest platform on our site, and the body of public knowledge about it is correspondingly thin.
There are fewer answered questions, fewer worked examples and fewer people who have shipped a production streaming app on it than for any other platform in this cluster. That is a real cost: discovery takes longer, and more problems get solved from first principles rather than found in a forum.
We think that is worth saying plainly rather than presenting a new platform as though it were a settled one. If you need certainty and a large installed base today, Vega OS is not where you find them.
What carries over
The honest split, depending on where you are starting:
Carries over. Your API layer, entitlement model and catalogue metadata, as everywhere. Your design system as specification. Your React Native components and skills, if you have them. Your web app, potentially, via Vega WebView.
Does not. Your Fire OS Android build, per the section above. Any Google Play services replacement work you did for Fire TV, since that was solving an Android problem. Platform-specific media and store integration.
Vega OS app development for telcos is the least common case today, simply because operator device programmes move slowly and this platform is new.
What drives the cost
A range that fits everyone helps nobody, so here is what actually sets the number.
- Whether you already write React Native. This is the largest single factor by some distance.
- Whether the Vega WebView path fits your product, which is worth an evaluation before any rewrite is scoped.
- Your DRM requirements, as on every platform in this cluster.
- How much beta-toolchain risk you are willing to absorb, which is a scheduling decision as much as an engineering one.
Tell us those four and you get a real number rather than a range that covers everyone.
Who builds it
Everything above is how we actually work rather than a checklist assembled for this page.
We build our own tooling. VibeView came out of exactly this problem — shipping to every platform means testing on every platform — and that matters more on a new platform than an established one, where fewer of the answers exist yet. When a project needs middleware rather than only an app, MwareTV is a technology partner of ours, so both sides come from one conversation.
And the people who scope your project are the people who build it. There is no account layer between you and the engineer tracking what changed in the last beta.
Where Vega OS sits in the rest of your rollout
Last, for most services — and deliberately so.
Build the platforms with the audience first. Vega OS earns its place when either your device numbers justify it or your stack makes it nearly free, and for a React Native team the second condition can arrive well before the first.
The exception worth naming: if you are starting an Amazon presence from scratch today, look at both Fire OS and Vega OS together rather than building for one and discovering the other.
We build these, end to end
The Vega OS app in React Native, or an evaluation of the Vega WebView route if you already have a web player, playback and DRM integration, Appstore submission, and the shared layer that keeps your Fire OS and Vega OS builds from diverging into two products.
If you are trying to work out whether this platform is worth your money yet, we will give you a straight answer from your own device numbers — and for many services today that answer is "not yet, and here is what would change it".
Send us your Amazon device distribution, whether your team ships React Native, and whether a web streaming app already exists. You will get back a scope and a number rather than a brochure.
Common questions
Will our existing Fire TV app run on Vega OS?
No. Amazon describes Vega OS as built on Linux components rather than Android, and its SDK is React Native 0.72. An existing Fire TV app is an Android build targeting a runtime Vega OS does not have, so it needs rebuilding rather than repackaging. This is the single most important planning fact about the platform.
Does Vega OS replace Fire OS?
Not wholesale. Amazon states it has always been a multi-OS company, that it has launched and will continue to launch new devices on Fire OS, and that it continues to add features and support existing experiences there. Plan for both existing in your device matrix rather than for a migration with an end date.
What do we build a Vega OS app in?
React Native. Amazon states it is using React Native 0.72. If your team already ships React Native on mobile, a large part of your existing work and skills transfer. If your Fire TV app is native Kotlin, this is new territory.
Can we reuse a web app instead?
There is a path. Amazon says web developers will be able to build with Vega WebView, and describes the route as installing the Vega WebView library and linking an existing web app. If you already have a browser streaming app, that is worth evaluating before committing to a React Native rewrite.
Is the tooling ready?
It is in public beta. Amazon describes Vega Developer Tools as a public beta open to all developers, intended to gather feedback before a full version. Treat version pinning and tooling churn as real risks, and do not schedule a launch tightly against a beta toolchain.
Should we build for Vega OS now?
Only if your analytics justify it or you have a strategic reason to be early. It is a new platform with a small installed base relative to Fire OS. The strongest case is a service already shipping React Native, where the marginal cost is low and being present early is cheap insurance.
Related
Last updated