UQDA NETWORK

INSTALLATION
// DOWNLOAD

Uqda can be downloaded for major platforms from our GitHub Releases page.

🚨 Please remember to check for Uqda updates regularly. Uqda does not have a built-in method of notifying you when new versions are available. You may want to subscribe to the GitHub Releases Atom feed or consider watching the GitHub repository.

// LINUX

Uqda is well supported on Linux. There are distribution packages available:

DEBIAN / UBUNTU
wget https://github.com/Uqda/Core/releases/latest/download/uqda-*.deb
sudo dpkg -i uqda-*.deb
FROM SOURCE
git clone https://github.com/Uqda/Core.git
cd Core
./build
// WINDOWS

Uqda works on Windows. Download the MSI installer from GitHub Releases and run it.

Or build from source using Go 1.22+.

// MACOS

Uqda is well supported on macOS. Download the .pkg installer from GitHub Releases or build from source.

// QUICK START

After installation, you can start Uqda in auto-configuration mode:

sudo uqda -autoconf

Or generate a configuration file:

uqda -genconf > uqda.conf
sudo uqda -useconffile uqda.conf
// NEXT STEPS