Fairdrive Desktop App is a FUSE client for fairOS-dfs. It lets you mount your pod on your own user space and interact with your data.
See DOCS for detailed installation instructions and requirements.
You need FUSE for your OS.
brew install macfuse
sudo apt-get update
sudo apt-get -qq install libfuse-dev
install winfsp
You will need a bee node running with a valid stamp id.
- gcc
- golang installed
- wails
wails dev
make binary
1.install go
2.install gcc https://jmeubank.github.io/tdm-gcc/
3.download and install https://winfsp.dev/rel/ and don't forget to check "Developer tools"
set CPATH
to C:\Program Files (x86)\WinFsp\inc\fuse
set LIBRARY_PATH
to C:\Program Files (x86)\WinFsp\lib
set CPLUS_INCLUDE_PATH
to C:\Program Files (x86)\WinFsp\inc\fuse
Installing frontend dependencies: npm ERR! Unexpected token '.'
This could be a problem to various reasons why your node,npm,nvm installation is corrupt. Probably because you used old nvm (prior to version 1.1.10) which wrongly creates symbolic links. You will have to uninstall nvm and reinstall new node version.
run go install github.com/wailsapp/wails/v2/cmd/wails@latest
to install latest Wails CLI
This project would not exist without fairOS-dfs and bee-afs.