Yet another matrix client for desktop
  • JavaScript 61.6%
  • Rust 38.4%
Find a file
DrTrix 68eff74869 chore: update trixcord-client submodule to logo replacement commit
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 23:22:17 +01:00
.github Pin all the action deps to SHA (#531) 2026-03-04 00:22:57 +11:00
scripts Universal build for MacOS and fix windows build (#313) 2024-07-25 14:15:31 +10:00
src-tauri feat: replace Cinny icons with Trixcord constellation icons for Tauri 2026-03-07 23:01:49 +01:00
trixcord-client@841b7d3cc3 chore: update trixcord-client submodule to logo replacement commit 2026-03-07 23:22:17 +01:00
.gitignore Add support for tauri app 2022-04-29 19:52:14 +05:30
.gitmodules chore: rename cinny submodule to trixcord-client 2026-03-07 20:16:11 +01:00
.node-version Pin all the action deps to SHA (#531) 2026-03-04 00:22:57 +11:00
.npmrc Remove spacing 2022-09-18 20:25:59 +05:30
config.json Replace envs.net with unredacted.org in config.json (#506) 2026-02-12 10:40:34 +11:00
LICENSE Change license to AGPLv3 (#142) 2023-02-24 17:30:37 +05:30
package-lock.json Update Tauri from v1 to v2 (#496) 2026-03-03 23:16:04 +11:00
package.json chore: set version to 0.1.0, rewrite README 2026-03-07 20:53:21 +01:00
README.md chore: set version to 0.1.0, rewrite README 2026-03-07 20:53:21 +01:00

Trixcord desktop

Trixcord is a Matrix client for the Sidera network, built on top of Cinny. The desktop app is made with Tauri.

Based on Cinny desktop — currently tracking upstream 4.10.5.

Local development

Follow the Tauri prerequisites to set up Rust, Node.js and build tools, then:

git clone --recursive https://git.sidera.fr/DrTrix/trixcord-desktop.git
cd trixcord-desktop/trixcord-client
npm ci
cd ..
npm ci

To build:

npm run tauri build

To start the dev server:

npm run tauri dev