Skip to content

Commit 45876d9

Browse files
miguelg719claude
andcommitted
Fix macOS icon size and add Gatekeeper bypass instructions
- Regenerate macOS icon with proper padding for rounded corners - Add macOS installation instructions for unsigned app - Update electron-builder config for better Mac compatibility - Bump version to 1.0.1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ee6683b commit 45876d9

5 files changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ Download the latest release for your platform:
1414

1515
> **Note:** You'll need a [Browserbase](https://browserbase.com) account with API access to use this application.
1616
17+
### macOS Installation
18+
19+
Since the app is not signed with an Apple Developer certificate, macOS will block it by default. To open it:
20+
21+
1. Download and open the `.dmg` file
22+
2. Drag the app to Applications
23+
3. **Right-click** (or Control+click) on the app and select **"Open"**
24+
4. Click **"Open"** in the dialog that appears
25+
26+
Alternatively, you can allow the app in System Settings:
27+
1. Go to **System Settings > Privacy & Security**
28+
2. Scroll down to find the blocked app message
29+
3. Click **"Open Anyway"**
30+
1731
## Features
1832

1933
- **Native Chrome Experience** - Pixel-perfect Chrome v130+ UI styling

assets/icons/icon-mac-1024.png

711 KB
Loading

assets/icons/icon.icns

358 KB
Binary file not shown.

electron-builder.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ mac:
2525
- arm64
2626
icon: assets/icons/icon.icns
2727
category: public.app-category.productivity
28+
hardenedRuntime: false
29+
gatekeeperAssess: false
30+
entitlements: null
31+
entitlementsInherit: null
2832

2933
linux:
3034
target:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "desktop-browserbase",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Chrome-like desktop browser powered by Browserbase remote browsers",
55
"main": "dist/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)