diff --git a/supporting-docs/projects/2017-10-14-morpheus.md b/supporting-docs/projects/2017-10-14-morpheus.md new file mode 100644 index 000000000..46870858b --- /dev/null +++ b/supporting-docs/projects/2017-10-14-morpheus.md @@ -0,0 +1,21 @@ +--- +layout: project +title: Morpheus +categories: projects client +# valid categories are client, server, as (application service), sdk (client sdk), and other +thumbnail: /docs/projects/images/morpheus.png +description: A windows focused QT Client written in Golang. +author: MTRNord +maturity: Alpha +--- + +![screenshot](/docs/projects/images/morpheus.png "{{ page.title }}") + +# {{ page.title }} +Morpheus is a windows focused native desktop Matrix client. + +It currently is in early stages (alpha) and provides a few features only. +Current features are receving and sending messages, as well as a cache for messages. Planned is the most that's possible, even encryption. To make it progress faster any help is appreciated. +You can find its sourcecode at [github](https://github.com/Nordgedanken/Morpheus/). + +If you want to join the discussion a chatroom can be joined at [#Morpheus:matrix.ffslfl.net](https://matrix.to/#/#Morpheus:matrix.ffslfl.net) diff --git a/supporting-docs/projects/images/morpheus.png b/supporting-docs/projects/images/morpheus.png new file mode 100644 index 000000000..d70ba8381 Binary files /dev/null and b/supporting-docs/projects/images/morpheus.png differ