coderClaw

Development channels

Last updated: 2026-01-21

CoderClaw ships three update channels:

We ship builds to beta, test them, then promote a vetted build to latest without changing the version number — dist-tags are the source of truth for npm installs.

Switching channels

Git checkout:

coderclaw update --channel stable
coderclaw update --channel beta
coderclaw update --channel dev

npm/pnpm global install:

coderclaw update --channel stable
coderclaw update --channel beta
coderclaw update --channel dev

This updates via the corresponding npm dist-tag (latest, beta, dev).

When you explicitly switch channels with --channel, CoderClaw also aligns the install method:

Tip: if you want stable + dev in parallel, keep two clones and point your gateway at the stable one.

Plugins and channels

When you switch channels with coderclaw update, CoderClaw also syncs plugin sources:

Tagging best practices

macOS app availability

Beta and dev builds may not include a macOS app release. That’s OK: