From 584ad971795a67398a69c781ea9db02033168570 Mon Sep 17 00:00:00 2001 From: feder-cr <85809106+feder-cr@users.noreply.github.com> Date: Wed, 10 Jun 2026 11:10:49 +0200 Subject: [PATCH] docs: README lists all 5 supported platforms + fetch --force firefox-9 ships linux x86_64/arm64, windows x86_64 and macOS arm64/x86_64 since the CI pipeline; the README still said Windows+Linux only. Also document the macOS quarantine step (ad-hoc signed, not notarized) and the fetch --force flag added with firefox-9. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1e5f6b..0a75d61 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ pip install git+https://github.com/feder-cr/invisible_playwright.git python -m invisible_playwright fetch # one-time ~100 MB download, SHA256-verified ``` -Supported platforms: **Windows x86_64**, **Linux x86_64**. +Supported platforms: **Windows x86_64**, **Linux x86_64 / arm64**, **macOS arm64 / x86_64**. On macOS the app is ad-hoc signed (not notarized): if Gatekeeper complains, clear the quarantine flag once with `xattr -dr com.apple.quarantine` on the cached `Firefox.app`. --- @@ -181,6 +181,7 @@ Full list of pinnable keys, how pinning interacts with the Bayesian sampler, and ```bash invisible_playwright fetch # download the binary if missing +invisible_playwright fetch --force # re-download even if cached invisible_playwright path # print the absolute path to the cached binary invisible_playwright version # wrapper and binary versions invisible_playwright clear-cache # remove all cached binaries