Skip to content

Page 3. Source Code Setup: Windows

Morsmalleo edited this page Apr 26, 2024 · 15 revisions

Prerequisites

Required for Decompiling, Building and Signing.

Required to run the Application.


Optional Prerequisites

Required for Git Cloning


Installation

  1. Download a copy of the AhMyth source code as a .zip archive or use git clone to obtain a copy.
git clone https://GitHub.com/Morsmalleo/AhMyth

  1. Open "File Browser" or use PowerShell/Command Prompt, and change directories to the AhMyth/AhMyth-Server directory.
  • PowerShell
set-location path/to/AhMyth/AhMyth-Server
  • Command Prompt
cd path/to/AhMyth/AhMyth-Server

  1. Double Click & Run the autoinstall_win.bat file 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

  1. Double Click & Run the start_win.bat file if you're using the File Browser to start AhMyth, or launch AhMyth from the Command Line using npm.
npm start
npx electron ./app --no-sandbox start

Information

  • This Setup guide was written for Windows 7 SP 1 through Windows 11.
Clone this wiki locally