Can Xojo Web App run on a Raspberry Pi?

Hi,

Say that I produce a Xojo web app; can this run on raspberry pi? If so, is there anything in particular that I should know about in order to do this?

Thank you. :slightly_smiling_face:

For Web 1.0, I can definitively say yes as long as you install the required libraries (libunwind, libsoup). Iโ€™ve not tried Web 2.0 on one of my rPi devices yet. You should refer to this page for more information.

1 Like

The underlying system requirements for raspberry pi has not changed.

3 Likes

It runs, compile it for Arm, copy it with the resources folder to the Pi, do not forget to install libunwind, start the binary and enjoy!

2 Likes

My sonโ€™s company has good success running Xojo Web 1 in an IoT context on ARM devices. Web 1 is not limited to Pi.

1 Like