QuickSecure Documentation
Everything you need to protect your endpoints with autonomous AI-powered security
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
First Scan
# Run your first security scan
quicksecure scan --quick
# Full system scan
quicksecure scan --full
# View results
quicksecure report --latest
Architecture
Deep dive into hybrid AI detection, ETW monitoring, and autonomous decision engine.
Security Checks
Complete reference of 150+ security controls with MITRE ATT&CK mapping.
Personal Setup
Protect your personal computer with one-click setup guide.
Enterprise Deploy
Manage 100+ devices from Command Center with approval workflows.
API Reference
REST API documentation for telemetry integration and automation.
CLI Commands
Full command reference for power users and automation scripts.
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
Example Configuration
{
"apiKey": "qs_live_xxxxxxxxxxxx",
"telemetryEndpoint": "https://api.corxor.com/v1/telemetry",
"autoPilot": {
"enabled": true,
"confidenceThreshold": 85,
"riskScoreThreshold": 70,
"requireGlobalOccurrences": 3
},
"scanning": {
"excludePaths": [
"C:\\Windows\\Temp",
"/tmp",
"/var/cache"
],
"maxFileSize": "100MB",
"parallelism": 4
},
"logging": {
"level": "Information",
"path": "logs/quicksecure.log",
"maxFiles": 7
}
}
Need Help?
Can't find what you're looking for? We're here to help.