4e782409ee43d1cbe47bf5332581f4647894d506
- Implemented API server using Express, including endpoints for health check, status, mute, deafen, channel management, and message sending. - Added middleware for CORS and JSON body parsing. - Created test scripts (Node.js and Bash) for API endpoint verification. - Documented API usage and integration in new API documentation files. - Updated package.json to include necessary dependencies (express, cors, body-parser).
Cinny desktop
Cinny is a matrix client focusing primarily on simple, elegant and secure interface. The desktop app is built with Electron.
Download
Installers for macOS, Windows and Linux can be downloaded from releases.
| Operating System | Download |
|---|---|
| Windows | Get it on Windows |
| macOS | Get it on macOS |
| Linux | Get it on Linux |
Local development
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 build
To start local dev server, run:
npm run dev
Releases
1
Release v4.11.162
Latest
Languages
JavaScript
90.6%
HTML
7.1%
Shell
2.2%
Rust
0.1%