Skip to main content

Documentation Index

Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Downloads and installs Momentic-managed browser binaries. See supported browsers for the differences between each variant.
npx momentic install-browsers chromium

Arguments

[browsers...]
array
Browsers to install, separated by spaces. Available choices: chromium, chrome, and chrome-for-testing. See supported browsers for details.

Options

--force
boolean
Reinstall the specified browsers even if they already exist on disk.
--all
boolean
Install every supported browser (chromium, chrome, and chrome-for-testing).

Examples

Install Chromium only:
npx momentic install-browsers chromium
Install every supported browser:
npx momentic install-browsers --all
Reinstall Chrome after a broken upgrade:
npx momentic install-browsers chrome --force