-
Notifications
You must be signed in to change notification settings - Fork 5
Page 3. Source Code Setup ‐ Windows
Morsmalleo edited this page Jun 20, 2026
·
1 revision
Required for Decompiling, Building and Signing.
Required to run the Application.
Required for Git Cloning
- 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 "File Browser" or use PowerShell/Command Prompt, and change directories to the
AhMyth/AhMyth-Serverdirectory.
- PowerShell
set-location path/to/AhMyth/AhMyth-Server- Command Prompt
cd path/to/AhMyth/AhMyth-Server- Double Click & Run the
autoinstall_win.batfile to install electron v11.5.0 if you are using a file browser, or if you're using PowerShell or Command Prompt you can install electron yourself.
npm install electron@11.5.0
- Double Click & Run the
start_win.batfile if you're using the File Browser to start AhMyth, or launch AhMyth from the Command Line usingnpm.
npm startnpx electron ./app --no-sandbox start- This Setup guide was written for Windows 7 SP 1 through Windows 11.