OpenNOW v0.2.1
Open source native GeForce NOW client built with Rust.
Changed
- Release artifacts are now packaged as ZIP archives for all platforms.
Downloads
- Windows x64: Portable executable with bundled FFmpeg DLLs
- Windows ARM64: Portable executable with bundled FFmpeg DLLs (Surface Pro X, etc.)
- macOS ARM64: Apple Silicon native binary with bundled FFmpeg dylibs (Intel Macs can use Rosetta 2)
- Linux x64: Portable binary (requires system FFmpeg - see below)
- Linux ARM64: Portable bundle with FFmpeg libs (run via
./run.sh)
Linux x64 users: Install FFmpeg via your package manager:
# Ubuntu/Debian
sudo apt install ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev
# Fedora/RHEL
sudo dnf install ffmpeg-free ffmpeg-free-devel
# Arch
sudo pacman -S ffmpeg