Beta versions

Beta versions are released every month, usually accompanied by a Progress Report article. Use the latest beta version if you prefer stability over the newest features in the development versions.

The Windows beta versions require the 64-bit Visual C++ redistributable for Visual Studio 2022 to be installed.

5.0-19368 1 month, 1 week ago Translation resources sync with Transifex
5.0-18498 4 months, 2 weeks ago Translation resources sync with Transifex
5.0-17995 6 months, 2 weeks ago Translation resources sync with Transifex
5.0-17269 9 months, 2 weeks ago Translation resources sync with Transifex
5.0-16793 11 months, 2 weeks ago FileUtil: Only attempt to write to the destination in Copy if there is actually content to write (PR #10810 from OatmealDome)

Development versions

Development versions are released every time a developer makes a change to Dolphin, several times every day! Using development versions enables you to use the latest and greatest improvements to the project. They are however less tested than beta versions of the emulator.

The Windows development versions require the 64-bit Visual C++ redistributable for Visual Studio 2022 to be installed.

5.0-19685 an hour ago DITConfiguration: Use File::ReadFileToString (PR #11973 from Minty-Meeo)
5.0-19683 9 hours ago Jit64: Fix trampolines after #11834. (PR #11969 from AdmiralCurtiss)
5.0-19681 15 hours ago EnumUtils: Add Common::ToUnderlying (PR #11962 from Minty-Meeo)
5.0-19678 15 hours ago Qt/NetworkWidget: Get rid of some trivial sign conversions (PR #11965 from lioncash)
5.0-19676 21 hours ago DolphinTool: Use {fmt} library (PR #11960 from Minty-Meeo)
5.0-19674 21 hours ago DolphinTool: Less string copies (PR #11961 from Minty-Meeo)
5.0-19672 1 day, 6 hours ago DolphinTool: Use EXIT_SUCCESS and EXIT_FAILURE (PR #11954 from Minty-Meeo)
5.0-19670 1 day, 7 hours ago Improved DPI change handling (PR #11918 from TellowKrinkle)
5.0-19667 1 day, 7 hours ago JitArm64: Micro-optimizations in fres routine (PR #11956 from JosJuice)
5.0-19664 1 day, 7 hours ago DolphinTool: Ditch OOP design (PR #11953 from Minty-Meeo)

View older versions »

Stable versions

The stable versions below are years out of date and missing countless features and bug fixes. Beta or development versions are a better choice for almost all users; the stable versions should only be used if you have a specific need for them.
Dolphin 5.0 6 years, 11 months ago
Dolphin 4.0.2 9 years, 6 months ago
Dolphin 4.0.1 9 years, 7 months ago
Dolphin 4.0 9 years, 8 months ago
Dolphin 3.5 10 years, 5 months ago
Dolphin 3.0 11 years, 11 months ago

Linux distributions

Ubuntu users can install a PPA for development and stable versions of Dolphin here: Installing Dolphin

Users of other Linux distributions can look here to compile Dolphin: Building Dolphin on Linux

Source code

The latest version of the Dolphin source code can be downloaded from the project Git repository.

    $ git clone https://github.com/dolphin-emu/dolphin.git

You can also browse the current version of the source code.

Reporting bugs

For reporting bugs please go to the issue tracker. Before creating a new issue, make sure to try a recent development build and search the existing issues.