You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
Right-click the file -> Open With -> Browserosaurus (or double-click if Browserosaurus is the default app for opening html files)
Browserosaurus version
19.0.0
macOS version
12.5
CPU Architecture
ARM
Anything else?
The downloaded file has the com.apple.quarantine attribute, and removing it with xattr -d com.apple.quarantine index.html allows the browser picker to appear as expected.
Is there an existing issue for this?
Current Behaviour
When opening a downloaded html file, Browserosaurus grabs focus but no window appears.
Expected Behaviour
Browserosaurus shows the browser picker, a prompt to approve opening the file, or some error message stating that the file could not be opened.
Steps To Reproduce
Browserosaurus version
19.0.0
macOS version
12.5
CPU Architecture
ARM
Anything else?
The downloaded file has the
com.apple.quarantineattribute, and removing it withxattr -d com.apple.quarantine index.htmlallows the browser picker to appear as expected.