PadLab++ & Clip Lab IT Try it free
New in 1.5 · multiple cursors and split view

// moved from Windows to the Mac?

Missing Notepad++ and Ditto? Now the Mac has PadLab++ and Clip Lab.

A tabbed text and code editor, and a clipboard history one shortcut away. Made for people coming from Windows: the same menus, the same habits, Mac keys. Native and very fast. And now with an AI assistant that fixes, translates and summarizes without leaving your Mac.

7 days with every feature, no credit card · macOS 14 or later · Apple silicon and Intel · AI assistant from macOS 26

F
Find
F
Find in Files
V
Clipboard history
PadLab++ with the classic theme: four tabs, the workspace on the left and search results at the bottom PadLab++ with the dark theme: JavaScript code, the workspace on the left and a word highlighted across the file
The Clip Lab history: a screenshot of an invoice with its text read underneath, ready to paste The Clip Lab history in dark mode

// new in versions 1.3 and 1.4

AI that works on your Mac.
Not in the cloud.

PadLab++ and Clip Lab use Apple Intelligence, the model macOS keeps on your computer: they fix, translate, summarize and read the text in images. No account, no AI subscription, no text sent to a server.

What changed between two files

Compare two versions: the assistant lists the differences in plain words, explains a single change or writes the release notes.

PadLab++

Fix and rewrite

Spelling and grammar, a more formal or more concise tone: on the selection or the whole file, with a single Undo.

PadLab++Clip Lab

Translate

Into English, Italian, Spanish, French, German and Portuguese, leaving Markdown, code and links untouched.

PadLab++Clip Lab

Summarize and explain code

The summary of a long document, or what a piece of code does, in a new tab.

PadLab++

Ask for anything

“Make it a table”, “extract the emails”, “turn it into a list”: you write it, the assistant does it.

PadLab++

Text from images

A screenshot becomes text: in Clip Lab you find it by searching for a word, in PadLab++ you paste it with ⌘V.

PadLab++Clip Lab

Regex, in words

Describe what to find, “emails ending in .com”, and the assistant writes the regular expression for Find.

PadLab++

Before you paste

In Clip Lab a clip can be fixed, translated or summarized on the fly, then it goes straight where you're typing.

Clip Lab
The PadLab++ assistant has fixed a message: “tomorrow's”, “because”, “forward”, with the Replace, New Tab and Copy buttons
The result appears as it's written. Touch it up, then it replaces the text, goes to a new tab or to the clipboard. It's in the Assistant menu, the right-click menu and the ✨ button.
  • On your Mac, even offline
  • No AI subscription: you pay for the app, once
  • No account and no server

The assistant needs macOS 26 or later, a Mac with Apple silicon and Apple Intelligence turned on. On Macs that can't use it the AI commands simply don't appear, and everything else in the apps works as usual. Text from images works from macOS 14.

// your fingers already know

From Windows to the Mac, without starting over.

Menus in the same order — File, Edit, Search, View, Encoding, Language, Macro — and the features you used every day, on the key the Mac expects.

PadLab++if you used Notepad++

FeatureWasNow
FindCtrl+F F
ReplaceCtrl+H F
Find in FilesCtrl+Shift+F F
Go to LineCtrl+G L
Duplicate LineCtrl+D D
Comment linesCtrl+Q /
Toggle bookmarkCtrl+F2 F2
Record a macroCtrl+Shift+R R
Multiple cursorsCtrl+click click
Column selectionAlt+drag drag

Clip Labif you used Ditto

FeatureWasNow
Open the historyCtrl+` V
Search your clipstypetype
Paste the chosen itemEnter
Paste as plain text
Paste the 3rd item 3
Pin an item P
Edit a clipCtrl+E E
New clipCtrl+N N
Open in the editor E
CloseEscesc

Clip Lab's shortcut can be changed in its settings. On this page Ctrl ` works too: try it.

PadLab++
// for Notepad++ users
€9.99

The editor you open in a flash, and that never loses a thing.

Tabs always in view, with a red dot on unsaved changes. Quit whenever you like: open it again and everything is back, even text you never saved. And when you need it, Find and Replace with regular expressions, across whole folders too.

PadLab++ with the classic theme: four tabs, the workspace and the Find All results
The classic theme, with the blue keywords and green comments you know. Select “cart” and every other occurrence lights up; “Find All” lists the lines in the panel below.
● unsaved

