Reference
Last updated: 24 February 2026
Plugins
Community and third-party plugins that extend untether.
Community and third-party plugins that extend untether.
| Plugin | Type | Description |
|---|---|---|
| untether-matrix | Transport | Matrix protocol backend with E2EE, voice transcription, and multi-room support |
| untether-scripts | Command | Dynamic script runner for executing Python scripts via /run command |
| untether-discord | Transport | Discord bot backend for interacting with untether via Discord |
| untether-slack | Transport | Slack bot backend for interacting with untether via Slack |
See also
- Plugin API - API reference for plugin development
- Write a plugin - Step-by-step guide
- Plugin system - Architecture and design
Was this helpful?
Thanks for your feedback!
Related Articles
How-To GuidesWrite a pluginUntether supports entrypoint-based plugins for engines, transports, and commands.How-To GuidesAdding a RunnerThis guide explains how to add a new engine runner to Untether.How-To GuidesDev setupSet up Untether for local development, run checks, and test changes safely via the dev instance before releasing to production.