Quick Start
Prerequisites
Install with grove installer
Install the Grove meta-CLI to get started. This single binary manages the installation and versions of all other tools in the ecosystem.
bash
curl -sSfL https://raw.githubusercontent.com/grovetools/grove/main/scripts/install.sh | sh
grove install all
Add to PATH: ~/.local/share/grove/bin
grove list
To update binaries to latest.
grove update
Setup Wizard:
grove setup
Config Viewer
grove config
Grove Daemon (improves performance of TUIs like nav, hooks)
core groved start
Building from Source
For contributors or those wanting the latest development version.
Setup
bash
# Clone with submodules
git clone --recurse-submodules https://github.com/mattsolo1/grove-ecosystem.git
cd grove-ecosystem
# Run setup (builds all tools, configures PATH)
make setupThe setup script will:
- Build the grove CLI
- Create
~/.grove/binand symlink binaries - Build all ecosystem tools in parallel
- Offer to add
~/.grove/binto your PATH - Offer to configure global gitignore for grove files
Verify
bash
grove list