Skip to content

v4.5

Latest
Compare
Choose a tag to compare
@jostasik jostasik released this 15 Sep 11:42

Installation

  1. Download Flowgorithm_v4.5.zip

  2. Extract

    • Double-click the .zip file.
    • This will create Flowgorithm.app.
  3. Move to Applications

    • Drag Flowgorithm.app into your Applications folder.
  4. 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
  5. 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