DEV Community

Akhouri Anmol Kumar
Akhouri Anmol Kumar

Posted on

I built a full suite of Windows apps solo — no installs, no bloat, no data collection

Akhouri Systems: We build what others forgot to fix

A few months ago I got tired of the same story every time I needed a simple tool on Windows: a text editor that is too old , a calculator app riddled with boring UI, a "security suite" that phones home to three different servers before you've typed a password.

So I started building my own. That's Akhouri Systems.

What it actually is

Akhouri Systems is a solo-built software brand — four free, privacy-first Windows apps, each built because I wanted to actually use something better:

ATLOCK — a total security suite. System lockdown, NTFS-level file guarding, an AES-encrypted password vault, and intruder detection (camera capture + alarm on repeated failed attempts).
ANOTE — a premium text editor I built to be the "Notepad killer." Multiple themes (including a proper coding mode), markdown-aware, fast.
ACALCU — what I'd call the most customizable scientific calculator out there. 30+ themes, full scientific function set, built on PyQt6.
APIC — an image processing center for editing, converting, and compressing images without touching a browser or an ad-laden freemium tool.
The philosophy

Every one of these follows the same three rules:

Run it, use it, done.
No bloat. No telemetry SDKs, no auto-update nag screens, no upsells.
No data collection. If a feature needs your data (like the password vault), it stays local and encrypted — not on my servers, because there are no servers.

That's a harder constraint to build under than it sounds. It means no easy analytics, no cloud sync shortcuts, and doing security properly (real Fernet/AES encryption and PBKDF2-hardened master passwords, not just XOR-and-hope) instead of the fast way.

Why I'm sharing this here

I'm one developer building this in public, and I'd genuinely value feedback from people who actually ship software — what's missing, what's over-engineered, what you'd never trust a solo dev's security suite to do. If you're on Windows and tired of the same bloated defaults, take a look and tell me what breaks.

🔗 https://akhouri-anmol-kumar.github.io/Akhouri-systems/

If you're building something similar — small, opinionated, no-bullshit tools — I'd love to hear about it in the comments.

Top comments (2)

Collapse
 
akhourianmolkumar profile image
Akhouri Anmol Kumar

A guy asked me what's your name?
I replied Akhouri Systems.
because for me Akhouri Systems is not just a company It's my identity.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.