Nvidia GeForce Now Lands on Amazon Fire TV Sticks and Expands to Linux

Nvidia GeForce Now Lands on Amazon Fire TV Sticks and Expands to Linux
source: gettyimages
February 13, 2026

Nvidia has announced that GeForce Now is now playable on Amazon Fire TV sticks, with the streaming service also expanding its reach to Linux machines. The move aims to boost accessibility by letting members game without buying new hardware, simply by streaming to a TV or computer.

On Fire TV, the GeForce Now app supports three Fire TV Stick models: the Fire TV Stick 4K Plus (2nd Gen) running Fire OS 8.1.6.0 or newer, the Fire TV Stick 4K Max (2nd Gen) with Fire OS 8.1.6.0 or newer, and the Fire TV Stick 4K Max (1st Gen) with Fire OS 7.7.1.1 or newer. Those devices unlock a ready-to-play library of more than 2,000 titles, including hits like ARC Raiders, Baldur’s Gate 3, Fortnite, and Crysis.

While this broadens GeForce Now’s footprint, there are some caveats. Gameplay on these platforms is capped at 1080p at up to 60 frames per second, and HDR isn’t available. Still, the option provides immediate access to a substantial catalog through the free tier, with ongoing support across Windows PCs and Macs as well.

The Linux expansion is positioned as a rare piece of good news for Linux gamers, who have long fought with compatibility gaps. By bringing GeForce Now to Linux, Nvidia helps fans skip expensive GPU upgrades by streaming titles instead of relying solely on local hardware.

In short, GeForce Now’s arrival on Fire TV sticks and its Linux support offer a practical path for players who want to enjoy modern games without immediate hardware investments. As RAM costs climb and new GPUs become scarce, cloud streaming continues to be a compelling alternative for staying current with top titles.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 145 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6645813,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}