epicenter
epicenter copied to clipboard
The uninstaller for Whispering Desktop. Mislabeled as a virus.
I'm pretty sure it was a false positive; I just wanted to mention it here
has this one too by kasperky. is it a false pos or did the repo got hacked ?
Hey guys, false positive! I unfortunately haven't had time to notarize and sign the installers.
If anyone doesn't trust me and wants to be ultra safe, you can
- Clone the repository with
git clone https://github.com/braden-w/whispering.gitto get a redundant copy of the source code on your local machine. - Compile the source code on your machine into an executable.
- Run
pnpm ito install all dependencies before compiling - Run
cd apps/app, thenpnpm tauri buildto build the executable yourself
- Run
Cheers!