Spectral but with my patches
Go to file
Black Hat bca88c17b5 Merge branch 'dev' into 'master'
Merge Dev -> Master

Closes #14

See merge request b0/matrique!11
2018-08-06 16:33:59 +00:00
asset Support Qt 5.11 2018-07-07 16:24:53 +08:00
flatpak Add minimal flatpak CI. 2018-08-02 18:40:49 +08:00
icons Add Flatpak 2018-08-01 23:54:18 +08:00
include Update libqmatrixclient again and some code cleanup. 2018-08-06 23:16:35 +08:00
js Add sending notice support && tweak markdown. 2018-07-12 19:40:16 +08:00
qml Remove binding between RoomListForm and RoomForm and reformat code. 2018-08-07 00:17:58 +08:00
src Remove binding between RoomListForm and RoomForm and reformat code. 2018-08-07 00:17:58 +08:00
.gitlab-ci.yml Switch Debian Docker to Alpine 2018-08-03 20:09:01 +00:00
.gitmodules Fix submodule. 2018-07-15 12:47:18 +08:00
BUILD.md OSX build instructions 2018-02-27 12:08:09 +00:00
LICENSE Add LICENSE 2018-02-27 04:17:16 +00:00
README.md Fix badge URL. 2018-08-05 12:06:43 +00:00
matrique.desktop Add Flatpak 2018-08-01 23:54:18 +08:00
matrique.pro Init desktop notifications. 2018-07-19 16:04:09 +08:00
qtquickcontrols2.conf Prepare for multiple theme support. 2018-03-01 21:21:09 +08:00
res.qrc Clean up MessageDelegate. 2018-08-05 18:06:57 +08:00

README.md

Matrique

pipeline status flatpak status coverage report

"Nobody can be told what the matrix is, you have to see it for yourself. "

Matrique is a glossy cross-platform client for Matrix, the decentralized communication protocol for instant messaging.

Contact

You can reach the maintainer at #matrique:matrix.org, if you are already on Matrix.

Also, you can file an issue at this project if anything happens to go wrong.

Install

You can fetch the nightly release of Matrique via Flatpak.

Requirements

An operating system with Flatpak installed. Fedora 28 is known to work, other GNU/Linux distributions should work as well if they have Flatpak installed.

Add Repository and Install

Flatpak Repo: Repo URL

Click on the address above to install the nightly repository of Matrique.

Prefer commands?

flatpak remote-add matrique https://b0.gitlab.io/matrique-repo/matrique.flatpakrepo
flatpak install matrique org.eu.encom.matrique

P.S. In case if you haven't figured it out, the instruction above only works on Master OS. No precompiled binary for MacOS and Microsoft Windows yet.

Run

If you install Matrique through Flatpak, you should already be able to run it from the app launcher.

If not,

flatpak run org.eu.encom.matrique

Compile from Source

You can compile Matrique from source if you want to.

  • Fetch the code.
git clone --recursive https://gitlab.com/b0/matrique
  • Open in Qt Creator using the default config.
  • Run.

Acknowledgement

This program uses libqmatrixclient library and C++ models from Quaternion.

License

GPLv3

This program is licensed undedr GNU General Public License, Version 3.