Real-Time Security & System Integrity for Windows
x2y AV Ultimate is a professional-grade security utility developed by x2y devs tools. It delivers genuine, non-AI, production-level system protection by utilizing a Hybrid Architecture (Flutter UI + Native Windows Service) to execute privileged system checks, real-time file monitoring, and advanced malware persistence analysis.
- Active Monitoring: Runs in the background (System Tray) watching high-risk entry points (Downloads, Desktop, Documents).
- Instant Blocking: Intercepts file creation events, calculates SHA-256 hashes, and compares them against a local threat database.
- Kinetic Action: Automatically kills malicious processes and quarantines files before execution.
- Quick Scan: Rapidly audits critical system areas (System32, User Root, Startup).
- Full Scan: Recursively traverses the entire file system with progress estimation.
- Custom Scan: Target specific files or folders for analysis.
- Smart Filtering: Uses exclusion zones to ignore trusted directories (configurable in Settings).
- Live Traffic Map: Visualization of active network flow using dynamic charts.
- Process Mapping: Maps every TCP/UDP connection to its specific Process ID (PID) using native
netstatcalls. - Threat Intel: Flags suspicious connections or non-standard ports.
- Registry Analysis: Scans
HKCUandHKLMRun keys for hidden malware. - Startup Folder: Audits physical startup directories for unauthorized scripts or binaries.
- Secure Isolation: Threats are renamed to
.x2y_quarantineand locked. - Management: Users can Restore false positives or Permanently Delete threats.
This application is built using Flutter for Windows with heavy reliance on FFI (Foreign Function Interface) for native system interactions.
- UI Framework: Flutter (Dart)
- Database Engine: SQLite (via
sqflite_common_ffi) - Stores Scan History and Threat Definitions. - Native Interop:
win32_registry: For reading Windows Registry keys.process_run: For executingnetstatandtaskkill.window_manager&system_tray: For background persistence and window control.
- Cryptography:
cryptopackage for SHA-256 file hashing.
- Go to the Releases page.
- Download the latest
x2y_av_setup.exe. - Run the installer. The app will launch and minimize to the System Tray, providing real-time protection.
Prerequisites:
- Flutter SDK (version 3.0 or higher)
- Visual Studio 2022 (with the "Desktop development with C++" workload installed)
# 1. Clone the repository
git clone https://github.com/YOUR_USERNAME/x2y_av_ultimate.git
cd x2y_av_ultimate
# 2. Install dependencies
flutter pub get
# 3. Generate Icons (Optional - requires flutter_launcher_icons package)
dart run flutter_launcher_icons
# 4. Run in Debug Mode
flutter run
# 5. Build Production Executable
flutter build windowsOnce installed, x2y AV Ultimate runs silently in your system tray, offering continuous real-time protection.
- Accessing the UI: Click the x2y AV icon in the system tray to open the main application window.
- Initiating Scans: From the dashboard, you can perform Quick, Full, or Custom scans.
- Network Monitoring: Navigate to the Network Activity Monitor to visualize active connections and identify potential threats.
- Managing Threats: Use the Quarantine Vault to review detected threats, restore false positives, or permanently delete malicious files.
The app includes a robust Settings hub for customization:
- Run on Startup: Toggles Registry keys to automatically launch x2y AV Ultimate with Windows.
- Scheduled Scans: Set daily scan times, which are saved to local storage.
- Exclusions: Add specific file paths or directories to be ignored by the Real-Time Shield and scanning engine.
We welcome contributions to make x2y AV Ultimate even better! If you have suggestions, bug reports, or want to contribute code, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeatureorbugfix/FixBug). - Make your changes and commit them (
git commit -m 'Add Your Feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a Pull Request.
Please ensure your code adheres to the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License - see the LICENSE file for details.
For support, feedback, or general inquiries, please reach out to us:
- Email: support@x2ydevs.xyz
- Website: x2ydevs.xyz