█████ █████ █████ ██ ██
██ ██ ██ ██ ██
█████ █████ █████ ████
██ ██ ██ ██ ██
█████ █████ █████ ██ ██
DeepSeek native
AI coding agent
DeepSeek 原生
AI 编程助手
Open source seek — powered by DeepSeek. 开源 seek — 由 DeepSeek 驱动。
why seek 为何选择
Built different. 生而不同。
DeepSeek-native, not a generic LLM wrapper. Every line optimises for cost, speed, and minimalism. DeepSeek 原生,不是泛用 LLM 封装。每一行代码都为成本、速度和极简优化。
DeepSeek V4-Flash prefix-cache pricing. 97% hit rate after turn 5 — the cache discipline pays out in real savings. Off-peak window (UTC+8 00:30–08:30) takes another 50% off. DeepSeek V4-Flash 前缀缓存定价。第 5 轮后命中率 97%——缓存纪律带来真实节约。错峰时段(北京时间 00:30–08:30)再打 5 折。
Go-built, no Python/Node runtime, no npm install. Drop it on macOS, Linux, or Windows and it works. go install or grab a tarball.
Go 编译,无需 Python/Node 运行时,无需 npm install。放到 macOS、Linux 或 Windows 上就能用。go install 或下载压缩包即可。
pricing 定价
Cost per 1M tokens. 每百万 token 成本。
Real API pricing, not marketing. Cache hit rate is visible in the status bar so you can optimise for it. 真实 API 价格,不是营销话术。缓存命中率在状态栏实时可见,方便你针对性优化。
| seek (V4-Flash) | seek (V4-Pro) | Claude Sonnet 4 | |
|---|---|---|---|
| Input (cache miss) 输入(未命中缓存) | $0.14 | $0.435¹ | $3.00 |
| Input (prefix cache hit) 输入(前缀缓存命中) | $0.0028 | $0.0036 | $0.30 |
| Output 输出 | $0.28 | $0.87 | $15.00 |
| Off-peak discount 错峰折扣 | 50% off 5 折 | 50% off 5 折 | — |
¹ V4-Pro at 75%-off promo rate; full rack: $1.74 / $0.0145 / $3.48 ¹ V4-Pro 为 75% 折扣促销价;全价:$1.74 / $0.0145 / $3.48
capabilities 能力
What you get. 功能一览。
Everything you expect from a modern coding agent — none of the bloat. 现代编程助手该有的都有——没有臃肿。
MCP server
Extend with any MCP-compatible tool server集成任意 MCP 兼容工具服务
Custom skills自定义技能
.md + frontmatter — compatible with Claude Code skills兼容 Claude Code 技能
Session persistence会话持久化
Save, fork, branch, compact — full lifecycle保存、分叉、分支、压缩——完整生命周期
Multi-provider多模型支持
DeepSeek + Anthropic + OpenAI + Gemini + compatible兼容
JSON-RPC 2.0
Headless mode for IDE integration无头模式,用于 IDE 集成
Permission system权限系统
Granular filesystem & shell access control细粒度的文件系统和 shell 访问控制
Bilingual双语
Chinese & English — prompts, errors, docs中文 & English — 提示、错误、文档
Zero telemetry零遥测
Your API key, your data, your terminal.你的 API key、你的数据、你的终端。
install 安装
One binary, anywhere. 一个二进制,随处可用。
No runtime deps, no package manager required. Pick your path. 无需运行时依赖,无需包管理器。选一种方式。
macOS / Linux (curl pipe) macOS / Linux(curl 管道)
Pulls the latest release — no Go toolchain needed. 拉取最新版本——无需 Go 工具链。
$ curl -fsSL https://github.com/whyiyhw/seek/releases/latest/download/seek_$(uname -s)_$(uname -m).tar.gz | tar -xz -C /usr/local/bin seek
Go install (from source) Go 安装(从源码)
Requires Go 1.25+. Installs to $GOPATH/bin.
需要 Go 1.25+。安装到 $GOPATH/bin。
$ go install github.com/whyiyhw/seek/cmd/seek@latest
Windows
Download the zip from the releases page and unpack it. 从发布页下载 zip 并解压。
$ # Grab seek_*_windows_amd64.zip from github.com/whyiyhw/seek/releases# 从 github.com/whyiyhw/seek/releases 下载 seek_*_windows_amd64.zip
Upgrade 升级
Built-in atomic in-place update — no re-download needed. 内置原子级原地更新——无需重新下载。
$ seek -upgrade # replaces the running binary atomically# 原子替换正在运行的二进制
export needed.
首次运行会引导你配置 provider——无需手动 export。