puppetlabs-toy-chest / wash

Wide Area SHell: a cloud-native shell for bringing remote infrastructure to your terminal.
https://puppetlabs.github.io/wash
Apache License 2.0
180 stars 29 forks source link

Wash does not start on macOS 11 with macFUSE #787

Open MikaelSmith opened 3 years ago

MikaelSmith commented 3 years ago

Describe the Bug

Wash fails to start with

Unable to start server: cannot locate OSXFUSE

Expected Behavior

It should run.

Environment

Additional Context

https://github.com/bazil/fuse has chosen not to support macFUSE or macOS in general. https://github.com/hanwen/go-fuse might be a good alternative which has updated to support macFUSE.