Installation
System Requirements
Section titled “System Requirements”| Windows | macOS | Linux | |
|---|---|---|---|
| OS | Windows 10/11 (64-bit) | macOS 12+ Monterey | Ubuntu 20.04+, Fedora 36+ |
| CPU | x86_64, 2+ cores | Intel or Apple Silicon | x86_64, 2+ cores |
| RAM | 4 GB minimum (8 GB recommended) | 4 GB minimum (8 GB recommended) | 4 GB minimum |
| Disk | 500 MB for app + ~200 MB per engine | 500 MB + ~250 MB per engine | 500 MB + ~200 MB per engine |
| Display | DirectX 11 capable | Metal capable | X11 or Wayland |
| Network | Internet for initial setup | Internet for initial setup | Internet for initial setup |
Download
Section titled “Download”Visit veilus.io/download — the page automatically detects your operating system and highlights the right download.
Installation Guide
Section titled “Installation Guide”Windows Installation
Section titled “Windows Installation”- Download the
.exeinstaller from veilus.io/download - Run the installer — Windows may show a SmartScreen warning:
- Click “More info” → “Run anyway”
- This happens because the app is new and doesn’t have a reputation score yet
- Choose the installation directory (default:
C:\Users\<you>\AppData\Local\Veilus) - Launch Veilus from the Start menu or desktop shortcut
Silent Install (IT/Enterprise)
Section titled “Silent Install (IT/Enterprise)”Veilus-Setup.exe /S /D=C:\Program Files\VeilusPortable Mode
Section titled “Portable Mode”Extract the .zip version instead of running the installer. Data is stored alongside the executable — useful for USB drives.
macOS Installation
Section titled “macOS Installation”- Download the
.dmgfile from veilus.io/download - Open the DMG and drag Veilus to your Applications folder
- First launch — macOS will show a security prompt:
- Permissions — Veilus may ask for:
- Accessibility (for VeilusFlow automation)
- Files & Folders (for profile import/export)
Apple Silicon vs Intel
Section titled “Apple Silicon vs Intel”The Universal binary works on both. Veilus auto-detects your architecture and loads the optimal build.
Linux Installation
Section titled “Linux Installation”AppImage (Recommended)
Section titled “AppImage (Recommended)”# Downloadwget https://veilus.io/download/veilus-latest.AppImage
# Make executablechmod +x Veilus-*.AppImage
# Run./Veilus-*.AppImageDebian/Ubuntu (.deb)
Section titled “Debian/Ubuntu (.deb)”sudo dpkg -i veilus_*.debsudo apt-get install -f # Install dependencies if neededFedora/RHEL (.rpm)
Section titled “Fedora/RHEL (.rpm)”sudo rpm -i veilus-*.rpmDependencies
Section titled “Dependencies”Veilus requires these system libraries (usually pre-installed):
libgtk-3-0libwebkit2gtk-4.1libayatana-appindicator3-1librsvg2-2
Install missing dependencies:
# Ubuntu/Debiansudo apt install libgtk-3-0 libwebkit2gtk-4.1-0 libayatana-appindicator3-1
# Fedorasudo dnf install gtk3 webkit2gtk4.1 libayatana-appindicator-gtk3First Launch
Section titled “First Launch”When you first open Veilus:
- Welcome screen — Choose your language
- Engine download — Veilus downloads the Chromium engine (~150 MB, one-time)
- Profile manager — You’re ready to create your first profile
The engine download happens in the background with a progress bar. It typically takes 1-3 minutes depending on your connection.
Updating Veilus
Section titled “Updating Veilus”Veilus checks for updates automatically on startup. When an update is available:
- A notification badge appears in the top-right corner
- Click “Update Available” → “Download & Install”
- Veilus restarts with the new version
Your profiles, automations, and settings are preserved during updates.
Manual Update
Section titled “Manual Update”Download the latest version from veilus.io/download and install over the existing version.
Uninstalling
Section titled “Uninstalling”- Settings → Apps → Veilus → Uninstall
- Or run
Veilus-Uninstall.exefrom the installation directory
To also remove profile data:
rmdir /s "%APPDATA%\Veilus"- Drag Veilus from Applications to the Trash
- To remove profile data:
rm -rf ~/Library/Application\ Support/Veilus# AppImage — just delete the filerm Veilus-*.AppImage
# Debsudo dpkg -r veilus
# Remove datarm -rf ~/.config/veilusNext Steps
Section titled “Next Steps”Veilus is installed! Now create your first profile →