@VersunPan: 我宣布,Otty 是我新的心头好终端工具!太爱了,不愧是 Typora 团队开发的!!太多以人为本的细节了,又好看,还是原生的!!我已经卸载了 cmux 和 Alacritty 了 建议你快去下载用,如果你卸载了算我输!!我直播吃。。。
摘要
A tweet enthusiastically promotes Otty, a new native, GPU-accelerated terminal app from the Typora team, praising its beautiful design and developer-friendly features.
查看缓存全文
缓存时间: 2026/06/22 01:41
我宣布,Otty 是我新的心头好终端工具!太爱了,不愧是 Typora 团队开发的!!太多以人为本的细节了,又好看,还是原生的!!我已经卸载了 cmux 和 Alacritty 了
建议你快去下载用,如果你卸载了算我输!!我直播吃。。。 https://t.co/yLH9tdto7c
Otty — A fast, modern terminal
Source: https://otty.sh/
A native, beautiful terminal app.
Designed for anyone who cares about the feel of every keystroke. Tuned for code agents you already run.
agentshellgit:3000+
⌘K
zsh — review⌄ ⌃
~/web-appfeat/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 lag58.3ms▸23.1ms
● watching · 2 agents active
agentonline
AAgent· review
Coalesced the socket metadata writes — main-thread lag down ~60%. Patch applied & benched.
edit socket.rsbench✓open PR ↗
Reply to agent…↑
socket.rsRUST
13fncoalesce(&mutself, p: &mutVec<Meta>) {
14forminp.drain(..) {
15self.buf.merge(m);
16}
17self.dirty =true;// batch
18}
localhost:3000⟳
Ship faster.
Live preview updates as the agent edits your code.
Get startedDocs
Pull Request#209
Merged2h ago
Reduce main-thread lag from repeated socket metadata updates
coalesce writes+42−18
✓ 4 checks passed
OttyComplex 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.

Every command, a shortcut away.
Reach for what you need without leaving the keyboard. Tune the shortcuts and recipes that fit your workflow.

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 theyou already run.
First-class affordances for the agents and chat sessions that now live inside your terminal.

Want Otty?
Free for macOS, with no account required.
Download for MacApple SiliconDownload for MacIntel
Windows / Linux is on the way
相似文章
Otty
Otty 是一款 macOS 原生终端模拟器,兼具原生性能与精美设计。
@LuBtc888: 说真的,多终端管理tmux我现在基本不碰了。 http://herdr.dev 和 http://muxy.app 这俩工具一用,直接把tmux那套繁琐配置踢出局。 不用记复杂快捷键,不用折腾配置文件,开箱即用,懒人福音。 效率工具这东西…
介绍 Herdr 和 Muxy 两款终端多窗口管理工具,Herdr 是一款基于 Rust 的终端原生代理运行时,支持持久化、鼠标操作和代理状态管理,可替代 tmux。
@Justin1024go: 来了,终于来了,适合Claude Code、OpenCode、Codex编码的终端 MUX0 开源发布了~ - 侧边栏管理、tab项管理、终端内部分割 - Claude Code、OpenCode、Codex运行状态显示 - 使用ghos…
MUX0, an open-source terminal multiplexer optimized for Claude Code, OpenCode and Codex, launches with sidebar/tab management, pane splitting and real-time AI status display.
@dingyi: 我现在都懒得用 tmux 了,直接用 https://herdr.dev 或 https://muxy.app 更方便,适合懒人。
Herdr 是一款基于终端的代理多路复用器,提供持久会话、代理感知以及原生的鼠标 TUI,定位为 tmux 的便捷替代方案。该推文还推荐了 muxy.app,适用于寻求更简单终端会话管理的用户。
@0xQiYan: 兄弟们,如果你的终端还停留在黑底白字,那你亏大了! 这款叫 ohmyzsh 的开源神器,GitHub 188K star,由全球2500多位编程大神共同打造。 最核心的亮点是,它几乎把一个完整的开发运维终端生态都打包好了。内置 300 多…
介绍 ohmyzsh 这款开源终端增强工具,拥有 188K GitHub star,内置 300 多款插件和 150 多款主题,支持命令补全、别名、错误修正等功能,适合开发者和运维人员。