Your company laptops, secured and supervised.

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

GS SECURE shield
24happroval window on downloads
7content categories blocked
Real-timeactivity & location sync
PINprotected admin control

Everything you need to keep devices in line

📈

Live device monitoring

CPU, RAM, disk, network, battery and uptime for every laptop — refreshed continuously and stored for review.

🕵️

Activity & tab tracking

See the apps and browser tabs each user opens, with timestamps, straight from the admin dashboard.

📍

Device location

Where is each company laptop right now? IP-based geolocation shows city, region and country on a map.

🚫

Block apps

Block games, social apps or anything else by process name. The agent enforces the block on every device.

🛑

Web content filtering

Blocks porn, scams, phishing, malware sites, ad networks and privacy trackers before the browser loads them.

🛡️

Download approval

Risky downloads are held instantly. The user sees a 24-hour approval popup while you approve or deny from anywhere.

🤖

Malware protection

Every download is scanned with Defender/ClamAV plus hash and heuristic analysis. Threats are auto-quarantined.

📂

Remote file control

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.

💻

One-click app blocking

The agent reports the apps running on each laptop. Click any app in the admin dashboard to block it everywhere — instantly.

🚀

Remote uninstall

Click a device and remove GS SECURE remotely. The agent deletes itself, cleans up and logs the user out instantly.

🔒

PIN-protected override

Every override, pause or exit requires the admin PIN. Failed attempts are flagged as tamper alerts.

How it works

1

Install the agent

Run the agent EXE on each laptop. Enter company name, admin name and PIN — done.

2

Devices sync

When internet is available the agent syncs monitoring data, activity and location to the central database.

3

Approve & block

From the admin app you approve or deny downloads, block apps and domains, and review everything live.

Get started

GS SECURE Agent

For every company laptop

  • Monitoring, filtering & malware guard
  • First-run setup with company + PIN
  • Starts automatically at every logon
Download for Windows

GS SECURE Admin

For the administrator

  • Monitor all devices in real time
  • Approve / deny downloads
  • Block apps, domains & categories
Download Admin App

Files are served from the downloads/ folder on gssecure.pages.dev and updated when you re-deploy.

⚠️ Seeing "Virus scan failed" or a SmartScreen warning?

That is the browser's safe-download check flagging unsigned Windows executables (normal for newly built Python apps). The files are clean. To proceed:

  1. Chrome/Edge: click the failed download → Keep / Keep anyway (or right-click the download button → Save link as…).
  2. Windows: right-click the EXE → Properties → check Unblock → OK. If SmartScreen appears, click More infoRun anyway.
  3. Download from PowerShell (bypasses browser scanning entirely):
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.

Frequently asked questions

Do I need a web server?

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.

What happens when a laptop has no internet?

The agent keeps monitoring and queues every event locally. Everything syncs automatically the moment internet is available.

Can users bypass GS SECURE?

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.

Is the web filter bulletproof?

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.