Installation
-
Download
Flowgorithm_v4.5.zip
-
Extract
- Double-click the
.zip
file. - This will create
Flowgorithm.app
.
- Double-click the
-
Move to Applications
- Drag
Flowgorithm.app
into your Applications folder.
- Drag
-
Clear Quarantine Attribute
-
macOS may show this error:
“Flowgorithm.app is damaged and can’t be opened. You should move it to the Trash.”
-
This happens because the app is not signed or notarized by Apple.
If you trust the download source, open Terminal and run:xattr -d com.apple.quarantine /Applications/Flowgorithm.app
-
-
Launch
- Open Applications → Flowgorithm.
- It should now run normally.
Why This Is Needed
Apple’s Gatekeeper security system automatically marks apps downloaded from the internet with a quarantine flag.
Since Flowgorithm is not currently signed or notarized by Apple, macOS blocks it by default.
Clearing the quarantine attribute with:
xattr -d com.apple.quarantine /Applications/Flowgorithm.app