Skip to content
NoteX
2 on GitHubMIT licensedNo account required

Writing should feel like this.

Markdown notes with live preview, links between your pages, a note for every day and a focus timer — kept as plain files you can take with you.

Windows · macOS · Linux · v1.63.0

Everything a notes app should have.Nothing it shouldn't.

Built for people who write every day and want their words to stay theirs — plain Markdown on disk, no lock-in, no subscription.

Graph

See the shape of what you know

Every link you make draws an edge. Notes you keep returning to grow larger and brighter than the ones you wrote once — so the structure you have been building without noticing becomes something you can actually look at.

  • Type @ anywhere in a note and pick another to link them.
  • Open the graph to see the whole library at once, or toggle the panel beside the editor to see just what this note touches.
  • Drag a note to move it, click to focus it and dim everything unrelated, click again to open it.
A NoteX link graphEleven notes drawn as circles joined by curved lines. A central note titled Research is the largest and connects to Ideas, Reading, Daily notes, Projects and Weekly review; those in turn link on to smaller notes, so the most-linked notes are the biggest and brightest.ResearchIdeasReadingDaily notesProjectsWeekly review

A look around

Six screens, six things it does well.

Home

Open to a room, not a form

Today's note, your writing streak, what you were last editing and anything still pending — all against a backdrop you chose. Everything one click away, nothing demanding attention.

NoteX home screen showing the daily note, total notes, a writing streak chart and pending reminders over a full-bleed wallpaper

Editor

Source on the left, result on the right

Full Markdown: headings, task lists, tables, footnotes, code blocks with syntax highlighting. Split the view to see both, or press Cmd/Ctrl+E to flip between them.

The NoteX editor in split view, raw Markdown on the left and the rendered document on the right, with a formatting toolbar above

Calendar

Find the day, find the note

Every daily note lands on the calendar. Dots mark the days you wrote, so a month of work is legible at a glance and any day is one click away.

Monthly calendar view in NoteX with markers on days that have notes, and the selected day's notes listed beside it

Focus timer

Time what you are working on

Start a timer against a project, let it run while you write, and watch the week total build. Your focus sessions live in the same app as the work itself.

The NoteX focus timer with a task input, project selector, running clock and this week's tracked total

Tiling

Four notes, one screen

Split the window into a grid and edit several notes side by side. Each pane keeps its own toolbar, its own preview toggle and its own auto-save — useful when you are drafting one note out of three others.

NoteX in tiling mode with four Markdown notes open in a two-by-two grid, each with its own toolbar and cursor

Personalise

Make it somewhere you want to be

Thirteen accent colours that can adapt themselves to your background, your own image or looping video behind the glass, seven fonts, and type sizing tuned to your eyes.

NoteX settings showing accent colour swatches, theme backgrounds, sidebar icon colours, background video picker and font family list

Start writing tonight

Free, open source and installed in a minute. No account, no trial, nothing to cancel later.

Your Mac or PC warns you the first time you open it — here is why

The releases are not signed with a developer certificate. Both Apple and Microsoft charge a yearly subscription for one, and NoteX is free, so the builds go out unsigned and the operating system says it cannot vouch for them. It is a statement about a receipt, not about the code — which you can read, and build yourself, in full.

macOS

It says "Apple could not verify NoteX.app is free of malware."

  1. Open System Settings → Privacy & Security.
  2. Scroll to the Security section — it will name NoteX as blocked.
  3. Click Open Anyway, then confirm.

On macOS 15 and later, right-clicking the app and choosing Open no longer works — Apple removed that route. The Privacy & Security panel is the way.

Windows

It says "Windows protected your PC."

  1. Click More info.
  2. Click Run anyway.

Version 1.63.0 · MIT licensed · All releases and changelog

Questions

Is NoteX free?

Yes. NoteX is free and open source under the MIT licence. There is no account required, no subscription and no paid tier. If it earns a place in your day, there is a Buy me a coffee link in the footer — entirely optional, and nothing is held back without it.

Where are my notes stored?

In a local SQLite database on your own machine. If you sign in, notes also sync to your Supabase project so they follow you across devices — but signing in is entirely optional.

Can I get my notes out?

Any time. Export the whole library to a folder of Markdown files, keeping your folder structure, or save a single note wherever you like. Notes are stored as Markdown already, so nothing is converted on the way out.

Why does my Mac say NoteX cannot be verified?

Because the build is not signed with a paid developer certificate, so macOS cannot check a receipt for it — it is not a finding about the code. To open it: System Settings → Privacy & Security → scroll to Security → Open Anyway. Note that on macOS 15 and later, right-clicking the app and choosing Open no longer works; Apple removed that route. Windows shows a comparable "Windows protected your PC" notice, where More info → Run anyway gets past it. The full source is public if you would rather read it or build it yourself.

Which Markdown does it support?

GitHub Flavored Markdown, rendered natively in the app: headings, tables, task lists, footnotes, strikethrough, autolinks, alert callouts (> [!NOTE] and friends), emoji shortcodes and fenced code with syntax highlighting. A ```mermaid block is drawn as a diagram — flowcharts, sequence diagrams, state machines, gantt charts, pies and mindmaps — which you can open full screen and zoom. Nothing is converted or uploaded: the file on disk stays the Markdown you typed.

Which platforms does it run on?

Windows, macOS and Linux. Every release ships all three, built from the same source.

Does it work offline?

Completely. NoteX is a local-first desktop app: everything works with no connection, and sync catches up when you are back online.