Setup

#1 Download Archon

The first step to install Archon, is to download the Archon. Click of the link bellow to download the zip file.
Download

After downloading the correct version of Archon, please extract all files from the zip file.
In the extracted folder, you'll see some files and one folder called archon. Open the folder.

#2 Install dependencies

To run Archon, you need to have installed python3. If you didn't install python3, you'll find the commands bellow.

Install Python under Linux

Debian based

Execute this in your terminal: sudo apt install python3

Arch based

Execute this in your terminal: sudo pacman -Sy python-pip

Install Python under Windows

Please download the Pyhon installer from the Python homepage or enter this command in your cmd and continue the steps on your screen: python3.

Install libraries

To install all libraries, please excute this in your terminal or command prompt: pip install pyAesCrypt termcolor
Maybe, pip wants you to update first. Please do the update, and then retry.

#3 Execute Archon

Now, please reopen the folder archon from the extracted zip file.
Open a terminal or command prompt in this folder.
Enter this command to run archon first time: python3 __main__.py
Or, run this command to open the gui: python3 gui.pyw