litruv 45bc475340
All checks were successful
Build / increment-version (push) Successful in 5s
Build / build-android (push) Successful in 4m52s
Group Android notifications by space and clear them on read.
Use stable per-room notification IDs with Directs/Spaces/Home channels and space group summaries so the shade nests deeper than a flat Messages list, and dismiss those tray entries when a room is marked read.
2026-07-24 14:36:11 +10:00
2026-04-07 14:49:48 +10:00
2026-04-07 14:49:48 +10:00
2026-04-07 14:49:48 +10:00
2026-04-07 14:49:48 +10:00
2026-04-07 14:49:48 +10:00
2026-04-07 14:49:48 +10:00
2026-04-07 14:49:48 +10:00

Paarrot

Paarrot is a Matrix client focusing primarily on simple, elegant and secure interface. The desktop app is built with Electron and based on Cinny.

Download

Installers for Windows and Linux can be downloaded from releases.

Operating System Download
Windows (x64) Get it on Windows
Linux (AppImage) Get it on Linux

Linux Installation

For the best AppImage experience, we recommend using AppImageLauncher which automatically integrates AppImages into your system.

Local development

To setup development locally run the following commands:

  • git clone --recursive http://synbox.ruv.wtf:8418/litruv/cinny-desktop.git
  • cd cinny-desktop/cinny
  • npm ci
  • cd ..
  • npm ci

To build the app locally, run:

  • npm run build

To start local dev server, run:

  • npm run dev

Android build (Capacitor)

Paarrot now supports building an Android app package using Capacitor.

Prerequisites:

  • Android Studio installed
  • Android SDK + platform tools configured
  • Java 17 (recommended for recent Android Gradle toolchains)

Build and sync Android project:

  • npm run android:prepare

Open Android Studio project:

  • npm run android:open

Build debug APK from terminal:

  • npm run android:apk

Build release APK from terminal:

  • npm run android:apk:release

Build release AAB from terminal:

  • npm run android:aab

Artifacts are generated under:

  • cinny/android/app/build/outputs/apk/
  • cinny/android/app/build/outputs/bundle/
Description
No description provided
Readme AGPL-3.0 7.1 MiB
2026-07-24 15:46:30 +10:00
Languages
TypeScript 64.4%
Kotlin 19.2%
CSS 12.9%
JavaScript 3%
Java 0.5%