5da2069eba0f0b399aaab4b463bb6e7c45915905
- System tray with Open/Quit menu + left-click toggle; closing the window now minimizes to tray instead of quitting, so notifications keep arriving. - Single-instance: a second launch focuses the running window (and forwards a matrix: link) instead of colliding on the localhost port. - Window: 1100x720 default, 480x600 min, centered first run; starts hidden and shows on page-load to kill the white launch flash (8s failsafe). - matrix: deep links via tauri-plugin-deep-link -> dispatched to the web client (useDeepLinkNavigate) for both cold-start and already-running cases. - Windows 11 Mica backdrop (subtle; app paints opaque TDS bg). - NSIS installer: per-user install (no UAC), downloadBootstrapper. - Remove dead/broken src/menu.rs. - Bump cinny submodule to 053b364a (deep-link web handler). Note: Rust not compiled locally (no toolchain / Windows-only paths); verified by careful API review against tauri 2.10 — needs a real 'tauri build' to confirm. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Cinny desktop
Cinny is a matrix client focusing primarily on simple, elegant and secure interface. The desktop app is made with Tauri.
Download
Installers for macOS, Windows and Linux can be downloaded from Github releases. Releases are signed with a Ed25519 public-key.
| Operating System | Download |
|---|---|
| Windows | Get it on Windows |
| macOS | Get it on macOS |
| Linux | Get it on Linux · Flatpak |
Decoded public key:
RWRflTUQD3RHFtn25QNANCmePR9+4LSK89kAKTMEEB4OKpOFpLMgc64z
To verify release files, you need to download minisign tool and decode the .sig file before running:
minisign -Vm RELEASE_FILE.msi.zip -P RWRflTUQD3RHFtn25QNANCmePR9+4LSK89kAKTMEEB4OKpOFpLMgc64z -x SINGATURE.msi.zip.sig
Local development
Firstly, to setup Rust, NodeJS and build tools follow Tauri documentation.
Now, to setup development locally run the following commands:
git clone --recursive https://github.com/cinnyapp/cinny-desktop.gitcd cinny-desktop/cinnynpm cicd ..npm ci
To build the app locally, run:
npm run tauri build
To start local dev server, run:
npm run tauri dev
Languages
Rust
76.4%
JavaScript
17.1%
C
6.5%