@VersunPan: I declare, Otty is my new favorite terminal tool! I love it so much, no wonder it's developed by the Typora team!! So many human-centric details, beautiful, and native!! I've already uninstalled cmux and Alacritty. I suggest you download and use it quickly. If you uninstall it, I lose!! I'll live stream eating...
Summary
A tweet enthusiastically promotes Otty, a new native, GPU-accelerated terminal app from the Typora team, praising its beautiful design and developer-friendly features.
View Cached Full Text
Cached at: 06/22/26, 01:41 AM
I declare Otty my new favorite terminal tool! Absolutely love it — no surprise it’s from the Typora team!! So many human-centric details, gorgeous, and native!! I’ve already uninstalled cmux and Alacritty. Go download it now — if you uninstall it, I’ll eat my keyboard live!! https://t.co/yLH9tdto7c
Otty — A fast, modern terminal
Source: https://otty.sh/
Otty
A native, beautiful terminal app. Designed for anyone who cares about the feel of every keystroke. Tuned for code agents you already run.
agent shell git:3000+ ⌘K zsh — review
⌃ ⌃ ~/web-app feat/socket-metadata $agent run --review socket.rs
- analyzing main-thread hot path…
- modified src/ipc/socket.rs
- self.flush_all_metadata();+ self.coalesce(&mut pending);+ if pending.len() > BATCH { flush() }
✓ 3 files · +42 −18 · 1.2s
$cargo bench socket_meta main-thread lag
58.3ms▸23.1ms
- watching · 2 agents active
agent online
AAgent· review
Coalesced the socket metadata writes — main-thread lag down ~60%. Patch applied & benched.
edit socket.rs bench ✓
open PR ↗
Reply to agent...
↑ socket.rs RUST 13 fn coalesce(&mut self, p: &mut Vec) {
14 for m in p.drain(..) {
15 self.buf.merge(m);
16 }
17 self.dirty = true; // batch
18 }
localhost:3000 ⟳
Ship faster. Live preview updates as the agent edits your code.
Get started
Docs
Pull Request #209 Merged 2h ago
Reduce main-thread lag from repeated socket metadata updates coalesce writes
+42 −18 ✓ 4 checks passed
Otty
Complex ADE
Simple where you start.
Otty sits between a traditional terminal and a full agent dev environment. Keep the focused, keyboard-first UI you already love — and gain the workflows you actually reach for, without the panels, buttons, and complexity of an IDE getting in the way.
Drag the handle to see how it compares.
Compare with
Modern from the ground up.
A native, GPU-accelerated terminal that feels like a modern app — designed for how you actually use a terminal in 2026.
One window, many threads.
Tabs, panes, and splits — laid out however you think. Pick up exactly where you left off.
Tab sidebar with live status badges and unread dots
Every command, a shortcut away.
Reach for what you need without leaving the keyboard. Tune the shortcuts and recipes that fit your workflow.
The command palette searching for commands
Command palette
Fuzzy-find any action.
Inline autocomplete
Ghost-text suggestions as you type.
Open Quickly
Jump between sessions instantly.
Snippets, commands & layouts
Custom recipes for your workflow.
Also, plays well with the agents you already run.
First-class affordances for the agents and chat sessions that now live inside your terminal.
Parallel agent tasks with progress monitoring
Want Otty?
Free for macOS, with no account required.
Download for Mac Apple Silicon
Download for Mac Intel
Windows / Linux is on the way
Similar Articles
Otty
Otty is a native macOS terminal emulator that combines native performance with a beautiful design.
@LuBtc888: Seriously, I barely touch tmux for multi-terminal management anymore. With http://herdr.dev and http://muxy.app, these two tools kick tmux's cumbersome configuration out of the game. No need to memorize complex shortcuts, no need to fiddle with config files—ready to use out of the box, a blessing for the lazy. Productivity tools...
Introduces two terminal multi-window management tools, Herdr and Muxy. Herdr is a Rust-based native terminal proxy runtime that supports persistence, mouse operations, and proxy state management, serving as a tmux alternative.
@Justin1024go: It’s here—MUX0, the open-source terminal built for Claude Code, OpenCode and Codex, is out! Sidebar & tab mgr, pane splitting, live AI status, all rendered with Ghostty.
MUX0, an open-source terminal multiplexer tuned for Claude Code, OpenCode and Codex, ships with sidebar/tab management, pane splitting and real-time AI status display.
@alin_zone: Wow, Obsidian has met its strongest competitor! I recently discovered a very interesting open-source project: Tolaria. It not only looks great, but its functionality is like a combination of Obsidian + Git + AI Agent workspace. It has both Obsidian's...
Introduces an open-source project called Tolaria, which is considered a strong competitor to Obsidian, combining Obsidian's Markdown notes, Git version control, and AI Agent workspace features, with characteristics like local-first, no account required, etc.
@eternityspring: As a Ghostty user, the most annoying thing: restarting the computer loses all terminals that have been open for days — each project has to be set up from scratch. After reading this article, I tried cmux and it completely solved the problem. cmux, like Ghostty, is based on the libghostty rendering engine: performance is identical, and it even reads Ghostty's existing themes and font configurations, making migration zero-cost.
cmux is an open-source macOS terminal based on Ghostty, supporting full state restoration, vertical workspaces, AI agent notification panels, and more, solving the issue of losing terminal layouts after restarts.