Ghostty Terminal

pending

by John Jeong

Embedded Ghostty-powered terminal view.

10 starsUpdated 1mo agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

Obsidian Ghostty Terminal

Minimal Obsidian plugin scaffold for a Ghostty-powered terminal view.

Development

  1. Install dependencies:
    bun install
    
  2. Build the native VT core (requires Zig 0.14.1):
    bun run build:native
    
    If running inside Obsidian, build against its Electron headers:
    bun run build:native:electron
    
    Rebuild node-pty for Obsidian’s Electron:
    bun run build:pty:electron
    
  3. Build in watch mode:
    bun run dev
    
  4. Copy the plugin folder into your vault at .obsidian/plugins/obsidian-ghostty/ and enable it in Obsidian.

Native build prerequisites

  • Zig 0.14.1 (auto-download with bun run bootstrap:zig, or set ZIG=/path/to/zig)
  • Ghostty sources are vendored under vendor/ghostty

Build

bun run build

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.