Tabs that never lose anything

The session comes back exactly as it was: tabs, cursor, bookmarks and text you never saved. A backup every few seconds.

⇧⌘F

Find in Files

Search and replace across whole folders, with filters like *.js !*.min.js. Double-click a result and you're on the right line.

⌥⌘C

Compare two files

Two versions side by side and lined up, the differences colored word by word. A change moves from one side to the other in one click.

⌥⌘← ⌥⌘→

Code folding

Fold functions, blocks, tags and Markdown headings from the margin, one at a time or all at once by level.

\1 $1

Regular expressions

Normal, extended (\n, \t) and regex modes with groups. Count, mark, replace in every open document.

{ } 30

30 languages, 7 themes

From C++ to YAML, recognized by extension or first line. The classic theme too, and automatic light/dark.

ANSI · CRLF

Real encodings

Windows files open without garbled characters. Convert to UTF-8 or UTF-16, with or without BOM, and between CRLF and LF.

⌃⇧R · F2

Macros and bookmarks

Record a series of edits and repeat it to the end of the file. Mark lines with ⌘F2, jump with F2.

JSON · SHA

Everyday tools

Format or minify JSON keeping the key order, Base64, URL, HTML entities, MD5 and SHA hashes.

✨ ⌃⌘K

The AI assistant

Fixes, translates, summarizes and explains code with Apple Intelligence, on the Mac. In the menu, the right-click menu and the toolbar.

⌘ click · ⌘\

Multiple cursors, split view

More cursors with ⌘-click, a column with ⌥ + drag, every occurrence with ⌃⌘G. And the same file in two views.

5 MB < 1 s

Genuinely fast

A 5 MB file with 100,000 lines opens in under a second; syntax colors arrive in the background.

// new in version 1.5

Type in ten places at once. See the file twice.

With multiple cursors you rename a variable everywhere, fill in a column or fix ten lines with a single keystroke. With the split view you keep an eye on the top of the file while you work at the bottom. A single Undo puts everything back, cursors included.

  • ⌘ clickOne more cursor where you click, like Ctrl+click in Notepad++. Click again to remove it.
  • ⌥ dragA cursor on every line of a column. Or , one line at a time.
  • ⌥⌘E · ⌃⌘GThe next occurrence of the word, or all of them: type and they all change.
  • ⌘\Split view: the same file side by side or one above the other, each with its own scrolling.
PadLab++ in split view: on the left a catalog with every word “price” selected, one cursor per line; on the right the same file further down PadLab++ multiple cursors and split view in dark mode
On the left every “price” in the file is selected, each with its own cursor. On the right, the same file further down.

// new in version 1.1

Markdown files, laid out like a Word document.

