Documentation site for OpenCloudGaming/OpenNOW, the open-source Electron-based GeForce NOW client.
This repo hosts the public documentation website for OpenNOW — an open-source Electron desktop client for GeForce NOW. The app lives in opennow-stable/ and uses Electron, React, and TypeScript.
| Section | Description |
|---|---|
| Getting Started | Download releases or build from source |
| Architecture | Electron main / preload / renderer split |
| Authentication | OAuth + PKCE login flow |
| WebRTC | Signaling, SDP, and data channels |
| Media | Screenshots, recordings, and local storage |
| Input | Shortcuts, pointer lock, gamepad, microphone |
| Configuration | Settings model and defaults |
npm install
npm run dev # dev server
npm run build # production build
npm run preview # preview production buildThese pages are anchored to the upstream repo's README, docs/development.md, and the Electron source under opennow-stable/src/. When the app changes, update docs to match.