installer — ESML distribution & bootstrap

Installer Homebrew Platforms License: GPL v3

Four install paths for the llamaclaw ecosystem. Most people should brew install.

Install options · Pi bootstrap · Verify · License


Canonical pip, brew, curl | sh, and PowerShell installers for the llamaclaw ecosystem. Also houses the Homebrew tap (llamaclaw/tap) formulas.


Install options

2. curl | bash (any POSIX)

curl -fsSL https://install.llamaclaw.org | bash
curl -fsSL https://install.llamaclaw.org | bash -s -- --minimal
curl -fsSL https://install.llamaclaw.org | bash -s -- --with-pi

Inspect before piping:

curl -fsSL https://install.llamaclaw.org | less

3. PowerShell (Windows)

iwr -useb https://install.llamaclaw.org/win | iex

4. Pi bootstrap

curl -fsSL https://install.llamaclaw.org | bash -s -- --with-pi

Installs esml + pulls llamaclaw/perseus:e2b from Ollama + wires the systemd units from llamaclaw/deploy.


What’s in here

Path

Purpose

Formula/esml.rb

Homebrew formula for esml

Formula/tide.rb

Homebrew formula for tide

Formula/kronos.rb

Homebrew formula for kronos

curl-install.sh

Canonical curl | bash installer

install.sh

Legacy bootstrap (pre-migration)

install.ps1

Windows PowerShell bootstrap

scripts/install-shell.sh

Interactive shell-mode installer

scripts/install_deps.R

R-side dependency installer

scripts/install_git_hooks.sh

Git hooks for contributors

docs/install.rst

Sphinx-sourced install guide


Verify

esml --version
esml list-datasets    # 41 datasets
esml list-modules     # 23 analysis modules
esml doctor           # environment diagnostics

License

GPL-3.0-or-later. See LICENSE.