# detangle **Repository Path**: mirrors_google/detangle ## Basic Information - **Project Name**: detangle - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Detangle This is not an official Google product. Detangle automatically separates your browser into multiple browser profiles. Corporate IT can specify a list of internal sites to be opened in the main browser, and all other sites (including links) will be automatically handed off to another profile. ## Building Bazel is required for building. The native messaging component can be built by running: ``` bazel build native_messaging:detanglenm ``` Or build the package for Debian/Ubuntu by running: ``` bazel build native_messaging/deb:detanglenm_deb ``` The Chrome extension component can be built by running: ``` bazel build chrome_ext ```