经 AI Skill Hub 精选评估,开源AI工具:Advanced code editor 获评「推荐使用」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
Advanced code editor使用本地AI,提供高效的代码编辑体验,突出其在开发者工具中的价值。
开源AI工具:Advanced code editor 是一款基于 Rust 开发的开源工具,专注于 ai-coding、cli、code-editor 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
Advanced code editor使用本地AI,提供高效的代码编辑体验,突出其在开发者工具中的价值。
开源AI工具:Advanced code editor 是一款基于 Rust 开发的开源工具,专注于 ai-coding、cli、code-editor 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:cargo install(推荐) cargo install orangu # 方式二:从源码编译 git clone https://github.com/mnemosyne-systems/orangu cd orangu cargo build --release # 二进制在 ./target/release/orangu
# 查看帮助 orangu --help # 基本运行 orangu [options] <input> # 详细使用说明请查阅文档 # https://github.com/mnemosyne-systems/orangu
# orangu 配置说明 # 查看配置选项 orangu --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export ORANGU_CONFIG="/path/to/config.yml"
orangu is a local workspace-aware tool-driven coding environment for OpenAI-compatible servers - especially llama.cpp.
orangu does not require an Internet connection after llama.cpp and models have been downloaded.
orangu is named after the Orangutan - the smartest ape.

/help, /models, /list_files, /show_file, /tools, /diff, /status, /log, /pull, /rebase, /merge, /checkout, /add_file, /remove_file, /move_file, /cherry_pick, /commit, /amend, /push, /init_repo, /squash, /delete, and /open_fileopen README.md, list models, list files, pull 58, log, status, rebase, merge feature/foo, checkout main, add README.md, remove README.md, move old.rs new.rs, cherry pick abc1234, commit "[#42] My feature", amend "[#42] My feature", push, force push, init repo, squash, delete feature/foo, and show helpThinking (...) and llama.cpp-native Working @ X.Y t/s (...)Esc request cancellationInstall the tools needed to build and run orangu from source:
dnf install -y git rust cargo gcc
The following commands build an optimized release binary:
git clone https://github.com/mnemosyne-systems/orangu.git
cd orangu
cargo build --release
The binary will be available at:
target/release/orangu
To install it system-wide:
sudo install -Dm755 target/release/orangu /usr/local/bin/orangu
The following commands build a debug binary:
git clone https://github.com/mnemosyne-systems/orangu.git
cd orangu
cargo build
The binary will be available at:
target/debug/orangu
Start from the sample configuration:
cp doc/etc/orangu.conf ./orangu.conf
Default configuration lookup order:
./orangu.conf~/.orangu/orangu.confRun the client:
orangu --config ./orangu.conf
Or run it directly from the build tree:
./target/release/orangu --config ./orangu.conf
By default, local tools operate on the current working directory. Use --workspace /path/to/project to point orangu at another tree.
Useful first commands:
/help
/tools
/models
/list_files
/open_file README.md
/show_file README.md
/amend "[#42] My feature"
/cherry_pick abc1234
/commit "[#42] My feature"
/delete feature/foo
/log
/squash
/status
或angu是一个开源的AI工具,使用Rust开发,提供高效的代码编辑体验,值得关注。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ GPL 3.0 — 强 Copyleft,衍生作品须开源,含专利保护条款,不可闭源使用。
AI Skill Hub 点评:开源AI工具:Advanced code editor 的核心功能完整,质量良好。对于AI 技术爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | orangu |
| 原始描述 | 开源AI工具:Advanced code editor using local AI。⭐11 · Rust |
| Topics | ai-codingclicode-editorcoding-assistantdeveloper-tools |
| GitHub | https://github.com/mnemosyne-systems/orangu |
| License | GPL-3.0 |
| 语言 | Rust |
收录时间:2026-05-21 · 更新时间:2026-05-30 · License:GPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。