Torizon OS

From RidgeRun Developer Wiki





Follow Us On Twitter LinkedIn Email Share this page



Preferred Partner Logo 3



Torizon OS is an industrial Linux platform developed by Toradex that simplifies the development, deployment, and maintenance of embedded Linux devices. It provides a minimal open-source operating system designed for reliability, security, and long-term maintenance in production environments. Torizon OS is built on top of Toradex Linux BSP layers and includes essential system services, a container runtime, and infrastructure for device management and software updates.

One of the key features of Torizon OS is its support for container-based application development using Docker. Applications and their dependencies can be packaged into containers, enabling modular development, simplified deployment, and easier maintenance of embedded systems. Developers can build, deploy, and debug applications using tools such as the Torizon IDE Extension for Visual Studio Code, while system customization can be performed using tools like TorizonCore Builder without requiring a full rebuild of the operating system.

Torizon OS also provides secure update mechanisms based on OSTree and Aktualizr, enabling both offline updates and remote over-the-air (OTA) updates. The system uses a read-only root filesystem to improve reliability and reduce the risk of system corruption, while still allowing persistent configuration and application data through writable directories. Together, these features make Torizon OS a practical platform for developing, deploying, and managing modern embedded Linux applications