The Polyphon plugin for Obsidian lets you run multi-voice AI conversations directly from your vault. It connects to a running Polyphon desktop instance over the TCP API, giving you access to your compositions and voice configurations without leaving Obsidian.
Requirements
- Polyphon must be installed and running — download it here
- Obsidian desktop — the plugin is desktop-only; mobile is not supported
- The Polyphon TCP API server must be reachable (it runs on
127.0.0.1:7432by default)
Installation
The plugin is not yet listed in the Obsidian community plugin directory. Install it manually or via BRAT.
Manual installation
- Download the latest release from the obsidian-polyphon releases page — you need
main.js,manifest.json, andstyles.css - In your vault, create the folder
.obsidian/plugins/polyphon/if it doesn’t exist - Copy the three files into that folder
- Open Obsidian Settings → Community plugins, disable Safe mode if prompted, and enable Polyphon
BRAT (automatic updates)
BRAT is a community plugin that lets you install and auto-update plugins not yet in the official directory.
- Install BRAT from the Obsidian community plugin directory
- In BRAT settings, click Add Beta plugin and enter
polyphon-ai/obsidian-polyphon - BRAT installs the plugin and keeps it up to date automatically
First launch
- Start Polyphon on your machine
- Click the message square icon in the Obsidian ribbon, or run
Cmd/Ctrl+P → Polyphon: Open sidebar - The Polyphon sidebar opens in the right panel
- If the connection succeeds, the composition dropdown will populate with your saved compositions
If the sidebar shows a connection error, confirm Polyphon is running and check the configuration to make sure the host, port, and API token are correct.