Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Multi-device terminal server for AI coding agents. Server-side VTE, session persistence, file browser, web preview, plugin system. Self-hosted.
| Date | Stars |
|---|---|
| 2026-07-31 | 503 |
| 2026-08-03 | 511 |
| 2026-08-06 | 511 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
<p align="center"> <img src="docs/public/images/logo.png" alt="Dinotty Logo" width="200" /> </p> <h1 align="center">Dinotty</h1> <p align="center"> <a href="https://github.com/xichan96/dinotty/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue" alt="License"></a> <img src="https://img.shields.io/badge/language-Rust-orange" alt="Rust"> <img src="https://img.shields.io/badge/frontend-Vue%203-brightgreen" alt="Vue 3"> <a href="https://xichan96.github.io/dinotty/"><img src="https://img.shields.io/badge/docs-dinotty-8a8a8a" alt="Docs"></a> <a href="https://github.com/xichan96/dinotty/stargazers"><img src="https://img.shields.io/github/stars/xichan96/dinotty?style=social" alt="GitHub Stars"></a> <a href="https://github.com/xichan96/dinotty/releases"><img src="https://img.shields.io/github/downloads/xichan96/dinotty/total" alt="GitHub Downloads"></a> <a href="https://github.com/xichan96/dinotty/issues"><img src="https://img.shields.io/github/issues/xichan96/dinotty" alt="GitHub Issues"></a> </p> <p align="center"> 中文 | <a href="./docs/README.en.md">English</a> | <a href="./docs/README.ru.md">Русский</a> | <a href="./docs/README.pt.md">Português</a> | <a href="./docs/README.ko.md">한국어</a> | <a href="./docs/README.es.md">Español</a> | <a href="./docs/README.de.md">Deutsch</a> | <a href="./docs/README.fr.md">Français</a> </p> --- 为 **Coding Agent** 打造的**多端同步**终端服务器。在任意设备上运行 Claude Code、opencode、Codex 或 OpenClaw,桌面端专业高效,移动端随时掌控——无缝切换,会话永不丢失。 ## 截图 <p align="center"> <img src="docs/public/images/1.png" alt="手机上运行 Claude Code" width="250" /> <img src="docs/public/images/2.png" alt="完整键盘布局与 htop" width="250" /> <img src="docs/public/images/3.png" alt="主题设置" width="250" /> </p> <p align="center"> <img src="docs/public/images/4.png" alt="快捷键盘自定义" width="250" /> <img src="docs/public/images/5.png" alt="系统监控" width="250" /> <img src="docs/public/images/6.png" alt="通知系统" width="250" /> </p> <p align="center"> <img src="docs/public/images/7.png" alt="平板横屏桌面级布局" width="500" /> </p> ## 桌面端演示 桌面端同样专业好用,媲美 iTerm2 的终端体验: **分屏广播** — 可拖拽的多面板分屏,一个 pane 输入,多个 pane 同步执行: <p align="center"> <img src="docs/public/images/gif/1-split-broadcast.gif" alt="分屏广播演示" width="600" /> </p> **命令收藏** — 右键终端文本直接收藏,分组管理,一键执行: <p align="center"> <img src="docs/public/images/gif/2-command-bookmark.gif" alt="命令收藏演示" width="600" /> </p> **SSH 连接与文件浏览器** — 内建 SSH 客户端,远程会话与本地体验一致,SFTP 文件管理全覆盖: <p align="center"> <img src="docs/public/images/gif/3-ssh-file-browser.gif" alt="SSH 连接与文件浏览器演示" width="600" /> </p> **工作区管理与 Mission Control** — 多工作区隔离,Mission Control 概览,快速切换: <p align="center"> <img src="docs/public/images/gif/4-workspace-mission-control.gif" alt="工作区管理演示" width="600" /> </p> **插件系统** — JS 插件热重载,内置 CC Switch、JSON Formatter 等: <p align="center"> <img src="docs/public/images/gif/5-plugin.gif" alt="插件系统演示" width="600" /> </p> **统一布局系统** - 终端、插件、文件浏览器、网页预览皆为 pane,可拖拽分屏、跨 Tab 移动、提取为新 Tab: <p align="center"> <img src="docs/public/images/gif/6-layout-sys.gif" alt="统一布局系统演示" width="600" /> </p> ## 为什么选择 Dinotty? 终端 Coding Agent(Claude Code、opencode、Codex、OpenClaw 等)功能强大,但它们被束缚在单一终端窗口里。Dinotty 让你: - **在任意设备上管理 agent**——桌面端深度编码,离开工位时手机扫码即可继续查看和管理 agent 工作,工作连贯不中断 - **多端同步,无缝切换**——电脑上写到一半,掏出手机继续;回到电脑,一切原样 - **直接验证 agent 产出**——代码 diff、渲染的网页、生成的文件,内置浏览器一目了然 - **永远不会丢失会话**——断网、息屏、切换设备——回来后一切都在原处 ### 轻量级——不是远程桌面 | | Dinotty | 远程桌面 (VNC/RDP/Parsec) | |---|---|---| | **传输数据** | 纯文本(JSON,字节流) | 全屏像素流,30-60 fps | | **带宽消耗** | 通常 ~1–10 KB/s | ~1–10 MB/s(多 100–1000 倍) | | **移动网络友好** | ✅ 3G/4G 下流畅无延迟 | ❌ 卡顿、高延迟、流量消耗大 | | **弱信号容忍度** | ✅ 自动重连,无画面丢失 | ❌ 画面冻结、输入延迟 | | **电量消耗** | 低(文本渲染) | 高(视频解码) | | **分辨率适配** | 任意尺寸下原生文本渲染 | 位图缩放,手机上模糊 | | **交互方式** | 原生触控 + 自定义键盘 | 模拟鼠标,桌面 UI 在手机上很小 | ## 核心特性 - **服务端虚拟终端** — 完整 VTE 解析,服务端掌握精确屏幕状态,支持会话恢复与屏幕快照 - **会话持久化** — PTY 进程在断网后存活,自动重连 + 指数退避,刷新页面即可恢复 - **分屏与多 Tab** — 可拖拽分屏、多 Tab 管理,服务端主导的 Pane 生命周期 - **工作区管理** — 多工作区隔离,Mission Control 概览,工作区级插件 Tab - **广播模式** —
Excerpt of 9,170 characters
Read on GitHub485
95
16
14
12
10
3
2
nzlov
2
2
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:fa61f13672e92ed3, topic:ai-coding