A terminal written from scratch in Rust for Windows and Mac: glass windows with a neon glow, a different color for every open window, and your own prompts easy to spot when you scroll back.



Trinidad Head is a headland on the Northern California coast, tied to the mainland by a strip of sand. The terminal is named for it because it's meant to connect things the same way: Windows and Linux in one window, and people and AI agents working on the same live sessions.
It isn't a copy of an existing terminal. The part that turns a shell's output into a screen, the Windows console host, and the renderer are all our own code. There's no Electron and no borrowed terminal engine. Each piece is a separate module, so other tools can build on it.
Colors up to 16 million, cursor control, scroll regions, wide characters, full-screen apps and window titles, all in a portable Rust module with no UI or OS code.
On Windows it runs PowerShell through the console host and draws with Direct2D. On the Mac it runs your login shell and draws with Apple's own graphics and text system.
Eight glow colors. Each new window picks one no other open window is using, so you can tell your terminals apart at a glance.
A dark glass window with a rippled edge, a neon rim and red, yellow and green buttons, drawn the same way on Windows 11 and macOS.
A reminder sits at the bottom of every Claude window. Type exit, then keep going, and the same conversation carries on with a free or local model. Pairs with Claude Code Local.
The title bar shows how long each keystroke takes to reach the screen, so speed gets measured instead of claimed.
A background service owns every shell, so closing the window or a crash doesn't lose your work, and a phone or web page can attach to the same session.
A Linux shell (through WSL) and a Windows shell side by side, with shared file paths, clipboard and history.
Every command is saved as a searchable record. Agents get their own tabs, risky commands can wait for your approval, and everything agents type is logged.
Screen-reader support, plugins, and a signed installer for Windows and Mac.
The source is on GitHub, with build steps for Windows and Mac. It's young and changing fast, and there's no signed installer yet.