Follow these steps to configure and launch the Huly Browser.
Use npm to install the required dependencies.
npm installStart the Tauri development environment to launch the browser.
npm run tauri dev| Argument | Environment Variable | Default Value | Description |
|---|---|---|---|
--cef |
CEF |
`` | Address to a standalone Huly CEF instance. Optional, used when profiles are disabled for debugging |
--profiles-enabled |
PROFILES_ENABLED |
false |
Enables browser profiles functionality |
--cef-manager |
CEF_MANAGER |
http://localhost:3000 |
Address to Huly CEF Manager. Used when profiles are enabled. |