Asir for Android
Arm 64bit version
This is a binary of Risa/Asir (version 20240806) for Android (Arm 64bit).
This binary was checked on Android 12(Microsoft Surface Duo 2) and Android 14(Google Pixel 6a).
Installation:
- Install Termux to your Android device through Google Play.
- Execute the following on Termux:
$ curl -O https://openxm-org.github.io/setup/2024/android/install.sh
$ sh install.sh
$ exit
- Re-open Termux and execute the following:
$ asir
Change Log:
2024/9/5
- Asir was updated to the version 20240806.
- The functionality of the frontend fep has been integrated into Asir.
- The Google Play version of Termux has been reinstated.
- The web page was moved to GitHub Pages.
2022/10/10
- This binary does not need the environment variable LD_LIBRARY_PATH because it has the DT_RUNPATH attribute. We can check it by the following command:
$ objdump -x asir | grep RUNPATH
On Android 7 or higher, DT_RUNPATH is used instead of LD_LIBRARY_PATH. (cf. Termux is not FHS compliant)
2022/9/27
- Asir was updated to the version 20220911.
- asir-contrib library was included.
2022/9/5
- The official version of Termux was changed from Google Play to F-Droid.
- Asir was updated to the version 20220403.
- An install script ‘setup.sh’ was added.
- gp, an interactive shell giving access to PARI library, was included.
2019/12/22
- Asir was updated to the version 20191212.