Skip to content

Releases: jtcooper10/munkey

v0.2.0

05 Apr 02:59
ceacfea
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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.

MVP

18 Dec 21:39
Compare
Choose a tag to compare
MVP Pre-release
Pre-release

Initial Feature List

Full Changelog: https://github.com/jtcooper10/munkey/commits/v0.0.1

No binaries are included during pre-release. Please build from source.