Skip to content

Unix build from source

This guide should work on most/all Unix systems

Section titled “This guide should work on most/all Unix systems”

ℹ️ Every change made to TazUO is automatically built on Mac, Ubuntu and Windows. See here

Check it out here

Clone TazUO:
git clone https://github.com/bittiez/TazUO.git --recursive

cd TazUO/

nuget restore

dotnet publish -c Release

Navigate to TazUO/bin/Release/netx.x/osx-xxx/

chmod +x ClassicUO

./ClassicUO

This guide was done using Ubuntu, you may need to change a few commands depending on your OS

Section titled “This guide was done using Ubuntu, you may need to change a few commands depending on your OS”

sudo apt install git - Install git

mkdir TazUO && cd TazUO - Create and enter TazUO folder

git clone https://github.com/bittiez/TazUO.git . --recursive - Clone TazUO into current folder

sudo apt install dotnet-sdk-10.0 - Install dotnet

sudo apt install zlib1g-dev - Install Zlib

dotnet publish src/ClassicUO.Client/ClassicUO.Client.csproj -c Release -o ../../bin/dist

Download the latest zip here.

Extract wherever you’d like.

Make the ClassicUO file executable. (chmod +x ./Classicuo)

Run that file via double clicking or terminal.