📘 Эта документация также доступна на русском
A modern and convenient interface for managing and launching games from PortProton and Steam. It brings libraries together in one place and simplifies launching Windows games on Linux.
uv python install 3.10
uv sync
source .venv/bin/activate # For bash/zsh
# or
source .venv/bin/activate.fish # For fishLaunch the application using the portprotonqt command.
Choose the appropriate package for your system or the AppImage.
Launch using the portprotonqt command or via the shortcut in your application menu.
To automatically prepare the environment (install Python 3.10, dependencies, pre-commit hooks, and generate translations), run the following script:
./dev-scripts/prepare_env.shThen activate the virtual environment. The activation command for your shell will be displayed at the end of the script execution. Usually, it is:
source .venv/bin/activate # For bash/zsh
# or
source .venv/bin/activate.fish # For fishpre-commit will automatically run on every commit. If you want to run it manually, use:
pre-commit run --all-files- Boria138 - Lead Developer
- BlackSnaker - Author of the idea and initial implementation
- Mikhail Tergoev (Castro-Fidel) - Author of the original PortProton project
We thank everyone who has contributed to the development of PortProtonQt, including those who participate through commits as well as those who help in other ways (testing, ideas, translations, documentation, etc.). A full list of participants can be found in the repository activity list. Additional participants are also listed in the CHANGELOG.md file. If you have contributed but are not listed, please contact the lead developers so we can acknowledge you!
PortProtonQt uses code and dependencies from the following projects:
- Icoextract — icon extraction library, MIT license.
- HowLongToBeat Python API — library for interacting with HowLongToBeat, MIT license.
- iat — library for converting mdf and nrg to iso, GPLv3 license.
- pyte — ANSI escape code parser, LGPLv3 license.
- gjs-osk — base for virtual keyboard layout data, GPLv3 license.
See the LICENSE file for the full text of the licenses.
Warning
Be careful! If you are using a theme not from the official repository or a trusted source, make sure its styles.py file does not contain malicious or unwanted code. Since styles.py is a regular Python file, it can contain any instructions. Always check the contents of third-party themes before use.