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 · .dmg Download for Windows64-bit · installer

Also for Intel 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.

Paste images onto boards

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

Jump anywhere

⌘K for any note or command. / at the start of a line for blocks.

Run your scripts

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

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 · .dmg Download for Windows64-bit · installer