I tried to install your package on Oracle cloud on arm system, But I was not able to use it, So can you add support for arm and other architectures.
Are you installing the server via a container? If so, I don't yet have ARM builds available, and you'll have to make them yourself on an ARM machine (very easy to do, just
docker build -t quay.io/e0223b4a/staticmath-server .
in the source dir of the server). Sourcehut does not yet do multi-arch builds, so no premade images will be available for the near future, unfortunately.As for the client app, there should be no problem running it on any platform that PHP supports.