Back to ihapus tools
Native Windows notes app

Noti

A lightweight local notes app for ideas, reminders, lists, TODOs, snippets, logs, and scratch text you want close at hand.

Noti uses a compact native Win32 interface and stores notes locally in SQLite under the current Windows user profile.

Best for: quick local notes, ideas, reminders, lists, TODOs, snippets, logs, and plain text scratch work without a browser or cloud account.

Latest public release: v1.0.1, prepared on July 17, 2026.

What Noti helps with

Keep local notes fast

Open a native Windows note window quickly and keep your working notes on the local machine.

Capture any plain text

Use plain text for ideas, reminders, lists, snippets, commands, logs, TODOs, and temporary scratch material.

Search and organize

Find text across all notes or within the current note, add tags, filter with #tag, and pin important notes.

Main features

Two-pane workflow: note list on the left, editor on the right.
Tags: organize notes with tags and search directly with #tag.
Search modes: switch between searching all notes and finding within one note.
Line numbers: keep longer plain text notes easy to scan.
SQLite storage: notes and metadata stay under the current user profile.
Auto-save: edits are saved after typing stops.
Recoverable trash: restore notes or permanently delete them when ready.
Light and dark themes: switch themes from the window or tray menu.
Single executable: SQLite is compiled in, so no SQLite DLL is required at runtime.

Typical workflow

1. Launch Noti

Run Noti.exe directly from Windows.

2. Write notes

Create or select a note, then write plain text in the editor. Changes are saved automatically.

3. Search later

Use tags, All or Note search mode, and pinning to return to important text when you need it again.

System requirements

  • Windows 7 or newer
  • Normal user permission for standard use
  • Writable user application data folder for the local SQLite database

FAQ

Where do I download Noti?

Download the executable from GitHub Release v1.0.1 or browse all packages on GitHub Releases.

Where are notes stored?

Notes are stored in %APPDATA%\Noti\noti.db for the current Windows user.

Does Noti support Markdown preview?

No. Noti focuses on fast plain text editing.

Is the source code published here?

No. This public repository contains release information and public-facing documentation. Source code is maintained separately.