self
Manage a Lute installation stored in ~/.lute.
Install
Copy the running Lute executable to ~/.lute/bin, add that directory to PATH:
bash
lute self installUse --no-modify-path to leave shell configuration unchanged or --force to replace an existing installation without prompting.
Update
Update the installed host executable to the latest stable release:
bash
lute self updateUpdate to the latest nightly build:
bash
lute self update --nightlyInstall a specific release with --version. Both 1.0.1 and v1.0.1 are accepted:
bash
lute self update --version 1.0.1Specify a particular nightly version explicitly if desired:
bash
lute self update --version 1.0.1-nightly.20260710Uninstall
Remove the host executable and its managed PATH entry:
bash
lute self uninstallUse --remove-data to also remove cached type definitions and other data under ~/.lute.