aegis toolchain

Manage the dirmacs ecosystem tools.

Usage

aegis toolchain install [TOOL] [--from-source]
aegis toolchain status
aegis toolchain update [TOOL]

Subcommands

install

Install dirmacs tools via cargo install. Without a tool name, installs all tools.

FlagDescription
TOOLSpecific tool name (ares, daedra, thulp, eruka, lancor)
--from-sourceBuild from git repo instead of crates.io

status

Show installed tools with versions and binary paths.

update

Force-reinstall tools to get the latest version.

Known tools

ToolCrateDescription
aresares-serverAgentic retrieval-enhanced server
daedradaedraWeb search MCP server
thulpthulpExecution context engineering platform
erukaerukaContext intelligence layer
lancorlancorllama.cpp client library

Example

aegis toolchain status
# Dirmacs Toolchain Status
#   ✓ daedra       daedra 0.1.6
#     /root/.cargo/bin/daedra
#   ✗ ares         not installed
#   1/5 tools installed

aegis toolchain install daedra
# ✓ Installed daedra

aegis toolchain install --from-source
# Builds all tools from their git repos