Download and Compiling Anka Browser
·2 mins
Table of Contents
Anka Browser #
Anka Browser is a browser developed using PyQt6 and powered by QtWebEngine. The goal is to create a fast, secure browser that does not collect user data. Don’t forget to star our project on GitHub!
How to Download for End Users? #
-
- Visit our GitHub page.
-
- Navigate to the “Releases” section on the right-hand side and download the latest version (v1.9.5).
-
- Extract the downloaded
.zip
file, and run the executable file namedanka-browser
. Congratulations, you’ve downloaded Anka Browser and can now start using it!
- Extract the downloaded
For Pull Requests and Developers Who Want to Compile the Code: How to Compile? #
Using .zip #
-
- Visit our GitHub page. page.
-
- Click the green “Code” button located at the top-right of the files and select the
.zip
file from the dropdown menu to download it.
- Click the green “Code” button located at the top-right of the files and select the
-
- Extract the downloaded file, navigate to the extracted directory, and compile it using the command:
python3 anka-browser.py
.
- Extract the downloaded file, navigate to the extracted directory, and compile it using the command:
Using git clone #
-
- If you haven’t installed
git
, install it (examples are shown for package managers; other package managers may also be used):apt install git
pacman -S git
yay -S git
- If you haven’t installed
-
- Open a terminal and run:
git clone https://github.com/gamerYazilimci45/Anka.git
If you’d like to download it into a specific directory, add a space and<directory_name>
at the end of the command.
- Open a terminal and run:
-
- Open the downloaded folder and compile it by running:
python3 anka-browser.py.
- Open the downloaded folder and compile it by running:
Thank you for reading! We look forward to your downloads and pull requests.