vertc 0.0.1-rc.2
Pre-release
Pre-release
This is the first distributed public release candidate of vertc, the Volcengine RTC developer-workflow CLI. It focuses on the voice-agent × web workflow. As a release candidate, commands and workflow details may still change before the first stable release.
- Guided project setup: scaffold the pinned official
rtc-aigc-demoweb template, sign in to Volcengine, select RTC and conversational-AI resources, and start local development throughinit,auth login, anddev. - Diagnostics and recovery: use
doctorfor evidence-based readiness checks andexplain-errorfor an offline SDK and conversational-AI error catalog. - Agent- and automation-friendly behavior: machine-readable JSON output, stable typed
error.codevalues, clean stdout/stderr separation, dry-run support, and embedded workflow Skills. - Secure local configuration: project metadata remains reviewable, credentials use protected local storage, and RTC AppKey values stay out of project configuration, command arguments, logs, and structured output.
- Cross-platform distribution: prebuilt archives for macOS, Linux, and Windows on amd64 and arm64, with SHA-256 verification during npm installation and update.
- Reproducible release assets: archives are stamped from the immutable public source identity and can be rebuilt consistently from the same commit.
npm install -g @volcengine/rtc-cli
vertc version --format prettyThe npm latest dist-tag points to 0.0.1-rc.2 for this preview.
-
vertc_0.0.1-rc.2_darwin_amd64.tar.gz -
vertc_0.0.1-rc.2_darwin_arm64.tar.gz -
vertc_0.0.1-rc.2_linux_amd64.tar.gz -
vertc_0.0.1-rc.2_linux_arm64.tar.gz -
vertc_0.0.1-rc.2_windows_amd64.zip -
vertc_0.0.1-rc.2_windows_arm64.zip -
checksums.txt -
Supported scene and platform:
voice-agent × web. -
GitHub marks this version as a pre-release and does not mark it as Latest.
-
Feedback from this candidate will inform the first stable release.