GlassTerm is a terminal emulator for macOS that embraces the Liquid Glass UI of macOS Tahoe, built using the excellent SwiftTerm library.
I built this mostly for myself, seeking a simple and lightweight but aesthetically pleasing terminal for my setup (It's something nice to look at when debugging your actual code that isn't working!) Configuration options are delibrately limited as a result.
Global options such as font size, style, and default window color scheme are configurable via the menu bar. Hovering over the title bar reveals an "edit" icon that can be used to set custom titles and window colors on a per-window or per-tab basis (useful for quickly distinguishing between multiple open windows). New tabs can be created using the (⌘+T) keyboard shortcut.
- Transparent Liquid Glass background
- Optional color tinting (per-window or global)
- Tabbing
- System color schemes for light/dark mode
- Font customization (style, size)
- Less than 5MB
- That's about it (so far)
- macOS 26.0 (Tahoe) or later
Download from Releases, or build from source:
git clone https://github.com/adamlechowicz/GlassTerm.git
cd GlassTerm
open TerminalApp/GlassTerm.xcodeprojThen build and run in Xcode.
| Action | Shortcut |
|---|---|
| New Window | ⌘+N |
| New Tab | ⌘+T |
| Close | ⌘+W |
| Bigger Font | ⌘++ |
| Smaller Font | ⌘+- |
| Reset Font | ⌘+0 |
- SwiftTerm by Miguel de Icaza does all the heavy lifting
MIT




