Release notes

Every shipping build.

What changed, and why. Notepad.exe ships a big release every couple of months. One engineer, one editor, and no roadmap to keep up appearances.

v1.5.3Jul 16, 2026

Notepad.exe 1.5.3

Open Quickly is here. Press ⇧⌘O to jump straight into common actions without leaving the keyboard.

What changed

  • Added Open Quickly quick actions.
  • Reduced memory use for the local AI model.
  • Cleaned up the Settings layout.
  • Fixed smaller bugs throughout the app.
v1.5.2Jul 13, 2026

Notepad.exe 1.5.2

  • Render Whats New markdown with full block parsing and better styling
  • Bugfixes

---

1.5.1

  • Add app icon support for distributed app bundles

---

1.5.0

This is a big one. The coding assistant was rebuilt, you can sign in with your ChatGPT subscription, more languages and project types are supported, and a lot of rough edges got smoothed out.

Doctor Marvin, rebuilt

The coding assistant got a full rewrite, and it is the biggest change in this release. Answers stream in as they are written, and it can build and run your project, read the output, and edit your files to help you fix errors without leaving the app.

Notepad AI, out of the box

The assistant is ready as soon as you open it. Sign in with a ChatGPT Plus or Pro subscription and use it without an API key, keep using "ChatGPT (API)" if you prefer keys, or pick from more cloud and local models.

More languages

Go is now first-class, with templates, completion, dependencies, and Linux runs. TypeScript and JavaScript build and run with full editor integration, and Python gained semantic highlighting.

Plain text, anything

Open pretty much any file as plain text, with highlighting when the type is known. Drop folders on the Dock icon, and drag, rename, and filter files right in the navigator.

Swift packages, directly

Bookmark Swift packages in your Library, pick the product or target to build from the toolbar, and manage dependencies from project settings. New templates cover Swift Package executables and libraries.

Build and run, including Linux

Cross-compile Swift, Python, and Go to Linux from your Mac, no VM required. The new Activity viewer in the toolbar shows builds, downloads, and other background work as it happens.

iOS simulator

Quick Help and the Simulator now share one inspector panel. Simulator runs are more dependable: the app waits for devices to boot, prefers already-booted hardware, and reports launch failures clearly.

Terminal

The built-in terminal now uses Ghostty. Rendering is faster, Unicode behaves better, and colors follow your editor theme.

Polish and stability

The sidebar is now a proper Library with search and swipe actions, code completion is snappier, and there is plenty more throughout.

For support or feature requests: https://github.com/notepadhq/notepadexe-public/issues

v1.5.1Jul 13, 2026

Notepad.exe 1.5.1

  • Add app icon support for distributed app bundles

---

1.5.0

This is a big one. The coding assistant was rebuilt, you can sign in with your ChatGPT subscription, more languages and project types are supported, and a lot of rough edges got smoothed out.

Doctor Marvin, rebuilt

The coding assistant got a full rewrite, and it is the biggest change in this release. Answers stream in as they are written, and it can build and run your project, read the output, and edit your files to help you fix errors without leaving the app.

Notepad AI, out of the box

The assistant is ready as soon as you open it. Sign in with a ChatGPT Plus or Pro subscription and use it without an API key, keep using "ChatGPT (API)" if you prefer keys, or pick from more cloud and local models.

More languages

Go is now first-class, with templates, completion, dependencies, and Linux runs. TypeScript and JavaScript build and run with full editor integration, and Python gained semantic highlighting.

Plain text, anything

Open pretty much any file as plain text, with highlighting when the type is known. Drop folders on the Dock icon, and drag, rename, and filter files right in the navigator.

Swift packages, directly

Bookmark Swift packages in your Library, pick the product or target to build from the toolbar, and manage dependencies from project settings. New templates cover Swift Package executables and libraries.

Build and run, including Linux

Cross-compile Swift, Python, and Go to Linux from your Mac, no VM required. The new Activity viewer in the toolbar shows builds, downloads, and other background work as it happens.

iOS simulator

Quick Help and the Simulator now share one inspector panel. Simulator runs are more dependable: the app waits for devices to boot, prefers already-booted hardware, and reports launch failures clearly.

Terminal

The built-in terminal now uses Ghostty. Rendering is faster, Unicode behaves better, and colors follow your editor theme.

Polish and stability

The sidebar is now a proper Library with search and swipe actions, code completion is snappier, and there is plenty more throughout.

For support or feature requests: https://github.com/notepadhq/notepadexe-public/issues

v1.5.0Jul 12, 2026

Notepad.exe 1.5.0

