You can directly download the binary file from the Github Release page based on the architecture of your target device. For use in Android environments like Termux, choose the aarch64-unknown-linux-musl
architecture.
- Ensure that Kodama is located in an executable directory.
- Make sure Kodama has executable permissions.
- If you wish, add Kodama to your environment variables.
- Kodama does not come with Typst built-in, so if your content involves Typst text, you need to ensure that a Typst program is available in your environment variables.
When the Github Release page does not have a file suitable for your device, you can start by building from source code yourself, which is also quite easy.