Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtcooper10 jtcooper10 released this 05 Apr 02:59
· 1 commit to main since this release
ceacfea

Currently only supported on Windows. Choose your selected interface (MunkeyService.zip for the GUI, MunkeyCli.zip for the CLI). *Both interfaces require MunkeyService.zip as an external dependency`.

Install Background Service

  1. Unzip the contents of MunkeyService.zip.
  2. Double-click munkey.exe to start, or run from the command line to use command-line arguments.
  3. If prompted, enable firewall access over a Private network. This is required for service discovery to work. DO NOT run this service on a public network.

Install GUI App

  1. Unzip the contents of MunkeyApp.zip.
  2. Double-click the .cer file and click "Install certificate." This is required due to the pre-release version of Munkey using self-signed certificates for the pre-release build.
  3. Double-click the .msix file to install the program.
  4. Ensure that munkey.exe from the MunkeyService package is running in the background before use (see README for details).

Install CLI App

  1. Unzip the contents of MunkeyCli.zip to your preferred installation location.
  2. Add the extracted path to your system's PATH environment variable. On Windows, this can be done by searching Edit the system environment variables, clicking Environment Variables, selecting PATH in the list of user variables, clicking Edit, then New, and adding the installation path here.
  3. Invoke MunkeyCli.exe from the command line. For usage, see the README or run MunkeyCli -h.