This is a big one. I rebuilt the coding assistant from scratch, added ChatGPT sign-in so you can skip the API key, brought in more languages and project types, and smoothed down a pile of rough edges.

Doctor Marvin, rebuilt

The assistant is the biggest change in this release, and it got a full rewrite. Answers stream in as they are written, and it can build and run your project, read the output, and edit your files to help you fix errors without leaving the app.

Notepad AI, out of the box

It works the moment you open it. Sign in with a ChatGPT Plus or Pro subscription and use it with no API key, stick with "ChatGPT (API)" if you prefer your own keys, or pick from a longer list of cloud and local models.

More languages

Go is now first-class: templates, completion, dependencies, and Linux runs. TypeScript and JavaScript build and run with full editor support, and Python picked up semantic highlighting.

Plain text, anything

Open almost any file as plain text, with highlighting when Notepad knows the type. Drop folders on the Dock icon, then drag, rename, and filter files right in the navigator.

Swift packages, directly

Bookmark Swift packages in your Library, pick the product or target to build from the toolbar, and manage dependencies from project settings. New templates cover Swift Package executables and libraries.

Build and run, including Linux

Cross-compile Swift, Python, and Go to Linux straight from your Mac, without spinning up a VM. The new Activity viewer in the toolbar shows builds, downloads, and other background work while it happens.

iOS simulator

Quick Help and the Simulator now share one inspector panel. Simulator runs are steadier too: the app waits for devices to boot, prefers hardware that is already running, and tells you clearly when a launch fails.

Terminal

The built-in terminal now runs on Ghostty. Rendering is faster, Unicode behaves, and colors follow your editor theme.

Polish and stability

The sidebar is now a proper Library with search and swipe actions, code completion is snappier, and there is plenty more scattered throughout.

For support or feature requests: https://github.com/notepadhq/notepadexe-public/issues

Build 1.4.1877Go support

Go support is here.

Compiled, fast, zero config. Go is now a first-class citizen. Write Go, run Go.

What you get

  • Full syntax highlighting
  • Completion and diagnostics for Go code
  • Run packages and single-file experiments instantly
  • Works with the same Notes Library language filters
  • The same open-file-hit-⌘R workflow as Swift, Python, and JavaScript

Another language, same Notepad.exe rule: open a note, write code, hit run.

Build 1.4.1647Jan 2, 2026

JavaScript support is here.

Bun-powered, zero config. JavaScript is a first-class citizen. Write JS, run JS.

What you get

  • Full syntax highlighting via Tree-sitter
  • Completion & errors through typescript-language-server
  • Run instantly — Bun handles execution
  • Works on macOS and Linux
  • Automatic Bun installation

Same philosophy as Swift and Python before it: open a note, write code, hit run.

v1.4Oct 19, 2025

Linux support. For real.

Cross-platform Swift, finally easy. Write Swift on your Mac, run it on Linux. Cross-compilation, VM management, toolchain setup — all handled, all invisible.

What actually works

  • Cross-compile Swift targeting Linux from macOS
  • Swift toolchains & Linux SDKs download automatically
  • Runs in actual Linux environments with smart caching
  • Python works too — not just Swift
  • Platform column in the Notes Library
v1.3Sep 21, 2025

Coding Intelligence.

AI built right into the editor. Autocompletes, suggests fixes, helps you write faster. On-device, using Apple's ML frameworks — your code doesn't leave your Mac.

Also in 1.3: App Distribution. Export a fully functional macOS app from the editor. Plus better Swift / Python highlighting, package updates without leaving the app, and new themes.

v1.2Jun 25, 2025

Python support.

"When Python?" "I'll pay double for Python support." Every. Single. Day. Fine. You win.

What's new

  • Write Python. Run Python. That's it.
  • pip works (numpy, pandas, whatever)
  • Output shows up instantly
  • No virtualenv to negotiate with
Opened PyCharm. Waited. Created a project. Set up the interpreter… you know what? Screw it. I added Python support instead.
v1.1Jun 8, 2025

iOS runtime.

Ready for WWDC experiments. iOS runtime is finally working perfectly. Build SwiftUI apps, work with UIKit, experiment with any iOS API. The simulator spins up automatically — no configuration, no project setup, no Xcode checkboxes.

v1.0May 22, 2025

Introducing Notepad.exe.

A playful nod to Windows' classic text editor — but this notepad actually executes your code.

It's essentially a notepad that can execute your code. I wanted something that would feel lightweight and familiar, but with the power to actually run the code you're writing.

What made it special

  • Swift-first, everything optimised for it
  • Searchable, taggable snippet Library
  • Floating notes that hover above other apps
  • Swift Package Manager integration
  • Local AI assistance