x2y AV Ultimate
v8.5.0Windows antivirus & integrity monitor on open engines. Endpoint protection that never leaves the endpoint.
July 2026 — the entire x2y suite is now free. Code Leak Detector moves to a one-time $29 on 1 Sep.
View productsNairobi · est. Oct 2025 · zero telemetry
x2y Devs Tools builds antivirus, 2FA, secret-scanning and developer utilities that run entirely on your hardware. No cloud uploads. No forced accounts. No telemetry — ever.
01 · Product suite
Windows antivirus & integrity monitor on open engines. Endpoint protection that never leaves the endpoint.
Offline TOTP vault for Android & Windows. Two-factor codes, generated and kept entirely on-device.
Cross-platform Node.js toolkit for monitoring, refactoring & analysis. The x2y engine room, as Node.js modules.
Local scanner for secrets, tokens & credentials in code. Find secrets before they leave your disk.
Archive manager with AES-256 encryption & previews. Pack, unpack and encrypt — with AES-256, no cloud in sight.
Developer text editor with a CLI companion. A fast, quiet text editor for people who ship.
.gitignore helper with 20+ templates & repo scanning. Project-aware .gitignore files in one scan.
SEO & sitemap crawler with JS rendering and proxies. Map, render and audit your site — entirely from your desktop.
02 · Security model
Most tools promise not to look at your data. Ours physically can’t — there is no upload path, no analytics SDK, no crash pipeline. The manifest below is the entire data policy.
| Telemetry | 0 bytes collected |
|---|---|
| Account required | None — ever |
| Data egress | None by design |
| Scan engines | ClamAV · YARA (open source) |
| Archive crypto | AES-256 (Extractor) |
| 2FA storage | On-device vault |
| Updates | Signed releases via GitHub |
| Licence | Free since Jul 2026 · donationware |
Every engine runs in-process on your machine. There is no upload path to design around — and none to exploit.
Scanning is delegated to ClamAV and YARA with public signature feeds you can inspect, pin and verify offline.
AES-256 for archives, on-device TOTP secrets, and signed release artifacts with published checksums.
No analytics, no crash uploader, no “help improve” checkbox. Put any tool under a network monitor and watch it stay silent.
Downloads don’t require sign-up. Licences don’t phone home. Your copy is yours — online, offline, forever.
03 · Solutions
From .gitignore to release archives: small, fast utilities that respect your machine and your time. Nothing installs a daemon; nothing asks for an account.
Endpoint scanning, secret detection and offline 2FA — a portable kit that works in air-gapped rooms and never phones home, on open engines you can audit.
Zero telemetry simplifies data-residency and privacy review. Signed releases, pinned engines and auditable behaviour — the shortest “how is data handled?” answer in the industry.
Talk to us04 · Developer ecosystem
The x2y SDK exposes the same engines our desktop tools use — monitoring, refactoring, secret scanning and audits — as plain Node.js modules. Sources, releases and package metadata are public.
// scan a working tree for leaked secrets
import { secrets } from "x2y-dev-tools-sdk";
const report = await secrets.scan("./src", {
rules: "strict", // 412 patterns, offline
egress: "local-only",
});
console.log(report);
// → { leaks: 0, rules: 412, runtime: "node:22" }| monitor | uptime, latency & alert probes |
|---|---|
| refactor | AST-level code transforms |
| secrets | local secret & token scanning |
| audit | integrity & dependency checks |
05 · Release history
x2y Devs Tools is established by Moses Gitiriku on 14 October 2025. The first commits of what becomes AV Ultimate land the same month.
New detection pipeline and integrity monitor ship for Windows 10/11.
The offline 2FA vault launches on Android, while AV Ultimate v8.5.0 adds refreshed threat intel and a hardened installer.
SiteDirective v2.0.0 · Extractor v2.1.0 · Devs Pad v2.0.0 · GitIgnore Generator v1.0.
Expanded rule packs and CI-friendly reporting for the local secret scanner.
Every paywall is removed across itch.io, Microsoft Store and GitHub. The suite becomes donationware.
On 1 September 2026 the Code Leak Detector returns to a single one-time purchase. Every other tool remains free.
06 · Company
x2y Devs Tools Ltd is an independent software company based in Nairobi, Kenya. What began in October 2025 as a single antivirus experiment has grown into an eight-tool suite for developers and security professionals.
In July 2026 we removed every paywall and made the full lineup free. The model is simple: donationware, open engines, signed releases — and a standing commitment that your data never leaves your machine.
“Software should answer to its user, not to a dashboard. We build tools that work when the network is off — because that is the only honest guarantee.”
| Founded | 14 October 2025 |
|---|---|
| Founder | Moses Gitiriku |
| Headquarters | Nairobi, Kenya |
| Model | Donationware · free since Jul 2026 |
| Products | 8 — Windows · Android · Node.js |
| Telemetry to date | 0 bytes |
NAIROBI, KENYA · 1°17′S 36°49′E · EAT (UTC+3)
Documentation
Every tool ships with documentation, signed releases and a public changelog. The SDK adds programmatic access to monitoring, refactoring and scanning — all local, all documented.