sveinbjornt / hear

Command line speech recognition and transcription for macOS
https://sveinbjorn.org/hear
BSD 3-Clause "New" or "Revised" License
332 stars 20 forks source link

Getting - zsh: abort hear on iMac M1 #30

Open den-sv opened 4 months ago

den-sv commented 4 months ago

first try on MacbookPro M1 and works fine but same not working on desktop iMac...

Looks like some security issue. first allowed app opened from App store and identified developers but still getting abort.

hear -h is works fine

Checking why with: xattr -l /usr/local/bin/hear

getting : com.apple.quarantine: 0081;665dd081;Chrome;

also tried to exclude from quarantine xattr -d com.apple.quarantine /path/to/file , but not helped..