-
-
Notifications
You must be signed in to change notification settings - Fork 1
Game | Installation
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.
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.
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.
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.debYou 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 wikilynxUse apt modernize-sources to convert the source to the new .sources format
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 wikilynxFedora 40
sudo dnf config-manager --add-repo https://repo.dawn.org.in/rpm/dawn.repo
sudo dnf install wikilynxInstall using yay or any other AUR helper.
yay -S wikilynxgit clone https://aur.archlinux.org/packages/wikilynx
cd wikilynx
makepkg -siAfter 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
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 installCurrently, wikiLYNX is not available for macOS. If one's interested in seeing wikiLYNX for macOS, do let me know.
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.
Learn more about the game, gameplay and configuration options
Learn more about the behind the scenes of the game.
Terms, License and other important docs.
If this wiki looks really bad or if you have any feedback contact penguin@dawn.org.in