Updating KULVEX
Automatic Updates
KULVEX includes a self-evolution engine that can deploy updates automatically. When a new version is available, the system pulls changes, rebuilds containers, and restarts services with zero downtime.
Manual Update
KULVEX_LICENSE_KEY=klx_lic_xxx bash ~/.kulvex/install.sh --updateThis will:
- Pull the latest source code
- Re-run model selection (in case new models are available)
- Rebuild Docker images
- Restart all services
- Run health checks
Your data (MongoDB, models, configuration) is preserved.
Uninstalling
bash ~/.kulvex/install.sh --uninstallYou’ll be asked whether to delete all data (database, models, configs) or just stop containers.