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
- Unzip the contents of
MunkeyService.zip
. - Double-click
munkey.exe
to start, or run from the command line to use command-line arguments. - 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
- Unzip the contents of
MunkeyApp.zip
. - 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. - Double-click the
.msix
file to install the program. - Ensure that
munkey.exe
from theMunkeyService
package is running in the background before use (see README for details).
Install CLI App
- Unzip the contents of
MunkeyCli.zip
to your preferred installation location. - Add the extracted path to your system's
PATH
environment variable. On Windows, this can be done by searchingEdit the system environment variables
, clickingEnvironment Variables
, selectingPATH
in the list of user variables, clickingEdit
, thenNew
, and adding the installation path here. - Invoke
MunkeyCli.exe
from the command line. For usage, see the README or runMunkeyCli -h
.