Retrieve every draft you keep — a fast, focused macOS editor with a calm dark workspace.
Requires macOS 26 or later · Apple silicon
Nyxd Editor began as two stubborn wishes — and it honours both, completely.
Open anything you’re handed. A zip, a binary, a PDF, a .docx, an unknown blob — there’s always a way in. Drop it on the menu-bar icon and it opens. Every time.
Lose nothing you write. Code, a credential, a command, an email draft, a stray comment — saved the instant it exists, and found again in a keystroke.
Every editor window elsewhere on this page is drawn in CSS. These four aren't. Read the status bar in each one.
Not a summary, not the first megabyte — the whole file, scrollable end to end, highlighted, caret already in it. Nothing is loaded into RAM: the bytes stay memory-mapped and only the lines on screen are ever drawn. 70 ms is what the app reported for that open. Run through the benchmark harness instead, this exact file measures 167 ms to usable, median of five — a stricter clock on the same 6.98 GB.

Offsets down the left, decoded ASCII down the right, and the file's magic bytes
sitting on line one: .PNG … IHDR. Nothing to install, nothing to
configure, and no "cannot open file" dialog.

Transparency drawn as a checkerboard instead of guessed at, and the details already
on screen — PNG · 2940×1912 · 8-bit RGBA · 4.2 MB — no Get Info, no
round trip. Open the folder and that sidebar becomes the quickest image browser on
your machine: arrow down the list, each one is simply there.

Not source with the asterisks left in, and not a preview in a second window.
⌘ + and ⌘ − size it to your eyes and the typeface follows;
</> drops you back into the source instantly.

Offsets down the left, sixteen bytes to a row, decoded ASCII down the right — and the file's magic number sitting on line one.
⌘ P reaches every command, every theme and every file in the folder, over whatever you happen to be reading.
Open the folder and arrow down it. Every image is simply there, transparency drawn rather than guessed at, and the format read out for you.
Detected as a MariaDB dump, highlighted and mapped, with nothing installed — and the status bar telling you exactly what it cost.
We'd be glad if Nyxd Editor ended up as your fallback editor — the one you reach for when nothing else will open the thing. Every file, every container, every binary, at any size. And, we think, the fastest app in that category.
Captured on an Apple M2 from builds 2.5.46 and 2.5.53. The four frames above are whole windows, untouched. The close-ups are regions lifted from those same captures — magnified, never redrawn.
Not a fork bolted onto an aging core. Nyxd Editor’s v2 engine was written from the very first line with one priority: maximum performance. Text streams straight from a memory-mapped piece table instead of being loaded whole — so launch is instant in most cases, and even a 1 GB file opens before you blink.
Every figure above is a real BenchKit gate result from one release build on one Apple M2 — the same run shown in the table below. Not targets, not projections. Real numbers vary with disk, file and machine; the architecture is built so the common case is the fast case.
These are Nyxd Editor's own BenchKit gates — the suite that has to
pass before a release ships — run on this machine, at this version. Two of them currently
don't pass. They're in the table anyway.
A real 6.98 GB MariaDB dump reaches usable in 167 ms, and scrolling it end to end costs 2 ms more. Both are faster than the 10,000-line Swift file beside them, because huge files take the viewport path: only the lines on screen are drawn, and syntax highlighting is skipped entirely. Small files get the highlighter, and pay for it. Resident memory with the dump open was 0.03 GB — 0.004× the file, because the bytes are memory-mapped and never read as a whole.
Measured 31 July 2026 via BENCH_HUGE=1 swift run -c release Bench e2e
on an Apple M2 running macOS 26.5.2 — release build of nyxd 2.5.64. Every gate but
one runs against BenchKit's own generated corpus; the 6.98 GB row is the same P2 gate pointed
at a real MariaDB dump (6,983,358,724 bytes), and its figure is the median of five consecutive
runs, which spanned 162–205 ms. Sizes from the signed nyxd.app bundle
(8.5 MB on disk, 3.1 MB zipped). One machine: your disk, file and hardware will move
these.
A few of the details Nyxd Editor gets right for you every day — animated by hand, never stock.
A few features are marked Direct download only — they run other programs on your Mac (an interpreter, an unarchiver, a formatter), and Apple’s App Store sandbox forbids that outright. There is no setting or permission that turns them on. Everything else is identical in both builds.
Draft some code, jot a note, or just start typing. Everything you write is archived to your folder the moment it exists — no Save dialog, no lost scratch. Organized on disk, easy to manage, always yours.
A search engine built on Apple's Swift frameworks indexes every draft. Type a rough, half-remembered, typo-ridden query and the ensemble ranker still surfaces the right snippet — exact, prefix, stem, typo, trigram and on-device semantic signals, combined.
UI controls — buttons, toggles, sliders, focus rings — pick up the active theme's accent instead of the macOS default.
Honestly, they're so good-looking you'll probably want to devour every last one. Don't say we didn't warn you.