Socket
Socket
Sign inDemoInstall

@mysteriumnetwork/node

Package Overview
Dependencies
46
Maintainers
4
Versions
293
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @mysteriumnetwork/node

Mysterium Network node


Version published
Weekly downloads
129
increased by30.3%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 23 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc