Back to browse
GitHub Repository

A terminal emulator that can render webviews directly inside the terminal, with built-in tmux integration.

0 starsRust

orzma – a terminal emulator that renders webviews inside the terminal

by notelm·Jul 6, 2026·2 points·4 comments

AI Analysis

●●SolidWizardryBold BetNiche Gem

Embedding webviews in terminals is technically wild, but the use case stays unclear.

Strengths
  • Rust SDK (ratatui_orzma) lets TUI apps embed webviews as native widgets
  • tmux control mode integration means existing tmux.conf keybindings work unchanged
  • TypeScript client provides window.orzma bridge for in-page communication
Weaknesses
  • Author admits early development with breaking changes, not production-ready
  • Use cases listed (charts, games, dev servers) don't justify terminal embedding
Target Audience

TUI developers wanting rich graphics in terminal apps

Similar To

Wezterm · Kitty · Alacritty

Post Description

I made this because I thought it would be useful to be able to use a webview in the terminal. I also provide an SDK called ratatui_orzma. For example, I think it could be used to render rich UI components such as charts with a webview as part of a TUI application, port web tools to ratatui, or embed games built with Wasm inside the terminal.

Similar Projects