Development Channels
Access beta and nightly builds.
Available Channels
| Channel | Description |
|---|---|
stable | Stable releases (default) |
beta | Beta releases |
nightly | Nightly builds |
Switching Channels
bash
# Switch to beta
openclaw update --channel beta
# Switch to nightly
openclaw update --channel nightly
# Back to stable
openclaw update --channel stableChannel Details
Stable
- Recommended for most users
- Thoroughly tested
- Regular release schedule
Beta
- Preview upcoming features
- May have minor bugs
- Good for testing
Nightly
- Latest development builds
- May be unstable
- For developers and testing
Configuration
Set default channel:
json5
{
updates: {
channel: "beta",
autoUpdate: false
}
}Version Information
bash
# Check current version
openclaw --version
# Check for updates
openclaw update --checkReporting Issues
When reporting issues on beta/nightly:
- Include version number
- Specify channel
- Provide reproduction steps