Home QuickSecure Documentation

QuickSecure Documentation

Self-learning autonomous containment engine with production ML governance, enterprise tenant isolation, and hybrid model registry.

Quick Start

Get QuickSecure running on your system in under 5 minutes.

Windows Installation

# Download and run the installer
curl -LO https://downloads.corxor.com/quicksecure/latest/QuickSecure-Setup.exe
.\QuickSecure-Setup.exe /SILENT

# Or use winget
winget install Corxor.QuickSecure

Linux Installation

# Download and extract
curl -LO https://downloads.corxor.com/quicksecure/latest/quicksecure-linux-x64.tar.gz
sudo tar -xzf quicksecure-linux-x64.tar.gz -C /opt/
sudo ln -s /opt/quicksecure/quicksecure /usr/local/bin/

# Install systemd service
sudo /opt/quicksecure/install-daemon.sh

macOS Installation

# Download and install
curl -LO https://downloads.corxor.com/quicksecure/latest/QuickSecure-macOS.pkg
sudo installer -pkg QuickSecure-macOS.pkg -target /

# Or use Homebrew
brew install --cask corxor/tap/quicksecure

Android

Available on Google Play Store. Search for QuickSecure by Corxor or use the direct link:

https://play.google.com/store/apps/details?id=com.corxor.quicksecure

iOS

Available on the Apple App Store. Search for QuickSecure by Corxor or use the direct link:

https://apps.apple.com/app/quicksecure/id000000000

First Scan

# Run your first security scan
quicksecure scan --quick

# Full system scan with ONNX model inference
quicksecure scan --full

# View results
quicksecure report --latest

Platform Overview

QuickSecure is a continuously learning autonomous containment engine — not a signature-based antivirus.

Endpoint Layer

  • User-mode monitoring — zero kernel drivers
  • On-device ML inference (<15ms latency)
  • Multi-stage resilient detection pipeline
  • Confidence-gated autonomous containment
  • Full audit trail for every decision

Cloud Layer

  • Versioned, signed model registry
  • Automated drift monitoring & retraining
  • Safe deployment with rollback capability
  • Enterprise tenant isolation
  • SOC command center & fleet management

Note: This documentation intentionally presents a high-level overview. Implementation details, detection logic, and internal architecture are available under NDA. Request a technical deep-dive →

Configuration

QuickSecure uses a simple JSON configuration file located at:

  • Windows: %PROGRAMDATA%\QuickSecure\config.json
  • Linux: /etc/quicksecure/config.json
  • macOS: /Library/Application Support/QuickSecure/config.json
  • Android: Managed via the app settings screen
  • iOS: Managed via the app settings screen

Key Configuration Options

The configuration file controls API connectivity, protection mode, scanning preferences, and logging. A complete configuration reference — including all available fields, recommended values, and enterprise-specific options — is provided during onboarding.

{
  "apiKey": "qs_live_xxxxxxxxxxxx",
  "telemetryEndpoint": "https://api.corxor.com/v1/telemetry",
  "autoPilot": {
    "enabled": true,
    "mode": "supervised"
  },
  "scanning": {
    "excludePaths": ["/tmp", "/var/cache"],
    "maxFileSize": "100MB"
  },
  "logging": {
    "level": "Information",
    "path": "logs/quicksecure.log"
  }
}

Enterprise customers: Advanced configuration (confidence thresholds, ML engine tuning, drift parameters) is documented in the customer-specific deployment guide provided with your license.

Need Help?

Can't find what you're looking for? We're here to help.