Browse Plugins

Extend chatwire with integrations

Official

Signed by chatwire
{% if official %} {% for p in official %}
{{ p.get("icon", "🔌") }}

{{ p.name }}

✓ Signed {% if p.pypi in installed or p.name in installed %} Installed {% endif %}

{{ p.description }}

pipx inject chatwire {{ p.pypi }} {% if p.get("homepage") %} Docs ↗ {% endif %}
{% if p.pypi not in installed and p.name not in installed %} {% endif %}
{% endfor %} {% else %}

No official plugins in registry.

{% endif %}

Community

Use at your own risk
{% if community %}
⚠ Community plugins are not cryptographically signed by the chatwire project. Review the source before installing.
{% for p in community %}
{{ p.get("icon", "🔌") }}

{{ p.name }}

Community {% if p.pypi in installed or p.name in installed %} Installed {% endif %}

{{ p.description }}

{% if p.get("author") %}

by {{ p.author }}

{% endif %}
pipx inject chatwire {{ p.pypi }} {% if p.get("homepage") %} Source ↗ {% endif %}
{% if p.pypi not in installed and p.name not in installed %} {% endif %}
{% endfor %} {% else %}

No community plugins in registry yet.

{% endif %}

Custom Install

Enter a PyPI package name (e.g. chatwire-ntfy) or a GitHub URL. Packages not signed by chatwire will show a warning.