# Cinny
A Matrix client focusing primarily on simple, elegant and secure interface. The main goal is to have an instant messaging application that is easy on people and has a modern touch. - [Roadmap](https://github.com/orgs/cinnyapp/projects/1) - [Contributing](./CONTRIBUTING.md) ## Getting started Web app is available at https://app.cinny.in and gets updated on each new release. The `dev` branch is continuously deployed at https://dev.cinny.in but keep in mind that it could have things broken. You can also download our desktop app from [cinny-desktop repository](https://github.com/cinnyapp/cinny-desktop). To host Cinny on your own, download tarball of the app from [GitHub release](https://github.com/cinnyapp/cinny/releases/latest). You can serve the application with a webserver of your choice by simply copying `dist/` directory to the webroot. To set default Homeserver on login and register page, place a customized [`config.json`](config.json) in webroot of your choice. Alternatively you can just pull the [DockerHub image](https://hub.docker.com/r/ajbura/cinny) by: ``` docker pull ajbura/cinny ``` or [ghcr image](https://github.com/cinnyapp/cinny/pkgs/container/cinny) by: ``` docker pull ghcr.io/cinnyapp/cinny:latest ```