zephyrproject-rtos/zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 3rd, 2026
Created on May 26th, 2016
Open Issues & Pull Requests: 3,894 (+2)
GitHub issues: Enabled
Number of forks: 9,918
Total Stargazers: 16,433 (+1)
Total Subscribers: 413 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 84% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2,029
New in 7 days: 93
Closed in 7 days: 115
Avg open age: 929 days
Stale 30+ days: 1,283
Stale 90+ days: 1,202

Recent activity

Opened in 7 days: 62
Closed in 7 days: 90
Comments in 7 days: 129
Events in 7 days: 539

Top labels

  • bug (18,084)
  • priority: low (10,405)
  • priority: medium (5,111)
  • Enhancement (4,217)
  • area: Bluetooth (2,932)
  • Coverity (2,883)
  • Stale (2,268)
  • area: Networking (2,202)

Detailed Description

Zephyr is a real-time operating system designed for resource-constrained embedded devices and microcontrollers across multiple hardware architectures.

The project addresses the need for a lightweight, secure kernel suitable for IoT devices, wearables, and embedded systems where traditional operating systems are too resource-heavy. Zephyr provides a small-footprint kernel optimized for constrained environments while maintaining support for sophisticated applications. The architecture is modular, allowing developers to include only the components their application requires, and it emphasizes security as a core design principle rather than an afterthought.

Zephyr suits teams building embedded and IoT applications targeting ARM Cortex variants, Intel x86, RISC-V, ARC, Xtensa, SPARC, or MIPS processors. It is particularly appropriate for projects ranging from simple environmental sensors to complex wireless gateways where memory and power efficiency matter. The project provides extensive documentation, a getting started guide, and code samples to reduce the barrier to entry. The README identifies community support through mailing lists and Discord as primary channels for assistance.

The project maintains active continuous integration with automated testing workflows. Security is treated as a formal concern, with a dedicated security advisories repository and a documented vulnerability reporting process. The codebase demonstrates commitment to best practices through formal security certifications and scorecards. Development follows a structured contribution process with published guidelines, and the project sustains multiple communication channels including developer and user mailing lists alongside real-time community discussion platforms.