tte: TUI Text Editor
A free terminal text editor for macOS, Linux, and Windows. Edit files with familiar shortcuts, tabs, and a mouse—right where you run your commands.
Install the terminal editor · Open the browser editor →
Edit files without leaving your terminal
Open notes, configuration files, or a project folder with tte .. Type directly, save with Ctrl+S, and switch between files in tabs.
Use it alongside command-line tools, in tmux, or on a remote machine over SSH. The file explorer and mouse controls make everyday edits easy to find.
Looking for an alternative to nano or Vim? Start with the TTE terminal editing guide to see its shortcuts and workflow.
Install TTE on macOS, Linux, or Windows
macOS or Linux — run it again anytime to update:
curl -fsSL https://trytte.com/install.sh | shAlpine Linux — install prerequisites as root (or with configured doas), then run the installer above as your normal user:
apk add --no-cache curl ca-certificatesAlpine, Arch, and Ubuntu setup · Add TTE to PATH for your shell
Windows PowerShell:
irm https://trytte.com/install.ps1 | iexOr download a binary directly:
Then open a workspace:
tte .Text files, Markdown, CSV, and document previews
Edit text and configuration files directly. Switch to a preview for reading Markdown, tables, and documents:
Documents are read in a separate process with time and memory limits, so a malformed
file costs an error message rather than your editor. Those previews are read-only — an encrypted
PDF asks for its password, and Ctrl+D exports what you are looking at to a
.md file beside the original, which is never rewritten.
Terminal editor keyboard shortcuts
Files changed behind your back follow Atom's rules: clean buffers reload automatically, conflicts keep your edits and ask before anything is lost, and unsaved drafts are stored in the session so you can resume after closing the terminal. Save and back up important files.
Get started with TTE
- How to edit files in the terminal — installation, saving, tabs, previews, and SSH clipboard setup.
- Free online text editor with offline storage — use the browser app, import files, and keep a local workspace.