Installation
Install with mise
Section titled “Install with mise”The recommended installation uses a prebuilt GitHub release:
mise use --global github:dkarter/vellumConfirm the binary is available:
vellum --versionBuild from source
Section titled “Build from source”Vellum requires Rust 1.88 or newer.
git clone https://github.com/dkarter/vellum.gitcd vellumcargo install --path .Optional dependencies
Section titled “Optional dependencies”The core executable has no runtime dependency on a multiplexer. Individual sources and actions may call other tools:
| Feature | Dependency |
|---|---|
| Herdr workspaces and agents | herdr |
| Built-in file finder | fd |
| Workspace removal action | hwt |
| GitHub actions in the workspace palette | gh |
| File icons | A Nerd Font |
Continue with the quick start.
