Skip to content

Installing the client on macOS

Alexander Hauser edited this page Apr 24, 2020 · 6 revisions

Install dependencies:

  • Open a terminal (under Applications\Utilities) and run the following commands:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew install mono-libgdiplus

Install the client:

  • Go to the project's Releases page on Github at: https://github.com/sqrldev/SQRLDotNetClient/releases

  • Select Assets on the latest release

  • Download SQRLPlatformAwareInstaller_osx

  • Open Terminal (under Applications\Utilities), cd into the Downloads folder and run the following commands:

    chmod +x ./SQRLPlatformAwareInstaller_osx
    ./SQRLPlatformAwareInstaller_osx
  • You may get a security prompt at this point about unknown developer

    image-20200406103148991

  • Click Cancel

  • Open System Preferences and click Security and Privacy

    image-20200406103317325

  • You should see a message at the bottom regarding blocked SQRL and a button that says Allow Anyway, click that

    image-20200406103421405

  • Go back to the Terminal and launch the Installer again:

    ./SQRLPlatformAwareInstaller_osx
  • This time, on the message, click Open

    image-20200406103539966

  • Follow the Installer prompts

    image-20200406103648963

Clone this wiki locally