Installation Guide
Ryujinx is available as pre-built binaries for Windows, macOS, and Linux. You can also build from source if you prefer.Choose Your Build Type
Ryujinx offers two release channels:Stable Builds
Recommended for most usersReleased monthly based on the
master branch. These builds provide a more enjoyable and stable experience with consistent, tested updates.Download StableCanary Builds
For experienced usersCompiled automatically for each commit on the
master branch. May be unstable or completely broken. Only recommended for testing and development.Download CanaryStable builds are released every month or so to ensure consistent updates without overwhelming users with frequent individual downloads.
Installing Pre-Built Binaries
- Windows
- macOS
- Linux
Download Ryujinx
- Visit the Stable Releases page
- Download the latest Windows build (
.zipfile) - Alternatively, use the direct link: Latest Stable Build
Extract the Archive
- Right-click the downloaded
.zipfile - Select “Extract All…”
- Choose a destination folder (e.g.,
C:\Program Files\RyujinxorC:\Games\Ryujinx) - Click “Extract”
Avoid extracting to a folder that requires administrator privileges to prevent permission issues.
Launch Ryujinx
- Navigate to the extracted folder
- Double-click
Ryujinx.exeto launch the emulator - On first launch, Ryujinx will create necessary configuration folders
Building from Source
If you want to build Ryujinx from source (for development or customization), follow these steps:Install .NET SDK
Install the .NET 10.0 SDK or higher:
- Visit dotnet.microsoft.com/download/dotnet/10.0
- Download and install the SDK for your platform
- Verify installation:
The minimum required version is specified in
global.json (currently 10.0.100). Your SDK version must be equal to or higher than this.Clone the Repository
Clone the Ryujinx repository:Or download the source as a ZIP file from GitLab and extract it.
Build the Project
Open a terminal in the project directory and run:The built files will be in the
On Windows, you can quickly open a command prompt in File Explorer by holding Shift, right-clicking in the folder, and selecting “Open command window here” or “Open PowerShell window here”.
build directory.Data Folder Location
Ryujinx stores system files, saves, and configuration in the Ryujinx data folder:You can quickly access this folder by clicking File > Open Ryujinx Folder in the GUI.
Troubleshooting Installation
Windows: 'Missing DLL' errors
Windows: 'Missing DLL' errors
Install the latest Visual C++ Redistributable:Also ensure you have .NET Desktop Runtime installed if needed.
macOS: 'App is damaged' message
macOS: 'App is damaged' message
This is a Gatekeeper issue. Run in Terminal:Then try launching again.
Linux: Graphics/rendering issues
Linux: Graphics/rendering issues
Ensure you have proper graphics drivers installed:NVIDIA:AMD/Intel:
Mesa drivers should work out of the box on most distributions.
Build from source: .NET version mismatch
Build from source: .NET version mismatch
Check your .NET SDK version:Must be >= 10.0.100. Install a newer SDK if needed.
Next Steps
Now that Ryujinx is installed:Quick Start Guide
Learn how to load and play your first game
Configuration
Optimize Ryujinx settings for your system