Skip to content

Commit 63958dc

Browse files
committed
docs: add macOS security instructions for Gatekeeper
1 parent 047ed89 commit 63958dc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Navigate the entire app without leaving your keyboard. Hit `⌘+K` (or `Ctrl+K`)
4747

4848
1. **Download** the binary for your OS from the [Releases](https://github.com/ilhan-mstf/omnitool/releases) page.
4949
2. **Install** and launch.
50-
3. **Use ⌘+K** to find your first tool.
50+
3. **macOS Note:** If you see a "damaged" error, run `sudo xattr -rd com.apple.quarantine /Applications/Omnitool.app` in your terminal to allow the app to run (required for unsigned Beta builds).
51+
4. **Use ⌘+K** to find your first tool.
5152
4. **Copy** some JSON and watch the **Smart Suggestion** appear!
5253

5354
---

landing-page/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ <h1 class="text-5xl md:text-7xl font-extrabold tracking-tight mb-6 bg-gradient-t
6464
</a>
6565
</div>
6666
<p class="mt-4 text-xs text-zinc-500">Available for macOS, Windows, and Linux.</p>
67+
<p class="mt-2 text-[10px] text-zinc-600 max-w-sm mx-auto italic">
68+
Note for macOS: As this is an unsigned Beta, you may need to run <code>sudo xattr -rd com.apple.quarantine /Applications/Omnitool.app</code> if you see a "damaged" warning.
69+
</p>
6770
</div>
6871
</header>
6972

0 commit comments

Comments
 (0)