最終更新: 2026-08-04
audioremote は、Windows 11 PC(以下「ホスト」)の既定の音声出力デバイスを、同じ LAN 上のブラウザから切り替えるためのローカルサービスです。開発者が運用するサーバーは存在せず、インターネットへの送信も行いません。個人データの収集・外部送信・開発者側での保存は一切ありません。アカウント登録、クラウド同期、テレメトリ、アクセス解析、広告、アプリ内課金のいずれもありません。
ただし本アプリは、その目的上あなたの LAN 内で待ち受けポートを開き、同じ LAN 上の端末と通信します。何がどこを流れるのかを以下に明記します。
ありません。利用状況、デバイス構成、エラー情報を含め、開発者や第三者へ送信されるデータはありません。本アプリには外部と通信するための HTTP クライアントが含まれておらず、更新確認も行いません。通信相手はあなた自身の LAN 上の端末だけです。
いずれも端末内のみで、外部へは送信されません。
%APPDATA%\audioremote\config.toml: 待ち受けアドレスとポート、接続を許可するネットワークの一覧(CIDR)、接続用のトークン(名前・作成日時・失効フラグ付き)、デバイスの並び順、通知領域アイコンの表示言語などの設定。%APPDATA%\audioremote\history.toml: 「最近使った順」で並べ替えるためだけのもので、内容は音声デバイスの ID と、それを既定に切り替えた時刻(秒)の対応表です。誰が操作したか、何を再生したかは記録しません。音声そのものは一切扱いません。本アプリは出力先の切り替えと音量の変更を Windows に指示するだけで、音声を録音・再生・保存・送信することはありません。マイクにもアクセスしません。
audioremote.token: 接続用トークン。共有 URL を一度開くとブラウザの localStorage に保存され、以後はブックマークだけで接続できます。audioremote.lang: 画面の表示言語の選択。どちらもそのブラウザの中だけに保存されます。トークンは画面右上の設定パネルにある「トークンを入れ直す」から削除できます。
ホストと、操作する側のブラウザとの間でやり取りされるのは次の情報です。
Authorization: Bearer ヘッダー、または共有 URL の #t= 部分)重要 — 通信は既定で暗号化されていません。 本アプリは HTTP で待ち受けます(HTTPS は現行バージョンの対象外です)。したがって上記の情報は、同じ LAN 上で通信を傍受できる者には平文で読めることになります。トークンもこれに含まれます。信頼できるネットワーク(自宅や職場の LAN)でのみ使用してください。公衆 Wi-Fi では使用しないでください。
ホスト自身のブラウザ(loopback)からの接続にはトークンを要求しません。それ以外の端末からの接続には常にトークンが必要です。設定で待ち受けを 127.0.0.1 に限定すれば、LAN からは一切接続できなくなります。
ありません。アクセス解析、広告、クラッシュレポート、クラウドストレージなど、いかなる第三者サービスとも連携していません。そもそも開発者側にデータが届かないため、第三者への提供・販売も発生しません。
audioremote --install-autostart を実行したときだけ登録され、--uninstall-autostart で削除できます。どちらのエディションも同じ設定ファイルを読み書きします。本ポリシーは両者に共通して適用されます。
アンインストールしても設定ファイルは残ります(意図的に切り替えたトークンや設定を、入れ直しのたびに失わないためです)。完全に消すには %APPDATA%\audioremote フォルダーを削除してください。操作する側のブラウザに残ったトークンは、画面の設定パネルにある「トークンを入れ直す」で削除できます。
本アプリは開発者側でいかなるデータも収集しないため、児童を含め、利用者から個人情報を収集することはありません。
ポリシーを改定する場合は、ページ上部の「最終更新」日付を更新し、変更内容をこのページに追記します。特に、将来 HTTPS 対応や外部通信を伴う機能が追加された場合は、その内容をここに明記します。
Last updated: 2026-08-04
audioremote is a local service that switches the default audio output device of a Windows 11 PC (the "host") from any browser on the same LAN. There is no developer-operated server and nothing is sent to the internet. No personal data is collected, transmitted off your network, or stored by the developer. There is no account, no cloud sync, no telemetry, no analytics, no advertising, and no in-app purchases.
That said, by design this app opens a listening port on your LAN and communicates with other devices on it. Exactly what travels where is spelled out below.
Nothing. No usage data, device inventory, or error report is sent to the developer or to any third party. The app ships with no HTTP client for outbound requests and performs no update checks. The only machines it talks to are the ones on your own LAN.
All of it stays on that machine and is never transmitted off your network.
%APPDATA%\audioremote\config.toml: the listening address and port, the list of networks allowed to connect (CIDR), the access tokens (with a label, creation time, and revoked flag), device sort order, and the notification-area icon's language.%APPDATA%\audioremote\history.toml: used solely for the "most recently used" sort order. Its contents are a map of audio device ID to the time (in seconds) it was last made the default. It records nothing about who acted or what was played.The app never handles audio itself. It only instructs Windows to change the output endpoint and the volume; it does not record, play, store, or transmit audio, and it does not access your microphone.
audioremote.token: the access token. Opening the share URL once saves it to the browser's localStorage, so a bookmark is enough from then on.audioremote.lang: your interface language choice.Both stay in that browser only. The token can be removed with "Re-enter token" in the settings panel.
Between the host and the controlling browser, the following is exchanged:
Authorization: Bearer header, or the #t= fragment of a share URL)Important — this traffic is not encrypted by default. The app listens over plain HTTP (HTTPS is out of scope for the current version). Everything listed above is therefore readable in the clear by anyone able to intercept traffic on the same LAN, including the token. Use it only on networks you trust, such as a home or office LAN. Do not use it on public Wi-Fi.
Connections from the host's own browser (loopback) do not require a token. Every other machine always does. Setting the app to listen on 127.0.0.1 disables LAN access entirely.
None. The app does not integrate with any third-party analytics, advertising, crash-reporting, or cloud-storage service. No data reaches the developer in the first place, so none is shared with, or sold to, anyone.
audioremote --install-autostart, and are removed by --uninstall-autostart.Both editions read and write the same settings file, and this policy applies to both.
Uninstalling leaves the settings file in place, so that a deliberately chosen token or configuration is not lost on every reinstall. To remove everything, delete the %APPDATA%\audioremote folder. A token left in a controlling browser can be cleared with "Re-enter token" in the settings panel.
Because the developer collects no data of any kind, no personal information is collected from anyone, including children.
If this policy is updated, the "Last updated" date at the top of this page will change and the nature of the change will be described here. In particular, if a future version adds HTTPS support or any feature involving communication beyond your LAN, that will be stated here.