From 40f81113dd06949dfd7a4886fa8fe03806c15e24 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:36:40 -0400 Subject: [PATCH] Add macOS "damaged" app fix --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 256eb4e..097abcc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ Picocrypt for Windows is as simple as it gets. To download the latest, standalon If you use Picocrypt frequently, you can also download the installable version from here, which will install Picocrypt onto your system and add it to your start menu for easy access. The installer also includes extra compatibility helpers, so if the portable executable doesn't work, this likely will. ## macOS -Picocrypt for macOS is very simple as well. Download Picocrypt for Apple silicon here, open the container, and drag Picocrypt to your Downloads or Applications. If you can't open Picocrypt because it's not from a verified developer, control-click on Picocrypt and hit Open to bypass the warning. Note that Picocrypt requires OpenGL, and may not work in the future if Apple removes it. +Picocrypt for macOS is very simple as well. Download Picocrypt for Apple silicon here, open the container, and drag Picocrypt to your Downloads or Applications. If you can't open Picocrypt because it's not from a verified developer, control-click on Picocrypt and hit Open to bypass the warning. If the app appears to be "damaged" and can't be opened, try manually trusting it from a terminal: +``` +xattr -d com.apple.quarantine /Applications/Picocrypt.app +``` +Note that Picocrypt requires OpenGL, and may not work in the future if Apple removes it. ## Linux To use Picocrypt on Linux, you can download the raw binary here. Alternatively, you can try the Snap, run Picocrypt through Wine, or compile from source using the instructions in the `src/` directory.