How to install CloakHQ/CloakBrowser. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
CloakHQ/CloakBrowser Installation Guide
How to install CloakHQ/CloakBrowser. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for CloakHQ/CloakBrowser. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i CloakHQ/CloakBrowseror
Install via npx
npx @hexmos/ipm i CloakHQ/CloakBrowserPrerequisites
pip
package_managerVersion: >=21.0
npm
package_managerVersion: >=7.0
Node.js
runtimeVersion: >=16.0
Docker
applicationPlaywright
libraryPuppeteer
libraryManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Python Installation
pip install cloakbrowser
python -m cloakbrowser installJavaScript/Node.js Installation (Playwright)
npm install cloakbrowser playwright-core
npx playwright install-deps chromium
node -e "require('cloakbrowser').ensureBinary()"JavaScript/Node.js Installation (Puppeteer)
npm install cloakbrowser puppeteer-core
node -e "require('cloakbrowser').ensureBinary()"Docker Installation
docker run --rm cloakhq/cloakbrowser cloaktestOptional: Python GeoIP support
pip install cloakbrowser[geoip]