Skip to content

avan1235/shin

Repository files navigation

Shin

Platforms Platforms Platforms

Build Latest Release Docker Google Play

License: MIT GitHub Repo stars Fork Shin

Download and run application

Download compiled application

Google Play

Latest Android version is available on Google Play.

Get it on Google Play

GitHub Releases

You can download compiled version of application from GitHub Releases.

You can find the compiled vesion of the application for Android, Linux, macOS and Windows.

Please note that for running unsigned version of macOS application, you need to temporarily disable Gatekeeper, so after installing the application run

sudo xattr -dr com.apple.quarantine  /Applications/Shin.app

in the terminal. You can learn more about this here.

To install Linux version run:

sudo dpkg -i  shin.deb

Build application locally

The project is configured with with Gradle and you can find the latest release build commands in the release.yml file.

How to build particular platforms:

  • Android & iOS: use run configurations provided by Fleet to run locally
  • desktop: make desktop
  • wasm: make wasm