No bundled browser runtime
The interface is SwiftUI and AppKit. There is no embedded Chromium, which is the single largest line item in most modern editors’ memory use.

A guide to a much-abused word
Every editor calls itself lightweight. Almost none of them publish a number, and the ones that do rarely say what they measured or on what. Here is our number, what it is, and — more usefully — what it is not.
The mechanism
Weight in an editor comes from a short list of decisions. Naming them is more useful than a number, because they tell you how the app will behave on your files rather than on ours.
The interface is SwiftUI and AppKit. There is no embedded Chromium, which is the single largest line item in most modern editors’ memory use.
Nothing walks your folder in the background building a symbol database. Folder search reads files when you search and not before, which is why there is no “indexing…” state to wait out.
The document map, the lexer and the diff view do work in response to what you are doing, rather than maintaining a live model of a project you have not asked about.
The whole notarized disk image. Size on disk is not the same as memory use, but it is the one number nobody can fudge.
Layouts, tabs, untitled documents and unsaved edits come back after a quit or a crash, which removes the reason to leave an editor running purely to avoid losing state.
The features that make an editor heavy are absent, and that is a trade rather than an achievement — see the limits below.
Specifics
One session, one machine, one build. It is offered as evidence that we measured something, not as a ceiling or a promise about your files.
| Measurement | Value |
|---|---|
| Activity Monitor | 69.9 MB |
| Physical footprint (Apple’s footprint tool) | 70.3 MB |
| Peak footprint in the session | 106.7 MB |
| Session length | 2 h 34 min |
| Machine | Apple M5 Pro · 24 GB |
| System | macOS 26.5.2 |
| Build observed | Studio 1.0 |
| Date observed | 26 August 2026 |
Read from the Linelark Studio 1.4.0 source, not from its documentation. Where the two disagree, this is the one that ships.
Before you rely on it
Published with its caveats attached, because a memory figure without them is worth nothing and everybody knows it.
Free, and staying free
Apple-notarized, macOS 14 and newer, Intel and Apple silicon.
Choose a release 6.5 MB · versioned checksums on the download page