Open AD Kit is a collaborative project developed by the Autoware Foundation and its member companies and alliance partners. It aims to bring software-defined best practices to the Autoware project and to enhance the Autoware ecosystem and capabilities by partnering with other organizations that share the goal of creating software-defined vehicles.
Open AD Kit aims to democratize autonomous drive (AD) systems by bringing the cloud and edge closer together. In doing so, Open AD Kit will lower the threshold for developing and deploying the Autoware software stack by providing an efficient and modernized CI-CD approach.
The Autoware Foundation is a voting member of the SOAFEE (Scalable Open Architecture For the Embedded Edge) initiative, as the Autoware Open AD Kit is the first SOAFEE blueprint for the software defined vehicle ecosystem.
Open AD Kit is a micro-service based project, which means that it is designed to be deployed on a variety of platforms with microservices architecture. Each component is designed to be independent and can be deployed on a variety of platforms.
- Independent components for sensing, perception, mapping, localization, planning, control, and visualization
- Multi-platform deployment supporting both amd64 and arm64 architectures
- Service mesh integration with configurable environment variables
Open AD Kit supports mixed criticality deployment, enabling separation of safety-critical and non-critical components. This architecture allows flexible deployment strategies where critical autonomous driving functions can run on certified hardware while monitoring and development components operate on standard platforms.
- Flexible deployment separating safety-critical and monitoring components
- Configurable criticality from development testing to production safety systems
- Hardware abstraction supporting safety island compute architectures
Open AD Kit leverages modern cloud native technologies to deliver scalable, portable AD stack.
- Seamless scaling from development laptops to production edge devices
- Hybrid cloud support bridging development and production environments
- Container orchestration ready for Kubernetes and similar platforms
Open AD Kit envisions an always connected, complete autonomous driving development and deployment platform spanning data collection, calibration, and map annotation to machine learning operations, open-source simulation and system validation.
- Automated CI/CD with GitHub Actions integration
- Optimized build caching for faster deployment cycles
- Continuous testing in containerized environments
graph LR
A[Q2/2025<br/>Open AD Kit components and tools definition]
B[Q3/2025<br/>Modular Autoware components]
C[Q4/2025<br/>Configurable components for use cases]
D[Q1/2026<br/>Component orchestration support]
A --> B --> C --> D;
classDef p1 fill:#0d2c54,stroke:#333,stroke-width:2px,color:#fff,font-weight:bold;
classDef p2 fill:#2d6a8b,stroke:#333,stroke-width:2px,color:#fff,font-weight:bold;
classDef p3 fill:#3690c0,stroke:#333,stroke-width:2px,color:#fff,font-weight:bold;
classDef p4 fill:#673ab7,stroke:#333,stroke-width:2px,color:#fff,font-weight:bold;
class A p1;
class B p2;
class C p3;
class D p4;



