The first-party terminal application for the Lash agent runtime.
The workspace owns the lash executable and its private TUI, export, file
index, autoresearch, and test-harness crates. Lash itself remains an embeddable
runtime; this repository is one complete host built on top of it.
Documentation: CLI reference · architecture · publishing
cargo build --releaseThe executable is written to target/release/lash.
Release binaries are published from this repository:
curl -fsSL https://github.com/SamGalanakis/lash-cli/releases/latest/download/install_lash.sh | bashcargo test --workspace
cargo clippy --workspace --all-targetsLash dependencies are pinned to one exact upstream revision in the workspace manifest. Update that revision deliberately and verify this entire workspace.
The user-facing command, configuration directory (~/.lash), and session
format remain lash; splitting the repository does not rename the product or
invalidate existing installations.