Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
Or install via Homebrew:

```
brew install f/textream/textream
brew install textream
```

- name: Compute DMG SHA256
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Paste your script, hit play, and start speaking. When you're done, the overlay c
Or install with Homebrew:

```bash
brew install f/textream/textream
brew install textream
```

> Requires **macOS 15 Sequoia** or later. Works on Apple Silicon and Intel.
Expand Down
9 changes: 4 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3359,15 +3359,14 @@ <h2>Download Textream</h2>
<div class="install-note">
<h3>Install via Homebrew</h3>
<p>You can also install Textream using Homebrew:</p>
<code>brew install f/textream/textream</code>
<code>brew install textream</code>
</div>

<!-- Install note -->
<div class="install-note">
<h3>First Launch on macOS</h3>
<p>Textream is a free, independently distributed app. Since it isn't notarized through the Mac App Store, macOS may block it on first launch. To fix this, open Terminal and run:</p>
<code>xattr -cr /Applications/Textream.app</code>
<p style="margin-top: 12px;">Then right-click the app and choose <strong>Open</strong>. After the first launch, macOS remembers your choice and the app opens normally.</p>
<h3>Signed and notarized for macOS</h3>
<p>Textream is signed with a Developer ID certificate and notarized by Apple, so no Gatekeeper bypass is required. Install it, then open Textream normally.</p>
<p style="margin-top: 12px;">macOS may ask for Microphone and Speech Recognition access when you use the voice-guided modes.</p>
</div>

<!-- Footer -->
Expand Down