← All docs

// Docs

Release channels.

Klyr ships on three release channels. Your channel only decides which release track this machine follows — it never touches your memory or your clone. Every channel publishes the same Klyr, so your memory, your clone, and every stored connection are the same on all three; switching is just a different update track.

The three tracks

Check your channel

/klyr:channel

It reports the track this machine follows, in one line.

Switch channels

/klyr:channel stable
/klyr:channel beta
/klyr:channel canary

Moving to beta or canary asks you to confirm first — these are pre-release tracks that can break. stable needs no confirmation; it is the safe default.

After a switch, restart Claude Code. Plugins bind at session start, so the new channel goes live only in a session that starts after the switch. Nothing is lost in the move — your memory and clone are untouched, only the update track changes.

Setting a machine up again on beta or canary

The command on the get-started page puts a machine on stable — the right default, which is why it names no track. It follows that re-running it on a beta or canary machine moves that machine back to stable, quietly. The command decides the track; it does not read the one you picked.

If you are on beta or canary and need to run it again, use your own track's URL instead. The track is in the URL, so there is nothing else to pass.

curl -fsSL https://getklyr.ai/plugin-cc/beta/install.sh | bash
irm https://getklyr.ai/plugin-cc/beta/install.ps1 | iex

First line for macOS and Linux, second for Windows PowerShell. On canary, put canary where beta is. Nothing else differs, and your memory and clone are untouched either way.

Day to day you never need these: /klyr:channel switches tracks, and new releases arrive on yours by themselves.

Which should I pick?

Stay on stable unless you want to help shape Klyr or need a fix before it is promoted. Move to beta for earlier features with low risk. Choose canary only if you build with Klyr and can tolerate the odd rough edge. You can move back to stable at any time.