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 setup

The setup script will:

  1. Build the grove CLI
  2. Create ~/.grove/bin and symlink binaries
  3. Build all ecosystem tools in parallel
  4. Offer to add ~/.grove/bin to your PATH
  5. Offer to configure global gitignore for grove files

Verify

bash
grove list