ZAP stands for ZCL Advanced Platform. It is used to configure clusters, attributes and other entities for Matter and ZigbeePro applications.

Clone this repo:
  1. 8b63392 update package dependencies (#1667) by Paul Regan · 9 days ago main upstream/master
  2. f1bb331 Ensure all XML Files are included in validate and format scripts (#1693) by Dhruv Chandwani · 9 days ago v2026.02.26-nightly
  3. 3583c53 Add Cypress config-loading tests for Zigbee, Matter, and multiprotocol modes (#1692) by Tibor Kollar · 9 days ago
  4. c8d348f parallelize generation and notification paths with Promise.all (#1687) by Bharat Raju · 11 days ago
  5. 88ce52f Cleaning up the broken functionality for UI not catching the errors from SQL Triggers (#1689) by Bharat Raju · 11 days ago v2026.02.24-nightly

ZCL Advanced Platform

ZCL Advanced Platform

Build and release packages Zigbee code regeneration Matter code regeneration

What is ZAP?

ZAP is a generic generation engine and user interface for applications and libraries based on Zigbee Cluster Library, the specification developed by the Connectivity Standards Alliance.

ZAP allows you to perform the following:

  • perform SDK-specific customized generation of all global artifacts (constants, types, IDs, etc) based on the ZCL specification
  • provide UI for the end-user to select specific application configuration (clusters, attributes, commands, etc.)
  • perform SDK-specific customized generation of all user selected configuration artifacts (application configuration, endpoint configuration, etc) based on ZCL specification and customer-provided application configuration.

ZAP is a generic templating engine. Examples are provided for how to generate artifacts for the C language environment, but one could easily add new templates for other language environments, such as C++, java, node.js, python or any other.

Quick setup

Refer to Setup Instructions

Source code

Refer to development instructions for more details.

License

This software is licensed under Apache 2.0 license.

Usage Documentation

Detailed Developer Documentation