GeForce Now application written in Electron, wrapping around the web browser GFN implementation for ChromeBooks
You can run this wrapper directly from a local directory cloned via git. On Arch Linux you can also use this PKGBUILD for a system-wide installation.
Next to git, you will need to install npm, the Node.js package manager. On most distributions, the package is simply called npm
.
Once you have npm, clone the wrapper to a convenient location:
git clone https://github.com/hmlendea/geforcenow-electron.git
cd geforcenow-electron
npm install
npm start
On subsequent runs, npm start
will be all that's required.
Simply pull the latest version of master and install any changed dependencies:
cd geforcenow-electron
git checkout master
git pull
npm install
npm start