Skip to content

Instantly share code, notes, and snippets.

@petitroto
Created October 10, 2022 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petitroto/b3c9ec3080225ac731b9ca0ee291e89a to your computer and use it in GitHub Desktop.
Save petitroto/b3c9ec3080225ac731b9ca0ee291e89a to your computer and use it in GitHub Desktop.
Un-quarantine the Botpress macOS binary to work on macOS 10.15 or later
#!/bin/sh
# Run this script in the same directory as the bp command
xattr -d com.apple.quarantine ./bp
xattr -d com.apple.quarantine ./bin/studio
xattr -d com.apple.quarantine ./bin/nlu
xattr -d com.apple.quarantine ./bin/messaging
xattr -d com.apple.quarantine ./bindings/darwin/all/node_sqlite3.node
xattr -d com.apple.quarantine ./bindings/darwin/all/fse.node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment