Cette page est affichée en anglais. Une traduction française est en cours.
SkillsMay 11, 2026·2 min de lecture

term.everything — Run Any GUI Application in the Terminal

A tool that renders graphical applications directly in the terminal using character cells, enabling GUI apps over SSH and in terminal-only environments.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 98/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
term.everything Overview
Commande CLI universelle
npx tokrepo install 52a7da5e-4d12-11f1-9bc6-00163e2b0d79

Introduction

term.everything is a tool that renders graphical desktop applications directly inside a terminal emulator. It acts as a lightweight Wayland compositor that outputs to character cells, enabling you to run GUI apps over SSH, in tmux, or on headless servers.

What term.everything Does

  • Renders GUI applications as colored character cells in any terminal
  • Acts as a Wayland compositor that outputs to the terminal instead of a display
  • Supports mouse input, scrolling, and keyboard passthrough
  • Works over SSH for running remote GUI apps without X11 forwarding
  • Handles window management for multiple GUI apps in terminal panes

Architecture Overview

term.everything implements a minimal Wayland compositor in Go. When a GUI application renders frames, the compositor captures them and converts pixel data to colored terminal characters using Unicode block elements. Input events from the terminal are translated back to Wayland input events, completing the bidirectional bridge.

Self-Hosting & Configuration

  • Install via go install or download pre-built binaries
  • Requires a terminal with true-color (24-bit) support for best results
  • Works with Alacritty, Kitty, iTerm2, WezTerm, and most modern terminals
  • Configure character resolution and frame rate via command-line flags
  • Supports Wayland-native apps; X11 apps work via XWayland

Key Features

  • Run any GUI application inside a terminal — browsers, editors, viewers
  • Works over SSH without X11 forwarding or VNC
  • Supports true-color rendering for readable output
  • Mouse and keyboard input fully bridged to the GUI app
  • Lightweight Go binary with minimal system requirements

Comparison with Similar Tools

  • X11 forwarding — requires X server on client; term.everything needs only a terminal
  • VNC/RDP — heavyweight remote desktop protocols; term.everything is zero-config
  • Neko — browser-in-Docker via WebRTC; term.everything runs natively in terminal
  • Sixel/Kitty graphics — image protocols, not interactive GUI bridging
  • tmux/screen — terminal multiplexers without GUI app support

FAQ

Q: How readable are GUI apps rendered in the terminal? A: Modern terminals with true-color and Unicode block characters produce surprisingly usable output, especially at higher terminal resolutions.

Q: Does it work with all GUI apps? A: It supports Wayland-native applications. X11 apps require XWayland.

Q: Can I use it over SSH? A: Yes. That is a primary use case — run remote GUI apps with just an SSH connection.

Q: What terminal emulators are supported? A: Any terminal with 24-bit color support works. Alacritty, Kitty, iTerm2, and WezTerm are recommended.

Sources

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires