A quiet plain-text editor. Line numbers, fast launch, one file per window — for the config tweak, the scratch TODO, the log you just need to read.
# deploy checklist
- bump version in the three files
- tag v0.1.6
- push, promote the draft
keep it boring. it just edits text.
Line numbers, soft wrap at 90 columns, undo history, and a built-in search bar. Nothing past that.
Ships its own typeface so files look the same everywhere. Ligatures on, 14px by default.
Scale the text from 12 to 28px. Your choice is remembered between sessions.
CodeMirror's search bar handles it. No find-and-replace dialog to learn.
Open a file, get a window. Close it when you're done. There's no project to manage.
Small binary, real file associations, no Electron.
One-liner — downloads the AppImage to ~/.local/bin, marks it executable, and registers a launcher entry. Re-run to upgrade.
curl -fsSL https://krill-software.github.io/install.sh | bash -s text-editor
Clone, install dependencies, and build with Tauri. Needs Node (with pnpm) and a Rust toolchain.
# clone git clone https://github.com/krill-software/text-editor.git cd text-editor # build pnpm install pnpm tauri build