@mysteriumnetwork/node
TypeScript icon, indicating that this package has built-in type declarations

1.29.20 • Public • Published

Mysterium Node binary downloader

Mysterium Node binary downloader downloads binary assets needed to run a Mysterium Node.

Useful links:

Installation

$ npm i @mysteriumnetwork/node

or

$ yarn add @mysteriumnetwork/node

After installing the package, Mysterium Node binaries will be available at node_modules/@mysteriumnetwork/node/bin/${platform}/${arch}.
You can use postinstall hook to move them to a desired location, e.g.:

  "scripts": {
    "postinstall": "shx rm -rf static/bin && shx cp -r node_modules/@mysteriumnetwork/node/bin static/bin",
    ...
  },

We currently support the following platforms/architectures:

  • x64: windows, linux, macOS
  • arm64: linux, macOS

Usage

You can check out Mysterium VPN desktop client for source code examples on running the Mysterium Node and/or Mysterium Node Supervisor using these binaries:
https://github.com/mysteriumnetwork/mysterium-vpn-desktop/blob/master/src/supervisor/supervisor.ts

Package Sidebar

Install

npm i @mysteriumnetwork/node

Weekly Downloads

21

Version

1.29.20

License

MIT

Unpacked Size

11.8 kB

Total Files

7

Last publish

Collaborators

  • mdomasevicius
  • waldz
  • ignasbernotas
  • tadaskay