Support Ukraine Black Lives Matter

Canary Channel

Canary releases are generated from each commit to the master branch of Ember and Ember Data. They may contain unstable features.

How to Install

Ember

# Install the latest Ember canary:
npm install --save-dev https://s3.amazonaws.com/builds.emberjs.com/canary/shas/4e71c04137e6fbf2d1ff6eac751bcaaf96742bc8.tgz

Ember Data

# Install the latest Ember Data canary:
npm install --save-dev emberjs/data#master

What is canary?

"Canary" refers to whatever code is on the main branch of an Ember project. It is not released via npm, and is not recommended for production or new learners.

Often, features in canary are a work-in-progress. These work-in-progress features may change substantially or be removed before being released. In rare cases, the features may never be released.

Canary is used in many test suites, so that any bugs in the framework code are detected quickly and fixed before a beta is released. Some of Ember's key contributors make a habit of working off a canary release in order to volunteer their efforts as early testers.