> ## Documentation index
> Fetch the complete documentation index at: https://docs.manyfold.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI 0.19.0 — Switch between dev and stable release channels

> Changelog · CLI 0.19.0 · 2026-07-23

Source: https://docs.manyfold.ai/changelog/cli-v0.19.0/

In the index: https://docs.manyfold.ai/changelog#v0.19.0

`mf update` can change the installed binary's release channel and remember the
choice for future checks and updates.

### Highlights

- **Explicit channels.** Use `mf update --channel dev` for pre-release builds
  or `--channel stable` for production builds.
- **Remembered selection.** The machine stores its choice in
  `~/.manyfold/update-channel.json`.
- **Safe preview.** `mf update --check` reports the selected channel without
  changing the saved preference.
- **Consistent naming.** Installer and daemon status use `dev` and `stable`;
  `staging` remains an accepted legacy alias.
