bulwarkid / virtual-fido

A Virtual FIDO2 USB Device
MIT License
1.2k stars 55 forks source link

Does virtual-fido work in macos now? #28

Open cbai-plcm opened 8 months ago

cbai-plcm commented 8 months ago

Hi team, I noticed that we now have a virtual driver in macOS. Can this virtual FIDO project work on macOS at the moment? Are there any missing components? Thanks.

cmdli commented 8 months ago

Right now MacOS support is (mostly) there, but unfortunately due to how MacOS works it requires a virtual driver to be installed on the target computer, which as far as I can tell requires an app to be associated with a driver. It's possible to do, and there are some instructions in https://github.com/bulwarkid/virtual-fido/tree/master/mac/USBDriver, but unfortunately it's not as easy as I would like.

rushabhgediya38 commented 7 months ago

Hi team, @cmdli would it be possible to add a specific video tutorial for macOS driver installation, along with a demo on how to run the program on macOS? This would greatly assist developers in understanding the process without having to navigate through complex documentation for macOS. Such resources would be incredibly helpful for future reference.

Thanks

Harshkansaramoon commented 7 months ago

Hello, @cmdli @cbai-plcm , I am also trying for the same. can you please provide some steps to achieve this as per instruction i follow all the steps and tester project is successfully worked but to run Usbdriver it is not working as driverkit not able to open connection. can you please guide us to installation for the same it will really very help to us.

Thanks in advance.