Hi,
Requesting auto-connection of audio-record for the loomfy snap.
name: loomfy
description: records meetings and transcribes them on-device, with speaker separation. Audio never leaves the machine.
snapcraft: PRIVATE
upstream: PRIVATE
upstream-relation: publisher is the upstream author
plugs:
audio-record:
request-type: auto-connection
reasoning: Recording the microphone is the core function of the snap, without it, there is nothing to transcribe and the primary workflow fails on launch. On Ubuntu 26.04 without connection, the sound server only exposes monitor sources rather than physical microphones.
The only other privileged interface plugged is audio-playback (already auto-connected). Standard interfaces (network, home, and GNOME desktop interfaces) are auto-connected by default.
The application is also distributed on Flathub as ai.loomfy.Loomfy.
Thanks.