经 AI Skill Hub 精选评估,stynx-code 获评「推荐使用」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
stynx-code是一款开源AI工具,提供TUI界面,帮助用户与LLM进行工作协作。它是基于Rust语言开发的,可安装使用,支持多种功能,包括代码编写、提示等。值得关注的开源项目,值得学习和使用。
stynx-code 是一款基于 Rust 开发的开源工具,专注于 stynx-code、claude、code 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
stynx-code是一款开源AI工具,提供TUI界面,帮助用户与LLM进行工作协作。它是基于Rust语言开发的,可安装使用,支持多种功能,包括代码编写、提示等。值得关注的开源项目,值得学习和使用。
stynx-code 是一款基于 Rust 开发的开源工具,专注于 stynx-code、claude、code 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:cargo install(推荐) cargo install stynx-code # 方式二:从源码编译 git clone https://github.com/maulanasdqn/stynx-code cd stynx-code cargo build --release # 二进制在 ./target/release/stynx-code
# 查看帮助 stynx-code --help # 基本运行 stynx-code [options] <input> # 详细使用说明请查阅文档 # https://github.com/maulanasdqn/stynx-code
# stynx-code 配置说明 # 查看配置选项 stynx-code --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export STYNX_CODE_CONFIG="/path/to/config.yml"
An interactive AI coding assistant for the terminal. Multi-provider, tool-using, fast.
____ _____ __ __ _ _ __ __
/ ___| |_ _|\ \ / /| \ | |\ \/ /
\___ \ | | \ V / | \| | \ /
___) | | | | | | |\ | / \
|____/ |_| |_| |_| \_|/_/\_\
c o d e
The product is stynx-code. The command you'll actually type is stynx.
```bash
```bash
~/.stynx/settings.json (global) and .stynx/settings.json (project-local) get merged. ~/.claude/settings.json is only read for the auth_token field (Claude Code OAuth compatibility). Schema:
{
"model": "claude-sonnet-4-6",
"max_turns": 200,
"max_tokens": 8192,
"effort": "medium",
"commit_attribution": false,
"interns": [
{ "name": "deepseek", "provider": "deepseek", "model": "deepseek-chat" }
],
"permissions": {
"allow": ["bash:cargo *", "read:*"],
"deny": ["bash:rm -rf*"]
},
"hooks": {
"SessionStart": [{ "command": "scripts/session-start.sh" }],
"PreToolUse": [{ "matcher": "file_write", "command": "scripts/check.sh" }],
"PostToolUse": [{ "command": "scripts/audit.sh" }]
}
}
commit_attribution: false (the default) tells the assistant to omit AI/assistant attribution from commits — no Co-Authored-By: trailers, no 🤖 Generated with …. Set it to true if you want attribution back.
Run /config inside the session to see the merged view.
DEEPSEEK_API_KEY=sk-... OPENROUTER_API_KEY=sk-or-... OPENROUTER_INTERNS=qwen-coder:qwen/qwen3-coder,haiku:anthropic/claude-haiku-4.5,kimi:moonshotai/kimi-k2,gemini-flash:google/gemini-2.5-flash,mimo:mimo-v2.5-pro
> refactor every println! in src/foo.rs to tracing::info!; hand it to the qwen-coder intern
The senior (Claude) calls `delegate_to_qwen_coder` (or any other registered intern) with a focused task description. The intern runs with a restricted toolset — bash, read, file_write, file_edit, glob, grep — and cannot spawn further sub-agents. It returns `Summary / Files changed / Output`. The senior reviews and integrates.
Direct invocation:
/intern # show available interns /intern list every public function and one-line them # picks the first intern /intern qwen-coder write a unit test for util::strip_ansi ```
When multiple interns are configured, the senior picks based on each tool's description — so write descriptions that say what each intern is good at (speed, cost, specialty). The intern's transcript is shown as a system message in the conversation, including any tool calls it made.
stynx-code是一款值得关注的开源AI工具,提供了TUI界面,帮助用户与LLM进行工作协作。虽然它的功能还不够完善,但值得学习和使用。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
AI Skill Hub 点评:stynx-code 的核心功能完整,质量良好。对于AI 技术爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | stynx-code |
| 原始描述 | 开源AI工具:stynx-code is a self-contained TUI for getting work done with an LLM.。⭐13 · Rust |
| Topics | stynx-codeclaudecoderust |
| GitHub | https://github.com/maulanasdqn/stynx-code |
| 语言 | Rust |
收录时间:2026-06-06 · 更新时间:2026-06-06 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。