/mysterium-vpn

Mysterion is desktop application to access Mysterion Network - decentralized VPN built on blockchain.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Mysterium VPN - decentralized VPN built on blockchain

Mysterium VPN is a desktop application for accessing Mysterium Network - decentralized VPN built on blockchain.

Build Setup

Note that currently, the only supported development environment is OSX, Windows and linux are work in progress.

Grab the latest mysterium_client binary for OSX from https://github.com/MysteriumNetwork/node/releases and put it into your project's bin directory (make sure to rename it to mysterium_client)

Install openvpn from https://openvpn.net/ or for OSX with homebrew run brew install openvpn

Once openvpn is installed you need to symlink it to your project's directory:

Note: If installed via brew you can get the installation path using brew info openvpn, the binary should be in <install dir>/sbin/openvpn
ln -s <path to openvpn binary> <full path to project dir>/bin/openvpn

Download update-resolv-conf and GeoLite2-Country.mmdb from https://github.com/MysteriumNetwork/node/tree/master/bin/client_package/config and paste it into your project's bin/config directory.

Install yarn from https://yarnpkg.com/lang/en/docs/install/

Once you're all set, cd into your project's root directory.

Contributing

For instruction on how to contribute to this project, please read CONTRIBUTING.md.

Code of Conduct

Can be found here CODE_OF_CONDUCT.md.


This project was generated with electron-vue@142eea4 using vue-cli. Documentation about the original structure can be found here.

License

This project is licensed under the terms of the GNU General Public License v3.0 (see details).