OpenShell Agent工作流 是 AI Skill Hub 本期精选AI工具之一。已获得 6.0k 颗 GitHub Star,综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
OpenShell Agent工作流 是一款基于 Rust 开发的开源工具,专注于 AI智能体、工作流引擎、开源运行时 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
OpenShell Agent工作流 是一款基于 Rust 开发的开源工具,专注于 AI智能体、工作流引擎、开源运行时 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:cargo install(推荐) cargo install openshell # 方式二:从源码编译 git clone https://github.com/NVIDIA/OpenShell cd OpenShell cargo build --release # 二进制在 ./target/release/openshell
# 查看帮助 openshell --help # 基本运行 openshell [options] <input> # 详细使用说明请查阅文档 # https://github.com/NVIDIA/OpenShell
# openshell 配置说明 # 查看配置选项 openshell --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export OPENSHELL_CONFIG="/path/to/config.yml"
<picture> <source media="(prefers-color-scheme: dark)" srcset="docs/brand/assets/openshell-banner-dark.png"> <source media="(prefers-color-scheme: light)" srcset="docs/brand/assets/openshell-banner-light.png"> <img alt="OpenShell" src="docs/brand/assets/openshell-banner-light.png" width="430"> </picture>
OpenShell is the safe, private runtime for autonomous AI agents. It provides sandboxed execution environments that protect your data, credentials, and infrastructure — governed by declarative YAML policies that prevent unauthorized file access, data exfiltration, and uncontrolled network activity.
OpenShell is built agent-first. It ships public agent skills for using and operating OpenShell, plus separate repository-aware workflows for contributors and maintainers.
Binary (recommended):
curl -LsSf https://raw.githubusercontent.com/NVIDIA/OpenShell/main/install.sh | sh
The installer installs the latest stable release by default. To install a specific version, set OPENSHELL_VERSION. A dev release is also available that tracks the latest commit on main.
The openshell package on PyPI provides the Python SDK only. It does not install the openshell CLI. Add the SDK to a Python project with uv:
uv add openshell
Helm chart:
Experimental — the Kubernetes deployment path is under active development. Expect rough edges and breaking changes.
Deploy the OpenShell gateway into a Kubernetes cluster from the OCI chart published to GHCR:
helm install openshell oci://ghcr.io/nvidia/openshell/helm-chart
See deploy/helm/openshell/README.md for available versions, dev tag conventions, and configuration.
For deploying OpenShell on OpenShift, see deploy/helm/openshell/README.md#install-on-openshift.
sandbox$ exit openshell policy set demo --policy examples/sandbox-policy-quickstart/policy.yaml --wait
高质量开源项目,Rust实现保证性能和安全性。专注于AI智能体的安全运行,契合隐私计算趋势,适合企业应用场景。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,OpenShell Agent工作流 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | OpenShell |
| 原始描述 | 开源AI工作流:OpenShell is the safe, private runtime for autonomous AI agents.。⭐6.0k · Rust |
| Topics | AI智能体工作流引擎开源运行时Rust实现隐私安全 |
| GitHub | https://github.com/NVIDIA/OpenShell |
| License | Apache-2.0 |
| 语言 | Rust |
收录时间:2026-05-17 · 更新时间:2026-05-19 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。