terminal editor · linux · rust
It opens before
you finish blinking.
Ziro is a featherlight terminal text editor for Linux. No Electron. No Chromium. No unnecessary layers between you and your keystrokes.
why
Every modern editor makes you pay somewhere.
goals
What Ziro is built to get right.
Fast cold launch
Startup time you can feel, not one you have to estimate.
Native terminal experience
Runs anywhere your shell does, no GUI runtime required.
Rope-based text engine
Edits at any file size without copying the whole buffer.
Tree-sitter syntax highlighting
Incremental parsing that stays correct while you type.
LSP support
Autocomplete, go-to-definition, diagnostics — the full deal.
Zero config to start
Sane defaults. Customize when you want to, not before you can use it.
Minimal resource usage
A text editor should not need half your RAM.
stack
Built with a small, boring toolset.
status
Early development. Nothing is stable yet.
Don't reach for Ziro as your daily driver just yet — this is the real, current build state.
install
Two commands. Pick one.
Both scripts need sudo to move the
binary to /usr/local/bin. Read the
script first if you're cautious about piping curl to bash.