Releases: jtcooper10/munkey
Releases · jtcooper10/munkey
v0.2.0
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.exeto 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
.cerfile 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
.msixfile to install the program. - Ensure that
munkey.exefrom theMunkeyServicepackage is running in the background before use (see README for details).
Install CLI App
- Unzip the contents of
MunkeyCli.zipto your preferred installation location. - Add the extracted path to your system's
PATHenvironment variable. On Windows, this can be done by searchingEdit the system environment variables, clickingEnvironment Variables, selectingPATHin the list of user variables, clickingEdit, thenNew, and adding the installation path here. - Invoke
MunkeyCli.exefrom the command line. For usage, see the README or runMunkeyCli -h.
MVP
Initial Feature List
- Interface via a command-line shell by @jtcooper10 in #1
- Ability to synchronize data between local peers by @jtcooper10 in #8
- Basic peer discovery via mDNS by @jtcooper10 in #11
- Basic key-value database operations by @jtcooper10 in #7
- Database Persistence to Disk by @jtcooper10 in #9
- Encryption of vault contents by @jtcooper10 in #10
- Preview of TLS for basic in-transit encryption by @jtcooper10 in #12
Full Changelog: https://github.com/jtcooper10/munkey/commits/v0.0.1
No binaries are included during pre-release. Please build from source.