AI Skill Hub 强烈推荐:Ivy框架 是一款优质的AI工具。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
Ivy框架 是一款基于 C# 开发的开源工具,专注于 C#、AI、内部工具 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
Ivy框架 是一款基于 C# 开发的开源工具,专注于 C#、AI、内部工具 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/Ivy-Interactive/Ivy-Framework cd Ivy-Framework # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 ivy-framework --help # 基本运行 ivy-framework [options] <input> # 详细使用说明请查阅文档 # https://github.com/Ivy-Interactive/Ivy-Framework
# ivy-framework 配置说明 # 查看配置选项 ivy-framework --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export IVY_FRAMEWORK_CONFIG="/path/to/config.yml"
Ivy is a modern C# framework that lets you build reactive full-stack web applications entirely in pure C# - using familiar React-style components, hooks, and declarative patterns. No frontend/backend split, no HTML/CSS/JS - just write type-safe C# code and ship beautiful, production-ready internal tools at lightning speed.
Quick Start • Docs • Samples • Examples • Current Sprint • Roadmap
Ivy takes a lot of inspiration from frameworks like React. If you know React, you'll feel right at home. Here's a simple counter app built with Ivy:
public class SimpleCounterApp : ViewBase
{
public override object? Build()
{
var count = UseState(0);
UseEffect(() =>
{
Console.WriteLine($"Count changed to: {count.Value}");
}, [count]);
return Layout.Vertical(
Text.Block($"Count: {count.Value}"),
new Button("Increment", onClick: _ => count.Set(count.Value + 1))
);
}
}
⚠️ Note: Ivy.Console is still in beta, and the agentic features require an account. Register for a free account to be among the first to try these features.
Make sure you have the following prerequisites installed: - .NET 10 SDK
dotnet tool install -g Ivy.Console
2. Install Vite+ CLI: Ivy uses the vp (Vite+) CLI for frontend orchestration. Install it globally:
npm install -g vite-plus
ivy init --hello
ivy run --browse
You can also run ivy samples to see all the components that Ivy offers and ivy docs for documentation.
高质量的内部工具构建框架,支持LLM代码生成
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,Ivy框架 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | Ivy-Framework |
| 原始描述 | 开源AI工具:The ultimate framework for building internal tools with LLM code generation by u。⭐422 · C# |
| Topics | C#AI内部工具 |
| GitHub | https://github.com/Ivy-Interactive/Ivy-Framework |
| License | Apache-2.0 |
| 语言 | C# |
收录时间:2026-06-03 · 更新时间:2026-06-03 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。