Thank you to everyone who has supported this project! Your encouragement means a lot.
Run Player2 (from player2.game) on Linux with ease.
This is a 3rd party installer app, not an official Player2 product.
Optimi's P2Installer is a cross-distro Python installer that automates the setup of dependencies, environment variables, and the latest Player2.AppImage.
Player2 (available at player2.game) is an AI-powered platform designed to enhance gaming experiences by providing intelligent in-game assistance. It enables gamers to:
- Integrate AI companions into games like Minecraft, offering dynamic interactions and support.
- Access AI APIs for indie game developers to create custom AI-driven content.
- Explore and share AI mods and games, fostering a community of creators and players.
- Cross-distro support: Works on Arch Linux, Ubuntu/Debian, Fedora, Gentoo, openSUSE, and Alpine Linux.
- Automated setup: Installs necessary dependencies, patches environment variables, and downloads the latest Player2.AppImage.
- Linux (any major distro)
sudoprivilegesPython 3.6or later
Run the following command to install Player2:
bash -c 'curl -fsSL https://raw.githubusercontent.com/OptimiDEV/P2Installer/main/main.py -o /tmp/p2installer.py && sudo python3 /tmp/p2installer.py'
This script will:
- Detect your Linux distribution.
- Install required dependencies.
- Download the latest Player2.AppImage.
- Make the AppImage executable.
- Patch your shell environment variables.
The installer script performs the following steps:
- Check for sudo privileges: Ensures the script is run with appropriate permissions.
- Display ASCII banner: Shows a welcome message with the Optimi logo.
- Detect operating system: Identifies the Linux distribution using
platform.freedesktop_os_release(). - Install dependencies: Based on the detected OS, installs necessary packages using the appropriate package manager.
- Download Player2.AppImage: Fetches the latest version of the Player2 AppImage from the official source.
- Set executable permissions: Makes the downloaded AppImage executable.
- Uninstallation: To remove Player2, use
sudo p2uninstall
That's all.