Back to projects
in developmentv0.6.2

BriskEdit

A native macOS code editor that opens instantly, without the Electron bloat.

A SwiftUI and AppKit editor, not Electron, that opens instantly, stays under 120 MB idle, and runs your code from one button that figures out the toolchain itself. No tasks.json, no extension host, no second runtime.

Latest release
v0.6.2
Platform
macOS
Download
2 release assets
Updated
Sep 13, 2026
BriskEdit editing a Swift file with the file tree, tabs, and integrated terminal
Problem

You open VS Code to fix one typo and watch 2 GB of RAM vanish, an extension host pin a core, and a folder index spin for thirty seconds before you can type.

What I built

A native editor on TextKit 2 and AppKit with an integrated SwiftTerm terminal, a toolchain-discovering Run button, Markdown preview, gitignore-aware find, and LSP completion from the servers already on your machine. No Electron, no telemetry.

Developer setup

clonegit clone https://github.com/jx-grxf/BriskEdit.git && cd BriskEdit

Highlights

  • Opens a 100 MB file instantly: TextKit 2, no indexing at launch.
  • One Run button discovers the toolchain per file (clang, swiftc, python3, node, cargo, go).
  • Integrated SwiftTerm terminal, live Markdown preview, and gitignore-aware find-in-folder.
  • LSP completion and diagnostics from your own language servers. No marketplace, no telemetry, no Electron.