Skip to content

Game | Installation

Penguin edited this page Apr 18, 2025 · 26 revisions

Installation Instructions

The app is available for Windows and Linux. One was unable to port the app to Android since Qt Webengine is still not available for Android. Qt Webview is deprecated. To see all available installation files, check DAWN Public Archives. All project files from DAWN are hosted here.

Windows

wikiLYNX Browser is available as an installation for Windows 10 and above. Download the online installer from here. You can update wikiLYNX using the MaintenanceTool from Start Menu.

Platform Recommended Version Autoupdate Support System Architecture
Windows 10 or above ☑️ x86_64

Please feel free to let me know if you're interested in building wikiLYNX for Windows 7 and 8.1.

Linux

wikiLYNX is available for Debian, RPM and Arch Linux users. You can download the DEB and RPM files from GitHub releases page or from DAWN Public Archives. wikiLYNX is available on AUR for Arch Linux users.

Distribution Autoupdate Support Recommended Version System Architecture
☑️ Debian 11 or above (20.04 LTS or above) amd64, i386, arm64, armhf
☑️ 39 or above amd64, arm64
☑️ Built from source amd64, arm64
glibc2.31 or above amd64, i386, arm64, armhf

Debian (Ubuntu, Zorin OS etc)

Download the respective deb file for your system architecture from here.

To install, open it with Software in GNOME or Discover in KDE or any other graphical package manager. To install using apt in cli, run the command

sudo apt install ./wikilynx_1.5.6-3_amd64.deb

You can also install by adding DAWN APT Repository

sudo sh -c "curl https://repo.dawn.org.in/.keys/dawn-repo.gpg >> /usr/share/keyrings/dawn-repo.gpg" 
sudo sh -c "echo deb [signed-by=/usr/share/keyrings/dawn-repo.gpg] https://repo.dawn.org.in/apt stable main > /etc/apt/sources.list.d/dawn.list" 
sudo apt update && sudo apt install wikilynx

Use apt modernize-sources to convert the source to the new .sources format

Fedora (RPM)

First, download the .rpm file from here for your respective distribution.

To install it, open it with a supported package manager or run the command

sudo dnf install ./wikilynx-1.5.6-3.fc<ver>.x86_64.rpm # Replace <ver> with your Fedora version (fc39, fc40 or fc41) 

You can also install by adding DAWN RPM repository

Fedora 41

sudo dnf config-manager addrepo --from-repofile=https://repo.dawn.org.in/rpm/dawn.repo
sudo dnf install wikilynx

Fedora 40

sudo dnf config-manager --add-repo https://repo.dawn.org.in/rpm/dawn.repo
sudo dnf install wikilynx

Arch Linux (AUR)

Install using yay or any other AUR helper.

yay
yay -S wikilynx
makepkg
git clone https://aur.archlinux.org/packages/wikilynx
cd wikilynx
makepkg -si

AppImage

After spending a good amount of time meddling, I have managed to deploy wikiLYNX as an AppImage. Since it's compiled in Debian 11 with Qt 5.15.2, it should be supported in most of the systems. All you have to do is download from GitHub release page the file and run it.

It's available for amd64, i386, arm64 and armhf for Debian 11 and above.

Important

AppImages for i386 and armhf may not work on amd64 and arm64 hosts respectively without some libraries. This means you're adviced to use the right AppImage for the right host architecture

Build from Source

You can also install the app by building from source using cmake.

Prerequisites: Check Dev | Basics section for more info

git clone https://github.com/flamboyantpenguin/wikilynx
cd wikilynx/wikiLYNX
cmake . && make
sudo make install

macOS

Currently, wikiLYNX is not available for macOS. If one's interested in seeing wikiLYNX for macOS, do let me know.

Updates

To update wikiLYNX, you can use the Maintenance Tool in Windows or update packages via your respective package managers for Linux. You can access Maintenance Tool from wikiLYNX start menu folder.

AppImage users have to manually download the latest version from GitHub release page.

🎮 Game

Learn more about the game, gameplay and configuration options

⚙️ Development

Learn more about the behind the scenes of the game.

📜 Docs

Terms, License and other important docs.

If this wiki looks really bad or if you have any feedback contact penguin@dawn.org.in

Clone this wiki locally