ChatGPT, Claude and the other assistants write in Markdown: summaries, meeting notes, documentation. Press V and the real page appears next to the text, with headings, tables and lists. It updates as you type and follows you as you scroll.

  • ⌥⌘PExport as PDF: pages with real margins, ready to send or print.
  • ⌥⇧⌘VJust the page, when all you need is to read.
  • [x] ```Checkboxes, colored code, footnotes, pictures and links, as on GitHub.
  • ⌘VPaste pictures or drag them from the Finder: they go in a folder next to the file, with the link already written. In any other file, a pasted screenshot becomes text.
PadLab++ with a Markdown README on the left and the laid-out page on the right: title, API table, code and checkboxes The PadLab++ Markdown preview in dark mode
.md files open with the preview already beside them. You print and export the page, not the code.
Clip Lab
// for Ditto users
€5.99

Everything you copy, one V away.

Clip Lab lives in the menu bar and remembers text, pictures and files. Press the shortcut, type two letters, Return: pasted into the app you were working in, with its original formatting.

Try it here: press V, type “iban” and paste the screenshot’s text with .

    ⏎ paste · ⇧⏎ plain text · ⇥ filter · esc clear
    • Paste Special with Apple Intelligence: fix, make more formal, translate or summarize a clip before pasting it. On your Mac, offline.

    • OCR

      Reads the text in images. Copy a screenshot, a photo of a document or a scan: find the picture by searching for a word in it, and paste its text with ⇧⏎. macOS does it on your Mac: nothing goes online.

    • ⇧⏎

      Paste as plain text when you don't want a web page's bold.

    • Aa

      Paste Special: UPPERCASE, all on one line, camelCase, snake_case, URL, Base64, JSON string.

    • ⌘P

      Pin the addresses, IBANs and sentences you paste all the time: they're never deleted.

    • 🔒

      Passwords stay out. Copies that password managers mark as confidential aren't recorded, and you can exclude whole apps.

    • Mac

      No cloud, no account. The history stays on your Mac, in a file you can clear whenever you like.

    • ⌘E

      Edit, as in Ditto: fix a clip, formatting included, or write a new one from scratch with ⌘N. It stays in its place in the history.

    • ⇧⌘E

      Together with PadLab++: open a clip in a new editor tab and work on it.

    // return price * 1; // just once

    Pay once. No subscription.

    First you try them for 7 days with every feature. If you like them, a license costs less than a pizza and works on two Macs.

    PadLab++
    €9.99
    • The tabbed editor with sessions, regex, Find in Files
    • 30 languages, 7 themes, macros and tools
    • Markdown preview and PDF export
    • AI assistant on your Mac: fix, translate, summarize
    • File compare, explained by the AI too, and code folding
    • License for 2 Macs, 1.x updates included
    Try PadLab++ free
    Both apps
    €12.99instead of €15.98 bought separately
    • PadLab++ and Clip Lab, working together
    • A clip opens in the editor with ⇧⌘E
    • The AI assistant in both apps
    • License for 2 Macs, 1.x updates included
    Try both free
    Clip Lab
    €5.99
    • Unlimited history of text, pictures and files
    • The text in images, to search and paste
    • Paste Special with AI
    • Paste Special and pinned items
    • License for 2 Macs, 1.x updates included
    Try Clip Lab free
    Secure payment with Lemon Squeezy · VAT and sales tax worked out at checkout The key arrives by email right away and is activated from the “License…” menu, even during the trial

    Try them free for 7 days

    Download just the app you want, or both. No sign-up, no credit card.

    1. Open the downloaded file and drag the app to Applications.
    2. On first launch macOS asks for confirmation: System Settings → Privacy & Security → “Open Anyway”.
    3. Done. From then on it opens like any other app.

    // frequently asked questions

    Before you download.

    Is it a subscription?

    No. You pay once and the app is yours. Version 1 updates are included.

    What happens when the trial ends?

    Nothing is deleted. PadLab++ becomes read-only: you open, read and copy your files, and changes you already made can still be saved; writing and every other feature need a license. Clip Lab stops recording the clipboard: your history stays saved on the Mac and comes back in full, right away, with a license.

    How many Macs can I use it on?

    Two. If you change computer, deactivate the license from the “License…” menu and activate it on the new Mac.

    Do I need the internet?

    For a few seconds on first launch, to register the trial, and to activate the license. Then the app confirms it on its own every few days when you're online, and keeps working up to 30 days offline. Your text and your clips never go online.

    Which Mac do I need?

    macOS 14 Sonoma or later, with an Apple processor (M1 and later) or Intel. The apps are in English and Italian: they follow your Mac's language. The assistant with Apple Intelligence needs macOS 26 and Apple silicon.

    Why does macOS say the developer can't be verified?

    The apps aren't distributed through the App Store, so on first launch macOS asks for confirmation. Go to System Settings → Privacy & Security and click “Open Anyway”. It only happens the first time.

    Does the assistant send my text to anyone?

    No. It uses Apple Intelligence, the model macOS keeps on your Mac: the text never leaves the computer and no account is needed. It requires macOS 26 or later on a Mac with Apple silicon and Apple Intelligence turned on; on other Macs everything else works as usual.

    Do my images go online?

    No. The text is read by macOS's own text recognition, the same as in Preview and Photos, right on your Mac: your images never leave the computer. It reads English, Italian and some thirty other languages, and you can turn it off in the settings.

    Can Clip Lab see my passwords?

    No. Copies that password managers mark as confidential aren't recorded, and in the settings you can exclude any app. The history stays on your Mac and isn't sent anywhere.

    Are you connected with Notepad++ or Ditto?

    No. PadLab++ and Clip Lab are independent apps, written from scratch for the Mac. Notepad++ and Ditto are Windows projects by their respective authors: we only mention them so you can tell right away what these apps are like.