Skip to content

Linux Desktop client for Nvidia's GeForce NOW game streaming service

License

Notifications You must be signed in to change notification settings

kenvandine/geforcenow

 
 

Repository files navigation

About

Unofficial client for Nvidia's GeForce NOW game streaming service, providing a native Linux desktop experince and some additional features such as Discord rich presence.

Disclaimer

This project and its contributors are not affiliated with Nvidia, nor it's GeForce NOW product. This repository does not contain any Nvidia / GeForce NOW software. It is simply an Electron wrapper that loads the official GFN web application page, just as it would in a regular web browser.

Installation

Get it from the Snap Store

Manual Installation

  • Go to the latest release.
  • Download the specific file that best fits your disto.

Usage

Building from source

Requirements

You will need to install npm, the Node.js package manager. On most distributions, the package is simply called npm.

Cloning the source code

Once you have npm, clone the wrapper to a convenient location:

git clone https://github.com/kenvandine/geforcenow.git

Building

npm install
npm start

On subsequent runs, npm start will be all that's required.

Updating the source code

Simply pull the latest version of master and install any changed dependencies:

git checkout master
git pull
npm install

Links

About

Linux Desktop client for Nvidia's GeForce NOW game streaming service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • Shell 3.5%