BareNotepad

Open. Edit. Save. Done. The ultra lightweight editor for people who just want to type.

Unicode & Dark theme support Standard features
Unicode & Dark theme support Standard features Instant launch. Instant writing. No Internet.

Why does BareNotepad exist?

BareNotepad was created in February 2026 as an ultra-lightweight alternative to Microsoft Notepad, which has become increasingly feature-rich over time. It focuses on speed, simplicity, and a minimal footprint, built directly on the Win32 API to keep things close to the system.

It was developed with the help of AI as a building tool during the process.

The result: approximately 2MB of memory usage at startup, instant launch, and a focus on minimal overhead.

What features can you expect?

Almost everything the classic Notepad had including all the usual shortcuts.

Plus themes because your eyes deserve better than blinding white at night.

What BareNotepad is NOT?

Not a code editor. Not a markdown tool. Not a cloud app. Not an AI assistant.

If you need those features, great tools like Notepad++ or Visual Studio Code already exist.

What about security?

No malware. No telemetry. No background connections. No admin rights required. VirusTotal scan confirms BareNotepad is safe with negligible false positive.

Idle → 0% CPU
Typing → <1% CPU

What do you need to run it?

Almost nothing. Your smart toaster wasting your Wi-Fi bandwidth can run it

Technical Details

Ready to go?

No installer. No wizard. No registry clutter. Just unzip and run.

BareNotepad v1.5.0 (2026.05.06) - 349 KB
💾 Download Portable ZIP view old releases
SHA-256 Hashes: .zip: 639AE30CF7E26D4A078E542B460D7C65FE8E9248076ED1FEB3D08D641CD93D0F .exe: 11ACF7E212CB8D7332FC44FFAC2A5EE9535E591A0E7F527556A1E351EC99A9CC
Verify with PowerShell
1. Open "Windows PowerShell" then type cd Downloads
2. Check the ZIP: Get-FileHash .\barenotepad-v1.5.0.zip -Algorithm SHA256
3. Check the EXE (after extraction): cd BareNotepad-v1.5.0 Get-FileHash .\BareNotepad.exe -Algorithm SHA256
4. Hashes must match to the one above.