What we do
Our approach is based on software-hardware separation (think Docker but for embedded). OxidOS Edge is a Rust-based secure ecosystem for safety critical automotive ECUs with 2 components:
- The OS - a Rust-based embedded Operating System for microcontroller-based ECUs;
- Software Development Tools and Support - for fast integration and deployment of Rust-language based software on your specific hardware.
The main advantages of our Rust-based solutions are:
- Highly modular security-focused Rust-based Embedded OS;
- Can run as a full-fledged Operating System on microcontrollers;
- Capability-based access to hardware - applications only access their designated resources in a firewall manner (credential-based for specific peripherals).
- Excellent code quality - through memory and thread safety that are enforced at compile time.