@ShenHuang: 测试一下华语圈的文化自信 一个DeepSeek TUI项目的作者,在X上发两句中文,来一趟中国。项目就可以拿 30 k star 我学习中文几十年,每年回无数趟中国。 我在谷歌的 AI mode 做 Harness。经验蒸馏下来做的 De…
摘要
作者发布了一个名为OpenSeek的开源TUI编码代理工具,支持多提供商路由和丰富功能,同时表达了对华语圈文化自信的不满。
查看缓存全文
缓存时间: 2026/05/17 01:25
测试一下华语圈的文化自信
一个DeepSeek TUI项目的作者,在X上发两句中文,来一趟中国。项目就可以拿 30 k star
我学习中文几十年,每年回无数趟中国。
我在谷歌的 AI mode 做 Harness。经验蒸馏下来做的 DeekSeek TUI - openseek 只有 5 star,还有一个是自己和朋友的。
Why
LichAmnesia/openseek
Source: https://github.com/LichAmnesia/openseek
OpenSeek - 广度求索
中文: README-zh.md Website: https://openseek.dev/
Open-source TUI coding agent — a TypeScript / Bun monorepo.
Lightweight terminal coding companion with multi-provider routing (OpenAI-compatible / Anthropic / Bedrock / Vertex / Azure), 50+ tools, 100+ slash commands, Plan / Agent / YOLO modes, MCP client, LSP feedback, and a headless HTTP/SSE runtime API.
Requirements
- macOS or Linux (Windows: use WSL2)
- Bun ≥ 1.3 — required at runtime, not optional. The
codebase uses
Bun.spawn/Bun.serve/Bun.file; node alone cannot run it. Even if you install vianpm i -g, theopenseekcommand shells out tobunat startup and will fail withenv: bun: No such file or directoryif bun is not on your PATH.
Install
Step 1 — install bun (skip if already installed)
curl -fsSL https://bun.sh/install | bash # any Unix
brew install oven-sh/bun/bun # macOS (Homebrew)
Verify: bun --version should print ≥ 1.3.0.
Step 2 — install openseek
Pick one. All three put openseek on your PATH.
# A. npm
npm install -g openseek
# B. bun (same registry as A, smoother if you already use bun)
bun add -g openseek
# C. From source (recommended while iterating)
git clone https://github.com/LichAmnesia/openseek.git
cd openseek
bun install
bun run build
ln -sf "$PWD/bin/openseek" ~/.local/bin/openseek
Step 3 — run
openseek # start the TUI
openseek doctor # health check
openseek serve --http # headless HTTP/SSE on :7117
Develop
bun install
bun run dev # boots the CLI directly from TypeScript sources, no build needed
Verify
bun run lint # biome
bun run typecheck # tsc --noEmit
bun run test # bun test
bun run verify # all three
Repo layout
openseek/
├── packages/ 14 workspace packages
│ ├── core/ shared leaf utilities
│ ├── provider/ 25+ provider adapters (Vercel ai SDK)
│ ├── session/ main agent loop + compaction strategies
│ ├── tool/ built-in tool registry
│ ├── command/ slash-command registry
│ ├── tui/ @opentui/solid terminal renderer
│ ├── mcp/ MCP client (stdio / SSE / websocket)
│ ├── skill/ skill loader
│ ├── agent/ sub-agents + RLM fan-out
│ ├── memory/ SessionMemory
│ ├── plugin/ plugin protocol
│ ├── server/ HTTP / SSE runtime API
│ ├── lsp/ LSP client (tsserver, rust-analyzer, pyright, ...)
│ └── cli/ entrypoint
├── scripts/ init / build / lint / typecheck / test / verify
├── tests/ cross-package smoke / e2e / coverage gate
├── install/ curl-bash installer + Brewfile + Nix expression
├── bin/openseek executable shim
└── package.json bun workspaces root
License
See LICENSE.
相似文章
@ShenHuang: 开源项目没人 star 其实跟代码质量、发布时间、甚至功能都没关系。 鲸鱼哥 DeepSeek-TUI 5/1 那条推文 375K View 收 900 star,我自己做的类似的开源产品 OpenSeek 昨天发布的帖子 51K Vie…
这篇推文分析了开源项目获得star的秘诀,指出关键在于早期在大V评论区建立身份认知,而不只是代码质量。作者以自己的OpenSeek和鲸鱼哥的DeepSeek-TUI为例,说明触达率和后续商业化的重要性。
@Lonely__MH: 宣布个事:DeepSeek v4 中文写作就是当之无愧的神! 亲测把 Opus 4.8 和 DeepSeek-v4-pro 同台竞技。 结果:Opus 4.8 直接被按在地上疯狂摩擦 事实证明,中文还得看国产之光! 膜拜下梁圣
个人测试称DeepSeek v4在中文写作上超越了Opus 4.8,认为DeepSeek v4是当前中文写作最强的模型。
@shachepi: 天下苦沉浸式翻译久矣。 除了昨天的陪读蛙,KISS Translator 也是个顶级平替。 纯粹,完全开源。界面清爽。除了网页翻译,它同样自建接口支持非常全(Claude、Gemini 等各类AI都能接)。不想被商业插件割韭菜,用这种自接…
天下苦沉浸式翻译久矣。 除了昨天的陪读蛙,KISS Translator 也是个顶级平替。 纯粹,完全开源。界面清爽。除了网页翻译,它同样自建接口支持非常全(Claude、Gemini 等各类AI都能接)。不想被商业插件割韭菜,用这种自接 API 的最稳,加载也快,效果还好! 还没找到顺手平替的,再试试这个。 项目地址:https://github点com/fishjar/kiss-translator
@shengkun_ye: 微信和RedNote目前拥有最好的AI写作能力。但你不会中文。我构建了一个技能,让你的智能体可以重新…
构建了一个技能,允许AI智能体阅读中文社交媒体(微信、RedNote),通过克服语言障碍来利用它们的AI写作能力。
@WEB3_furture: 如何高效获取中英文区最有价值的信息流? 这两个是社区普遍推荐的免费开源工具,能自动抓取中英文区全网热点、AI筛选高价值内容、生成翻译+深度分析简报并一键推送 1. TrendRadar(58k+ stars) 中文区:自动抓取知乎、抖音、…
推荐两个免费开源工具:TrendRadar(中文区,58k+ stars)和Horizon(英文区,4.6k+ stars),能自动抓取全网热点、AI筛选高价值内容、生成翻译与分析简报并一键推送至多种平台。