Templates
Start environments with Node.js, Python, or custom Lima configuration.
Node.js
The node template installs the current Node.js LTS release through nvm:
weave create node-dev --template nodePython
The python template installs Python through uv:
weave create py-dev --template pythonCustom Lima YAML
Pass a path to your own Lima YAML file:
weave create custom-dev --template ./templates/custom.yamlRelative paths are resolved from the directory where you run Weave.
New VMs only
Choose a template when you first create a VM. Weave rejects template changes when restarting an existing VM.