Socket
Book a DemoInstallSign in
Socket

hyperfused

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperfused

A networked fuse mounting daemon that runs over tcp or stdin/stdout.

latest
Source
npmnpm
Version
1.4.1
Version published
Maintainers
1
Created
Source

hyperfused

A networked fuse mounting daemon that runs over tcp or stdin/stdout.

Install

To install it first make sure you have fuse installed.

  • On Linux/Ubuntu sudo apt-get install libfuse-dev pkg-config
  • On OSX install OSXFuse and pkg-config, brew install pkg-config

Then simply clone this repo and run

make install # you might need to sudo this

To verify that it is installed do

hyperfused --help # should print out some help

Install from npm

You can also install it from npm by doing

npm install -g hyperfused

Clients

Currently you can interact with this deamon using node.js by using the hyperfuse module.

Wire protocol

TBA

License

MIT

Keywords

fuse

FAQs

Package last updated on 09 Dec 2015

Did you know?

Socket

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