Free · Mac & Windows

Notes, code, and
floating thought.

A notebook with two kinds of page. Numbered lines when your thinking has an order — an open board when it doesn't. Everything saves as ordinary files on your own disk.

Download for MacApple Silicon & Intel · .dmg Download for Windows64-bit · installer

Or try it in your browser — no install, no account.
One Mac build for every Mac · first-launch instructions

~/Documents/3-lance
1#!/usr/bin/env bash
2set -euo pipefail
3
4# edit the script, keep the notes beside it
5deploy() {
6  rsync -az ./dist/ "$HOST:/srv/app"
7}

Two kinds of page

Chosen per sheet, and reversible at any time. The header of every sheet has the switch.

Linear

Numbered lines, real syntax highlighting, find and replace, multi-cursor. Name a sheet deploy.sh or main.c and it saves as exactly that — so you can edit scripts in place and paste them straight back.

Floating

An open board. Drop text wherever it belongs, drag it around, paste in screenshots. For the stage where the thinking hasn't found its order yet.

Built to stay yours

No lock-in, no account required, nothing held hostage in a proprietary format.

Plain files on your disk

Markdown, scripts, JSON boards, images in a folder. Readable with or without 3-lance.

Works offline, always

No sign-up, no server, no network. An account is optional and adds only a backup.

Linked notes

Type [[double brackets]] to link a sheet. Backlinks appear beside it.

Run your scripts

Press ⌘R to run a sheet with the languages you have installed. Setting up languages →

A calendar that knows your notes

Highlight any passage, right-click, and it becomes a dated entry — with reminders, repeats, and a link back to the note.

Sends itself to your calendar

Entries go to iCloud automatically the moment you make one — or hand them to Google and Outlook in a click.

Lock a note properly

Not hidden — encrypted. AES-256 with a passphrase only you hold. No recovery, by design.

Share without handing over

Send an encrypted link. The key lives in the URL, never on the server, so we can't read it either.

Comment on anything

Right-click a selection to leave a note about it. Stored beside the file, never inside it.

Paste images onto boards

Screenshots land as real image files next to the board, not as bloat inside it.

Bring in what you have

Import notes and folders from your Mac, PC, iCloud Drive or OneDrive.

Optional sync

Sign in to keep sheets on every device. Your local copy is always the real one.

First launch

3-lance isn't code-signed yet, so both systems will want a word with you the first time. This is the standard hurdle for independent software — here's how to get past it.

On a Mac

  1. Open the .dmg and drag 3-lance to Applications.
  2. Right-click the app and choose Open. A plain double-click will be refused.
  3. Click Open again in the dialog. Only needed once.

On Windows

  1. Run the installer.
  2. SmartScreen may say "Windows protected your PC". Click More info.
  3. Click Run anyway. Only needed once.

Start writing

Free, offline, and yours. Your notes never leave the machine unless you ask them to.

Download for MacApple Silicon & Intel · .dmg Download for Windows64-bit · installer