Latest Android version is available on Google Play.
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
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