Extensions for Aelix
Aelix is an agent runtime and extension platform in pure Python — self-hosted, auditable, and extensible in the language your team already writes.
This is the official catalog of extensions you can install into Aelix. The catalog only decides what to install — every install still goes through Aelix's own consent prompt, integrity pin, and signature checks on your machine.
- Auditable
- Self-hostable
- Signed extensions
- Runs in your terminal
- Works air-gapped
curl -fsSL https://raw.githubusercontent.com/handochan/aelix-ai/main/install.sh | sh
Review the script before piping it to a shell — that is the honest way
to run any curl | sh installer. Every Aelix wheel is
verified against the release's SHA256SUMS manifest and a
mismatch aborts; third-party dependencies resolve from PyPI as usual.
The Aelix source lives at
github.com/handochan/aelix-ai.
Catalog
Extensions published in this catalog. This list is advisory: being listed here does not mean an extension has been reviewed, verified, or is safe to run.
Loading catalog…
Fetching ./catalog.json.
About the sha256 chip: the hash shown on a card is a display-only advisory value copied from the catalog entry. It is not a verified trust signal — Aelix does not treat a catalog-supplied hash as proof of anything. Real integrity comes from the install-time consent prompt, the on-disk integrity pin, and the extension's own Ed25519 signature, all checked on your machine.