Skip to content
Products/Build layer/ZITEXT Editor
Build layerFree forever

ZITEXT Editor

Fast, minimalist text editor for Mac, Windows and Linux. Edit with focus.

The free Notepad++ alternative, built with Rust and Tauri. Under 300ms startup, because it uses your operating system's native webview instead of bundling a copy of Chromium. Multi-cursor editing, 60+ language syntax highlighting and built-in JSON, XML and YAML tools.

Free forever. No account required. macOS, Windows, Linux.

ZITEXT 1.1.0
main.rsconfig.jsonREADME.md
123456789101112131415
use tauri::{Builder, Manager};
use std::fs;
#[tauri::command]
fn read_file(path: &str) -> Result<String, String> {
std::fs::read_to_string(path)
.map_err(|e| e.to_string())
}
fn main() {
Builder::default()
.invoke_handler(tauri::generate_handler![
read_file
])
.run(tauri::generate_context!())
RustUTF-8Ln 12, Col 43 cursors
<300ms
Startup time on every platform
60+
Languages with syntax highlighting
3
Platforms: macOS, Windows, Linux
Free
Forever, with no account required
Features

Powerful features, minimal footprint.

Everything a power user reaches for, and nothing that slows the editor down on the way to opening a file.

Blazing fast

Instant startup and low memory usage, so the editor is never the thing you are waiting on.

Beautiful themes

Light, dark and high-contrast themes included, to match your vibe and your monitor.

Custom keybindings

Fully customisable shortcuts, so you can keep the muscle memory you already have.

Smart file management

Tree view explorer, drag-and-drop support and automatic session restore.

Modern editing

Multi-cursor and column selection, regex find and replace, and inline JSON validation.

Data tools

Built-in JSON formatter and validator, plus XML and YAML tools. No plugin hunt.

Your work, protected

Atomic, conflict-aware saves, per-tab undo history and crash recovery keep your edits safe.

Who it is for

Built for developers, writers and power users.

macOS developers

Native macOS support with the power-user features you expect. Notepad++ does not run natively on the Mac; this does.

Performance seekers

Under 300ms startup, a low memory footprint and instant response, built with Rust and Tauri for native speed.

Power users

Multi-cursor editing, column selection, regex search, customisable shortcuts and a command palette.

Cross-platform teams

A consistent experience across macOS, Windows and Linux, so workflows and configurations travel with the team.

Why it is fast

No Electron. That is the whole trick.

Electron editors ship an entire copy of Chromium with the application. ZITEXT is built with Rust and Tauri, which use the operating system's own webview instead. You get under 300ms startup and a much smaller memory footprint, on every platform.

Read the source
macOS
.dmg
Native Apple Silicon (arm64) and Intel (x64) builds. macOS 10.15 Catalina or later.
Windows
.msi and .exe
Windows 10 64-bit or later.
Linux
.AppImage and .deb
Ubuntu 20.04+, Debian 10+, Fedora 36+ or equivalent.
Questions

Frequently asked.

ZITEXT is genuinely free: no paid tiers, no subscription, no account. It is open source and built by the Zitrino engineering team.

Is ZITEXT free?

Yes. ZITEXT is completely free forever on macOS, Windows and Linux. There are no paid tiers, no subscriptions, and no account is required to download or use it.

Does it run on Apple Silicon Macs?

Yes. ZITEXT ships a native Apple Silicon (arm64) build for M-series Macs, as well as a separate Intel (x64) build. It runs on macOS 10.15 Catalina or later.

Is it a good Notepad++ alternative for Mac?

Yes. Notepad++ does not run natively on macOS, and ZITEXT brings the same power-user editing to the Mac: multi-cursor editing, column selection, regex find and replace, and syntax highlighting for 60+ languages, in a fast native app.

Why is it faster than Electron editors?

ZITEXT is built with Rust and Tauri, which use the operating system’s native webview instead of bundling a full copy of Chromium the way Electron apps do. The result is under 300ms startup and a much smaller memory footprint.

What languages and formats are supported?

Syntax highlighting for 60+ programming languages, plus built-in tools to format and validate JSON, XML and YAML files.

Where is the source code?

ZITEXT is open source on GitHub at zitrino-oss/zitext-editor. Issues and pull requests are welcome, and there is an active Discord for questions.

Download ZITEXT free.

Join hundreds of developers coding with ZITEXT. No account, no trial period, no upgrade prompt. Open it and edit.