Security


Device Communication

LimitOS communication occurs via secure websockets from the LimitOS servers to and from the devices.

Security Note Regarding Scripts

Please be careful when running untrusted scripts directly from the internet using a command that executes automatically like the LimitOS script does. You should always audit the code to understand what it's doing first, which you can do by viewing the code directly.
A nicer version of the code is also available to view via your web browser.

The LimitOS code is also publicly available on GitHub for viewing.