Skip to content

Install

Get Lyra from the download page, which suggests the right file for your system. Every file is also on GitHub Releases.

Chip File
Apple silicon (M-series) Lyra-<version>-arm64.dmg
Intel Lyra-<version>-x64.dmg

Not sure? Apple menu → About This Mac, and look at the Chip line.

  1. Open the .dmg and drag Lyra into Applications.

  2. The first launch says the developer cannot be verified. Go to System Settings → Privacy & Security, scroll down to Lyra and click Open Anyway.

  3. Or clear the quarantine flag from Terminal, which does the same thing:

    终端窗口
    xattr -dr com.apple.quarantine /Applications/Lyra.app

Every release includes SHA256SUMS, the SHA-256 of each file. Download it into the same folder as the installer, then:

终端窗口
shasum -a 256 -c SHA256SUMS --ignore-missing

OK after the file name means it matches. Check the phone files the same way on your computer.

You usually won’t need these:

File What it’s for
Lyra-<version>-arm64.zip, Lyra-<version>-x64.zip In-app updates on macOS
Lyra-<version>.exe A combined x64 + arm64 Windows installer, twice the size
SHA256SUMS Checksums for every file