Installation Instructions
Detailed installation instructions for all supported platforms. Choose your operating system below for specific setup guidance.
Download Quetzly Validator
Visit our Download page to get the latest version of Quetzly Validator for your operating system:
- Windows: Download the
.exeinstaller - macOS: Download the
.dmgfile - Linux: Download the
.AppImageor.debpackage
System Requirements
Minimum Requirements
- OS: Windows 10, macOS 10.14, or Ubuntu 18.04+
- RAM: 4 GB
- Storage: 500 MB available space
- Network: Internet connection for API testing
Recommended Requirements
- OS: Windows 11, macOS 12+, or Ubuntu 20.04+
- RAM: 8 GB or more
- Storage: 1 GB available space
- Network: Stable broadband connection
Windows Installation
Download Options
- Standard Installer (.exe): Recommended for most users
Step-by-Step Installation
Standard Installation
- Download the latest Windows installer from the Download page
- Locate the downloaded
Quetzly-Setup.exefile - Right-click and select "Run as administrator"
- Follow the installation wizard:
- Accept the license agreement
- Choose installation directory (default:
C:\Program Files\Quetzly) - Select additional tasks (desktop shortcut, start menu entry)
- Click "Install" to begin
- Launch Quetzly from:
- Desktop shortcut (if created)
- Start Menu → All Programs → Quetzly
- Search "Quetzly" in Windows search
macOS Installation
Download Options
- DMG Installer: Standard macOS installation package
Step-by-Step Installation
DMG Installation
- Download
Quetzly.dmgfrom the Download page - Open the downloaded DMG file
- Drag Quetzly.app to the Applications folder
- Eject the DMG file
- Launch Quetzly from:
- Applications folder
- Spotlight search
- Launchpad
First Launch Security
On first launch, macOS may show a security warning:
- If blocked: Go to System Preferences → Security & Privacy
- Click "Open Anyway" next to the Quetzly message
- Confirm by clicking "Open" in the dialog
macOS-Specific Features
- Menu bar integration: Native macOS menu bar
- Notification Center: System notification support
- Spotlight search: Find Quetzly via Spotlight
Linux Installation
Download Options
- AppImage: Universal Linux package (recommended)
- Debian Package (.deb): For Debian/Ubuntu systems
- Snap Package: From Snap Store
- Flatpak: From Flathub
AppImage Installation
The AppImage is the easiest way to run Quetzly on any Linux distribution:
- Download
Quetzly.AppImagefrom the Download page - Make executable:
chmod +x Quetzly.AppImage - Run the application:
./Quetzly.AppImage
Note: you may need to add --no-sandbox in some environments
Debian/Ubuntu Installation (.deb)
- Download the
.debpackage - Install using dpkg:
sudo dpkg -i quetzly_1.0.0_amd64.deb - Fix dependencies if needed:
sudo apt-get install -f - Launch from applications menu or terminal:
quetzly
Dependencies (linux only)
Required Dependencies
Quetzly is built with Electron and includes most dependencies. However, some systems may require:
- libgtk-3: For GUI components
- libnss3: For network security
- libxss1: For screen capture features
Installing Dependencies
Ubuntu/Debian
sudo apt update
sudo apt install libgtk-3-0 libnss3 libxss1 libgconf-2-4 libxtst6 libxrandr2 libasound2 libpangocairo-1.0-0 libatk1.0-0 libcairo-gobject2 libgtk-3-0 libgdk-pixbuf2.0-0
CentOS/RHEL/Fedora
sudo yum install gtk3 nss libXScrnSaver GConf2 libXtst libXrandr alsa-lib
Uninstalling Quetzly
Windows
- Control Panel: Programs and Features → Quetzly → Uninstall
- Settings: Apps → Quetzly → Uninstall
macOS
- Move to Trash: Drag Quetzly.app from Applications to Trash
- Remove preferences (optional):
rm -rf ~/Library/Application\ Support/Quetzly
rm -rf ~/Library/Preferences/com.quetzly.plist
Linux
AppImage
Simply delete the AppImage file and any desktop entries created.