A modern Linux desktop application for ClamAV antivirus
Built with PyGObject, GTK4, and Adwaita for a native GNOME appearance
Features • Screenshots • Installation • Documentation
ClamUI provides a comprehensive set of features designed to make antivirus protection on Linux both powerful and user-friendly.
|
|
|
|
flatpak install flathub io.github.linx_systems.ClamUI
flatpak run io.github.linx_systems.ClamUIgit clone https://github.com/linx-systems/clamui.git
cd clamui
uv sync
uv run clamuiMore Installation Options: See the Installation Guide for .deb packages and system-wide installation
- Launch ClamUI from your application menu or terminal
- Select a file or folder to scan
- Click "Scan" to start the antivirus scan
- View results and take action on any threats detected
# Launch the application
clamui
# Scan specific files directly
clamui /path/to/file1 /path/to/folderDetailed Instructions: See the User Guide
ClamUI stores user preferences and can be configured through the Preferences dialog or by editing the configuration file directly.
Configuration Location: ~/.config/clamui/settings.json
| Category | Description |
|---|---|
| Scan Backend | Choose between automatic detection, daemon (clamd), or direct clamscan |
| Notifications | Control desktop notifications for scan results and updates |
| Auto-Quarantine | Automatically quarantine detected threats |
| Scheduled Scans | Configure automatic scanning with systemd or cron |
| System Tray | Enable start minimized and minimize to tray options |
| Scan Profiles | Create custom scan configurations with exclusion patterns |
For complete configuration reference: See the Configuration Reference for all 15 settings and examples
Comprehensive guides to help you get the most out of ClamUI:
| Document | Description |
|---|---|
| User Guide | Complete guide to using ClamUI features |
| Installation Guide | Flatpak, .deb, context menu, and tray setup |
| Troubleshooting Guide | Common issues and solutions |
| Development Guide | Dev environment, testing, and contributing |
| Scan Backend Guide | Backend options, performance comparison, and selection guide |
| Security Policy | Security contact and reporting |
ClamUI requires the following components to be installed on your system:
| Component | Description |
|---|---|
| ClamAV | The clamscan command-line tool must be installed |
| GTK4 + libadwaita | For the graphical interface |
| Python 3.10+ | With PyGObject bindings |
Platform-specific installation: See the Installation Guide for dependency installation instructions
Contributions are welcome! Check out the Development Guide for:
- Setting up the development environment
- Running tests with coverage
- Code style guidelines
- Submitting pull requests
This project is open source. See LICENSE file for details.
Made with care for the Linux community





