This version of Morpheus is not the latest one. Click here to get the newest Morpheus release.
This is the sixth bug fix release of the 2.2 series, including added support for ARM-based Apple M1-equipped Macs. A detailed introduction to the new installation routine via Homebrew can be found in this blog post.
For an illustrated overview of the Morpheus 2.2 series, see this blog post or check out the changelog for details.
Note to Mac users: Because required Qt5 libraries have not yet been ported to the M1 architecture, the documentation built into the GUI currently has a different appearance on newer Mac hardware.
Downloads
Operating system | Package |
Notes |
---|---|---|
|
||
Via Homebrew | Installation
|
|
|
Or build from source
git clone https://gitlab.com/morpheus.lab/morpheus.git morpheus
cd morpheus
git checkout v2.2.6
mkdir build
cd build
cmake ..
make && sudo make install
See the README.md at the GitLab repository for dependencies and build instructions.