Download Latest Version v0.3.4 source code.zip (731.8 kB)
Email in envelope

Get an email when there's a new version of wterm

Home / v0.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-30 1.1 kB
v0.3.0 source code.tar.gz 2026-04-30 565.7 kB
v0.3.0 source code.zip 2026-04-30 660.1 kB
Totals: 3 Items   1.2 MB 0

New Features

  • Ghostty core — new @wterm/ghostty package with GhosttyCore implementing TerminalCore via libghostty compiled to WASM, providing an alternative terminal rendering engine (#62)
  • TerminalCore interface — extracted into a standalone module in @wterm/core so custom cores (like Ghostty) can be swapped in cleanly (#62)
  • Ghostty example — minimal vanilla TypeScript example using @wterm/ghostty and @wterm/dom (#62)
  • Ghostty docs page — install, quick start, how it works, and switching cores guide (#62)

Improvements

  • Write coalescing — output writes are now batched with setTimeout in the DOM renderer to reduce animation flashing (#62)
  • innerHTML renderer — switched to innerHTML for fewer DOM operations per frame (#62)
  • Deferred PTY spawn — PTY is now spawned on first RESIZE event to eliminate the stray zsh % artifact (#62)
  • Local example routes — split into / (built-in core) and /ghostty with a core toggle (#62)

Contributors

  • @ctate
Source: README.md, updated 2026-04-30