-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
193 lines (174 loc) · 6.65 KB
/
privacy.html
File metadata and controls
193 lines (174 loc) · 6.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy Policy | VoiceMemo Transcriber</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
line-height: 1.65;
margin: 0;
color: #1f2937;
background: #f8fafc;
}
main {
max-width: 860px;
margin: 32px auto;
background: #ffffff;
padding: 28px;
border: 1px solid #e5e7eb;
border-radius: 12px;
}
h1, h2 {
line-height: 1.3;
margin-top: 1.2em;
}
h1 {
margin-top: 0;
font-size: 1.8rem;
}
h2 {
font-size: 1.2rem;
border-bottom: 1px solid #e5e7eb;
padding-bottom: 4px;
}
.meta {
color: #6b7280;
font-size: 0.95rem;
margin-bottom: 20px;
}
ul {
padding-left: 1.2rem;
}
.lang {
margin-top: 40px;
padding-top: 28px;
border-top: 2px solid #e5e7eb;
}
code {
background: #f3f4f6;
padding: 1px 5px;
border-radius: 4px;
}
</style>
</head>
<body>
<main>
<h1>プライバシーポリシー(Privacy Policy)</h1>
<p class="meta">VoiceMemo Transcriber / 最終更新日: 2026-02-19</p>
<p>
binWord Inc.(以下「当社」)は、macOSアプリ「VoiceMemo Transcriber」における
ユーザー情報の取扱いについて、以下のとおり定めます。
</p>
<h2>1. 取得・処理する情報</h2>
<ul>
<li>ユーザーが選択した監視フォルダ内の音声ファイル(例: m4a / wav / aiff / caf)</li>
<li>音声ファイルの文字起こし結果(テキスト)</li>
<li>処理履歴(成功/失敗、時刻、ファイル識別情報)</li>
<li>アプリ動作ログ(エラー情報を含む)</li>
</ul>
<h2>2. 利用目的</h2>
<ul>
<li>音声ファイルの文字起こしを実行するため</li>
<li>文字起こし結果をユーザーのNotesアプリに新規ノートとして保存するため</li>
<li>処理結果の表示、障害解析、品質向上のため</li>
</ul>
<h2>3. 外部送信・第三者提供</h2>
<p>
本アプリは、当社サーバーへのユーザーデータ送信を目的として設計していません。
ただし、Appleが提供するOS標準機能(Speech / Notes / iCloud 等)の利用に伴い、
Appleの仕様に基づくデータ処理が行われる場合があります。
当社は、法令に基づく場合を除き、ユーザー情報を第三者へ提供しません。
</p>
<h2>4. データ保存場所</h2>
<p>本アプリが扱うデータは、主にユーザーのMac上に保存されます。例:</p>
<ul>
<li>ログ: <code>~/Library/Logs/VoiceMemoTranscriber/app.log</code>(環境によりコンテナ配下)</li>
<li>処理履歴DB: <code>~/Library/Application Support/VoiceMemoTranscriber/processed.sqlite3</code></li>
<li>文字起こし結果ノート: ユーザーのNotesアプリ内</li>
</ul>
<h2>5. 権限</h2>
<p>本アプリは、機能提供のために以下の権限を要求する場合があります。</p>
<ul>
<li>Speech Recognition(文字起こし)</li>
<li>Automation / Apple Events(Notesへのノート作成)</li>
<li>必要に応じてファイルアクセス関連権限</li>
</ul>
<h2>6. ユーザーによる管理</h2>
<p>
ユーザーは、macOSの設定から権限の許可/拒否を変更できます。
また、監視フォルダの変更、処理履歴の削除等を行うことができます。
</p>
<h2>7. 改定</h2>
<p>
本ポリシーは、必要に応じて改定されることがあります。
重要な変更がある場合は、公開ページ上で更新日を明示します。
</p>
<h2>8. お問い合わせ</h2>
<p>
本ポリシーに関するお問い合わせは、以下までお願いします。<br>
binWord Inc.<br>
Email: support@binword.com
</p>
<section class="lang" lang="en">
<h1>Privacy Policy</h1>
<p class="meta">VoiceMemo Transcriber / Last updated: 2026-02-19</p>
<p>
binWord Inc. ("we", "us", or "our") describes how user information is handled in the macOS app
"VoiceMemo Transcriber".
</p>
<h2>1. Information Processed</h2>
<ul>
<li>Audio files in the user-selected watch folder (e.g., m4a / wav / aiff / caf)</li>
<li>Transcription results generated from audio files</li>
<li>Processing history (success/failure, timestamps, file identifiers)</li>
<li>Application logs (including error information)</li>
</ul>
<h2>2. Purpose of Use</h2>
<ul>
<li>To transcribe audio files</li>
<li>To create new notes in the user's Notes app with transcription results</li>
<li>To display processing status, troubleshoot issues, and improve quality</li>
</ul>
<h2>3. Data Sharing</h2>
<p>
This app is not designed to send user data to our own servers.
However, when using Apple platform features (Speech, Notes, iCloud, etc.),
data may be processed according to Apple's platform behavior.
We do not provide user information to third parties except as required by law.
</p>
<h2>4. Data Storage</h2>
<p>Data is primarily stored on the user's Mac. Examples:</p>
<ul>
<li>Logs: <code>~/Library/Logs/VoiceMemoTranscriber/app.log</code> (or containerized location)</li>
<li>Processing history DB: <code>~/Library/Application Support/VoiceMemoTranscriber/processed.sqlite3</code></li>
<li>Transcriptions: saved to the user's Notes app</li>
</ul>
<h2>5. Permissions</h2>
<p>The app may request the following permissions to provide core features:</p>
<ul>
<li>Speech Recognition</li>
<li>Automation / Apple Events (to create notes in Notes)</li>
<li>File access related permissions when needed</li>
</ul>
<h2>6. User Controls</h2>
<p>
Users can manage permission grants in macOS Settings.
Users can also change the watch folder and clear processing history.
</p>
<h2>7. Policy Updates</h2>
<p>
This policy may be updated when necessary.
The "Last updated" date will reflect significant changes.
</p>
<h2>8. Contact</h2>
<p>
For privacy-related inquiries:<br>
binWord Inc.<br>
Email: support@binword.com
</p>
</section>
</main>
</body>
</html>