-
Notifications
You must be signed in to change notification settings - Fork 314
Source Code Setup: BlackArch Linux
Morsmalleo edited this page May 5, 2025
·
2 revisions
Required for Decompiling, Building and Signing.
sudo pacman -Sy jdk11-openjdkRequired to install dependencies and run the application.
sudo pacman -Sy nodejs npmRequired for Signing
32bit Linux Only
sudo pacman -Sy zipalignRequired for Git Cloning
sudo pacman -Sy git- Download a copy of the AhMyth source code as a
.ziparchive or usegit cloneto obtain a copy.
git clone https://GitHub.com/Morsmalleo/AhMyth- Open up a New terminal (or use your current terminal if you used
git clone) and change directories to theAhMyth/AhMyth-Serverdirectory
cd path/to/AhMyth/AhMyth-Server- Run the
autoinstallfile
sudo ./autoinstall_linux- Launch AhMyth using the
ahmythsystem shortcut command created by the installer or by running thestart_linuxfile
ahmyth./start_linux- Download a copy of the AhMyth source code as a
.ziparchive or usegit cloneto obtain a copy.
git clone https://github.com/Morsmalleo/AhMyth- Open up a New terminal (or use your current terminal if you used
git clone) and change directories to theAhMyth/AhMyth-Serverdirectory
cd path/to/AhMyth/AhMyth-Server- Install electron v11.0.0 locally inside the
AhMyth-Serverdirectory by usingnpm
npm install [email protected]- Launch AhMyth by using
npm
npm startnpx electron ./app --no-sandbox start- This setup Guide was written for BlackArch Linux and other pacman based distro's.