AnyCrawl
AnyCrawl copied to clipboard
FAQ
Q: How to run puppeteer on Macos? or cannot use puppeteer, or timeout on MacOS.
A: This is because puppeteer does not support arm64 arch. If you absolutely need use it, you can specify the platform when running the Docker command, like docker run -p 8080:8080 --platform linux/amd64 ghcr.io/any4ai/anycrawl:latest. However, this may lead to performance degradation. We really recommend that in such cases, you should avoid using the all-in-one image directly.