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. 88797db Add FeatureMap template helpers for static cluster config (#1714) by Bharat Raju · 10 days ago main upstream/master
  2. c7d8222 fix: clear UC cluster warnings when Studio reports components installed (#1713) by Paul Regan · 10 days ago
  3. e733173 Move cross-endpoint block helpers into helper-shared-config.js and keep per-endpoint / singleton-hybrid helpers in helper-session.js. (#1705) by Bharat Raju · 2 weeks ago v2026.05.14
  4. e381b1f Upgrade Electron to 41 (#1709) by Bharat Raju · 3 weeks ago
  5. 3513106 - bump @yao-pkg/pkg to restore Linux arm64 zap-cli on glibc 2.35 (#1708) by Bharat Raju · 3 weeks ago v2026.05.12-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