GS SECURE is a lightweight agent that installs on every company device. It monitors activity, blocks malicious downloads before they enter the system, filters unwanted web content, and reports everything to your admin dashboard — in real time.
Windows 10 / 11 · Installs in under a minute · No web app needed
CPU, RAM, disk, network, battery and uptime for every laptop — refreshed continuously and stored for review.
See the apps and browser tabs each user opens, with timestamps, straight from the admin dashboard.
Where is each company laptop right now? IP-based geolocation shows city, region and country on a map.
Block games, social apps or anything else by process name. The agent enforces the block on every device.
Blocks porn, scams, phishing, malware sites, ad networks and privacy trackers before the browser loads them.
Risky downloads are held instantly. The user sees a 24-hour approval popup while you approve or deny from anywhere.
Every download is scanned with Defender/ClamAV plus hash and heuristic analysis. Threats are auto-quarantined.
See every file on a user's device from the admin app. Delete a file remotely or push a download onto their laptop — no need to touch the machine.
The agent reports the apps running on each laptop. Click any app in the admin dashboard to block it everywhere — instantly.
Click a device and remove GS SECURE remotely. The agent deletes itself, cleans up and logs the user out instantly.
Every override, pause or exit requires the admin PIN. Failed attempts are flagged as tamper alerts.
Run the agent EXE on each laptop. Enter company name, admin name and PIN — done.
When internet is available the agent syncs monitoring data, activity and location to the central database.
From the admin app you approve or deny downloads, block apps and domains, and review everything live.
For every company laptop
For the administrator
Files are served from the downloads/ folder on gssecure.pages.dev and updated when you re-deploy.
That is the browser's safe-download check flagging unsigned Windows executables (normal for newly built Python apps). The files are clean. To proceed:
cd $env:USERPROFILE\Downloads Invoke-WebRequest "https://gssecure.pages.dev/downloads/GS-Secure-Admin.exe" -OutFile GS-Secure-Admin.exe Invoke-WebRequest "https://gssecure.pages.dev/downloads/GS-Secure-Agent.exe" -OutFile GS-Secure-Agent.exe
In production, purchase a commercial code-signing certificate and sign the EXEs to remove these warnings entirely.
No. The agent and admin app talk directly to your database API (Supabase or a self-hosted REST API). The landing page is just the download site.
The agent keeps monitoring and queues every event locally. Everything syncs automatically the moment internet is available.
Overrides and exits require the admin PIN, and the agent runs elevated with an autostart task. Repeated wrong PINs trigger tamper alerts in the admin app.
The filter is DNS/hosts based. It stops most traffic, but DNS-over-HTTPS and VPNs can bypass it — pair it with the app-blocking and download guard for layered control.