Skip to main content

Download and Compiling Anka Browser

·2 mins

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? #

    1. Visit our GitHub page.
    1. Navigate to the “Releases” section on the right-hand side and download the latest version (v1.9.5).
    1. Extract the downloaded .zip file, and run the executable file named anka-browser. Congratulations, you’ve downloaded Anka Browser and can now start using it!

For Pull Requests and Developers Who Want to Compile the Code: How to Compile? #

Using .zip #

    1. Visit our GitHub page. page.
    1. 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.
    1. Extract the downloaded file, navigate to the extracted directory, and compile it using the command: python3 anka-browser.py.

Using git clone #

    1. 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
    1. 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.
    1. Open the downloaded folder and compile it by running: python3 anka-browser.py.

Thank you for reading! We look forward to your downloads and pull requests.