
























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
agentonline
A Agent · review
Coalesced the socket metadata writes — main-thread lag down ~60%. Patch applied & benched.
edit socket.rs bench ✓ open PR ↗
Reply to agent…↑
socket.rsRUST
13fn coalesce(&mut self, p: &mut Vec<Meta>) {
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 startedDocs
Pull Request#209
Merged2h ago
Reduce main-thread lag from repeated socket metadata updates
coalesce writes+42−18
✓ 4 checks passed
Otty Complex ADE
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
A native, GPU-accelerated terminal that feels like a modern app — designed for how you actually use a terminal in 2026.
Tabs, panes, and splits — laid out however you think. Pick up exactly where you left off.
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.
First-class affordances for the agents and chat sessions that now live inside your terminal.

Free for macOS, with no account required.
Download for Mac Apple Silicon Download for Mac Intel
Windows / Linux is on the way
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。