Archived
1
Fork 0
Discord-like Matrix client
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-08-09 19:05:22 +00:00
include Reformat code 2022-08-15 21:53:56 -04:00
misc Add old files 2021-07-21 16:08:15 -04:00
qml Rip out communities support 2022-08-15 14:02:22 -04:00
resources Add old files 2021-07-21 16:08:15 -04:00
src Reformat code 2022-08-15 21:53:56 -04:00
.clang-format Reformat code 2022-08-15 21:53:56 -04:00
.editorconfig Reformat code 2022-08-15 21:53:56 -04:00
.gitignore Update .gitignore 2022-03-01 16:21:07 -05:00
CMakeLists.txt Reformat code 2022-08-15 21:53:56 -04:00
ImageViewer.qml Add old files 2021-07-21 16:08:15 -04:00
LICENSE Add old files 2021-07-21 16:08:15 -04:00
qml.qrc Rip out communities support 2022-08-15 14:02:22 -04:00
README.md Denote original project date 2024-08-09 19:05:22 +00:00

Trinity

(This is a project from ~2021)

A Qt5 QML Matrix client, which supports end-to-end encryption (WIP) and has a Discord-like interface.

Screenshot

Features

  • Basic messaging capabilities
    • Sending and recieving markdown messages, formatting can be disabled
    • Typing notifications
  • End-to-end encryption (WIP)
  • Community support
  • Per-room notification settings
  • Listing and joining public rooms
    • Inviting other members and accepting other people's invites
  • Start direct chats with other members
  • Custom emote support

Installation

I'm not providing any pre-built binaries yet, so you must compile from source.

If you use Arch Linux, I maintain the AUR package.

Building

Building Trinity is very easy, simply call CMake. Please make sure all the dependencies below are met.

Dependencies

  • Qt5
    • WebEngine is also required
  • CMark
  • libolm