How to install yairm210/Unciv. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
yairm210/Unciv Installation Guide
How to install yairm210/Unciv. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for yairm210/Unciv. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i yairm210/Uncivor
Install via npx
npx @hexmos/ipm i yairm210/UncivPrerequisites
Java Development Kit
runtimeVersion: 8 or higher
Docker
runtimeHomebrew
package managerVersion: latest
Chocolatey
package managerVersion: latest
Scoop
package managerVersion: latest
AUR Helper
package managerVersion: any
Flatpak
package managerVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install on Android via Google Play
am start -a android.intent.action.VIEW -d "https://play.google.com/store/apps/details?id=com.unciv.app"Install on Android via F-Droid
am start -a android.intent.action.VIEW -d "https://f-droid.org/en/packages/com.unciv.app/"Install on Linux via Flathub
flatpak install flathub io.github.yairm210.uncivInstall on Linux via AUR
sudo pacman -S unciv-bin --noconfirmInstall on Windows via MSI
msiexec /i Unciv.msi /qnInstall on Windows via Chocolatey
choco install unciv --yesInstall on Windows via Scoop
scoop install uncivInstall on MacOS via Homebrew
brew install uncivInstall on Raspberry Pi via Pi-apps
pi-apps install UncivRun using Docker
docker run -d -p 6901:6901 -p 5901:5901 ghcr.io/yairm210/unciv
sensible-browser http://localhost:6901/vnc.html?password=headlessBuild from Source (without Android Studio)
git clone https://github.com/yairm210/Unciv.git
cd Unciv
java -jar Unciv.jar