-
Notifications
You must be signed in to change notification settings - Fork 314
Page 2. Source Code Setup: macOS
Morsmalleo edited this page May 5, 2025
·
4 revisions
Required for Decompiling, Building and Signing
brew install java11Required to run and use the Application
brew install nodeRequired for usage of the Bash terminal such as installing Homebrew
xcode-select --installRequired for installing & using Homebrew
Xcode CLI Tools Required
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"; brew update; brew analytics offRequired for Git Cloning
Xcode CLI tools required
brew install git- Coming soon!
- 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 usingnpm
npm install [email protected]- Launch AhMyth using
npm.
npm startnpx electron ./app --no-sandbox start-
If you experience any problems with AhMyth on macOS open an issue ticket about it immediately!
-
This guide was written for macOS, Catalina through Monterey.