project-chip / matter.js

A complete typescript implementation of the Matter protocol specification (https://buildwithmatter.com). Includes full support for controller, device, commissioning, secure communications, device types, and cluster definitions.
Apache License 2.0
353 stars 60 forks source link

Confusion between @project-chip and @matter npm repos #1336

Closed rcaceiro closed 6 days ago

rcaceiro commented 6 days ago

Hello everyone,

I know that version 0.11 is still in development, but I’m unsure which repository to use. Most examples target @matter.js later @matter, but about a month ago, it stopped receiving updates, and @project-chip restarted development. However, @matter seems more complete. Which one should we use to start a new project?

Apollon77 commented 6 days ago

0.11 was released today (n 26 mins before your issue opened gg) ... so @matter is the new main home.

@project-chip/matter.js is still needed for some "legacy" cases and currently Controller building. The examples show how to best use it

rcaceiro commented 6 days ago

Thank you @Apollon77