installer — ESML distribution & bootstrap¶
Four install paths for the llamaclaw ecosystem. Most people should brew install.¶
Canonical pip, brew, curl | sh, and PowerShell installers for the
llamaclaw ecosystem. Also houses the
Homebrew tap (llamaclaw/tap) formulas.
Install options¶
1. Homebrew (macOS + Linux) — recommended¶
brew tap llamaclaw/tap https://github.com/llamaclaw/installer.git
brew install esml
Add-ons under the same tap:
brew install --HEAD llamaclaw/tap/tide # Go TUI
brew install --HEAD llamaclaw/tap/kronos # Rust ARM terminal multiplexer
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 |
|---|---|
|
Homebrew formula for |
|
Homebrew formula for |
|
Homebrew formula for |
|
Canonical |
|
Legacy bootstrap (pre-migration) |
|
Windows PowerShell bootstrap |
|
Interactive shell-mode installer |
|
R-side dependency installer |
|
Git hooks for contributors |
|
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.