Managed automatic CLI updates
Global Runtype CLI installs can now stage a health-checked stable release for the next invocation, with manual check, update, and rollback controls.
Globally installed Runtype CLIs now check once per hour for a newer stable release. When one is available, the CLI installs the exact version into a user-owned cache, verifies that it starts and reports the expected version, and activates it atomically on the next invocation.
The updater never rewrites your npm, pnpm, or yarn global prefix while a command is running. CI, source checkouts, project-local installs, and npx or pnpm dlx runs remain untouched so pinned and ephemeral executions stay reproducible.
Use runtype update --check to inspect availability, runtype update to install immediately, or runtype update --rollback to reactivate the previous healthy managed version.