Skip to content

Release 0.3.10

Choose a tag to compare

@github-actions github-actions released this 08 Dec 11:35
b2ed279

How to install

ℹ️ Since this project has not applied for application signing yet, if you encounter an "unsafe" warning during download, please proceed at your own risk and discretion.

Windows

  1. Locate RiceCall-x.x.x-win-x64-Setup.exe
  2. Download and run it
  3. Follow the installation wizard to complete the setup

macOS

  1. Locate RiceCall-x.x.x-mac-arm64.dmg
  2. Download and open it, then drag RiceCall to the Applications folder
  3. Open Terminal and run the following commands to remove restrictions and apply codesign :
xattr -cr '/Applications/RiceCall.app'
codesign -fs - --deep '/Applications/RiceCall.app'

Linux

  1. Locate RiceCall-x.x.x-linux-x86_64.AppImage
  2. Download and place it in your preferred folder
  3. Open Terminal and run the following commands (assuming the file is in Downloads) :
cd ~/Downloads
chmod +x RiceCall-x.x.x-linux-x86_64.AppImage
./RiceCall-x.x.x-linux-x86_64.AppImage