1
0
mirror of https://github.com/boku7/Loki synced 2026-06-06 15:24:27 +00:00
Files
boku7-Loki/docs/compile/client/macos.md
T
2025-04-03 12:54:39 -07:00

545 B

  • Install Node JS
brew install node
  • Install Electron Globally
npm install -g electron
  • Build the client and get the required node mondules from Node Package Manager
cd LokiC2/client/
npm install
  • Start the GUI client in devmode (Optional)
cd LokiC2/client/
npx electron .
  • Install the Electron Builder
cd LokiC2/client/
npm install --save-dev electron-builder
  • Build the GUI client app
npm run dist
  • The Loki C2 Client.app will be in LokiC2/client/dist/