https://github.com/tableflip/ipfs-fuse
Mount IPFS MFS as a FUSE volume using Node.js
https://github.com/tableflip/ipfs-fuse
Last synced: about 1 year ago
JSON representation
Mount IPFS MFS as a FUSE volume using Node.js
- Host: GitHub
- URL: https://github.com/tableflip/ipfs-fuse
- Owner: tableflip
- License: mit
- Created: 2018-03-15T14:06:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T01:17:05.000Z (over 6 years ago)
- Last Synced: 2025-03-21T18:02:03.919Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://youtu.be/jXkTEBdM6aA
- Size: 146 KB
- Stars: 39
- Watchers: 4
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipfs-fuse
[](https://david-dm.org/tableflip/ipfs-fuse) [](https://standardjs.com)
> Mount IPFS MFS as a FUSE volume using Node.js
**EXPERIMENTAL! Most things you can do, some things will explode.**
Demo: https://youtu.be/jXkTEBdM6aA
## Install
[Full installation instructions](./INSTALL.md) are also available.
Install FUSE, Node.js and IPFS (the Go version), and start your IPFS daemon. Then:
```sh
npm install -g ipfs-fuse
```
You need Python 2 to install, so you might need to tell gyp the path to Python2. For me it looked like this:
```sh
npm_config_python=/usr/local/opt/python2/bin/python2 npm i -g ipfs-fuse
```
## Usage
Mount IPFS MFS on `~/IPFS` or `I://` (windows).
```sh
ipfs-fuse
```