Change your browser fingerprint and make Linux look like Windows. Create disposable browsers with unique fingerprints (OS (Windows, Mac), CPU, GPU, timezone …etc) in DispVM!
This guide is intended for regular users. Experienced users can improve this guide.
I used these this antidetect-browsers:
Shard Browser (Chromium base) I recommend this browser for beginners — it has a complete GUI and is very easy to configure.
Fingerprint Chromium (Ungoogled-Chromium base)
Camoufox (Firefox base)
Install:
Shard Browser:
Download the appImage to /home from the releases (or use deb package in debian-template):
Fingerprint Chromium
Make appImage executable: right mouse click on appImage→ Properties → Permissions → Program: → click ![]()
Install Camoufox (GUI):
Run in debian-13-xfce terminal:
sudo apt install python3.13-venv pip python3-pyqt5 python3-pyqt5.qtwebengine
Shutdown debian-13-xfce template.
Download and run this script in AppVM terminal:
Select Setup → Run Full Setup
Usage:
ShardX Launcher (best for beginners):
Run appimage or run app in qubes-menu → Click Browsers → New profile → Add name → Edit → Select the desired fingerprint parameters (to choose Windows 11, 10, or 8: edit Windows version in User-Agent) → Save changes → Start
Camoufox:
run in terminal:
python3 camoufox-gui.py
Select Profiles → create new profiles and edit fingerprint
Fingerprint Chromium:
follow the instructions to create config for browser with the various antidetect parameters and create file /home/user/fingerprint.sh for example:
nano /home/user/chrome.sh
add this parameters: (add full name of Appimage!)
#!/bin/bash
./ungoogled-chromium-x86_64....AppImage --fingerprint=4 --fingerprint-platform=windows --fingerprint-platform-version="15.2.0" --fingerprint-brand="Edge" --timezone="Europe/Berlin" --font="Arial" --fingerprint-gpu-vendor="Intel Inc." --fingerprint-gpu-renderer="ANGLE (Intel, Intel(R) HD Graphics Direct3D11 vs_5_0 ps_5_0)" --fingerprint-hardware-concurrency="2" --user-data-dir=%TEMP%\chromium --password-store=basic
then click CTRL + O and CTRL + X
then:
chmod +x /home/user/chrome.sh
and run ./chrome.sh
Create app shortcuts:
Run in template terminal and in AppVMs terminal:
mkdir -p /home/user/.local/share/applications
nano /home/user/.local/share/applications/shardx.desktop
[Desktop Entry]
Type=Application
Name=Shardx-Chromium
Comment=Antidetect chromium
Exec=/home/user/ShardX.Launcher....AppImage #add full name of file
Terminal=false
(Specify the full filename of the AppImage!)
then click CTRL + O and CTRL + X
nano /home/user/.local/share/applications/fingerprint.desktop
[Desktop Entry]
Type=application
Name=Fingerprint-Chromium
Comment=Ungoogled antidetect chromium
Exec=/home/user/chrome.sh
Terminal=false
then click CTRL + O and CTRL + X
nano /home/user/.local/share/applications/camoufox.desktop
[Desktop Entry]
Name=Camoufox
Comment=Camoufox GUI
Exec=python3 /home/user/camoufox-gui.py
Type=Application
Terminal=true
then click CTRL + O and CTRL + X
chmod +x /home/user/.local/share/applications/fingerprint.desktop
chmod +x /home/user/.local/share/applications/shardx.desktop
chmod +x /home/user/.local/share/applications/camoufox.desktop
Refresh applications in qube manager and then shutdown template. Restart AppVMs.
![]()
Browsers effectively fool even the most advanced browser‑fingerprint scanners
Use a Firefox user‑agent in Camoufox and an Edge user‑agent in fingerprint‑chromium for maximum realism of browser fingerprints.
It reliably bypass Facebook and Google. I also tested this on Telegram
(I do NOT recommend using Telegram! I used it only for testing the browsers!)
Donat Browser will soon discontinue support for Camoufox. Moving forward, it will support only proprietary Wayfern browser, which requires a paid subscription for Windows fingerprint spoofing. Antidetect‑appVM with FOSS Antidetect Browsers. Windows fingerprint. Random fingerprint in dvm - #60 by linuxuser1





