ChaosEngineAI AI技能包 是 AI Skill Hub 本期精选AI工具之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
本地AI工作站,支持发现、运行、聊天、benchmark和生成图片等功能。
ChaosEngineAI AI技能包 是一款基于 Python 开发的开源工具,专注于 AI、Python 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
本地AI工作站,支持发现、运行、聊天、benchmark和生成图片等功能。
ChaosEngineAI AI技能包 是一款基于 Python 开发的开源工具,专注于 AI、Python 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install chaosengineai
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install chaosengineai
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/cryptopoly/ChaosEngineAI
cd ChaosEngineAI
pip install -e .
# 验证安装
python -c "import chaosengineai; print('安装成功')"
# 命令行使用
chaosengineai --help
# 基本用法
chaosengineai input_file -o output_file
# Python 代码中调用
import chaosengineai
# 示例
result = chaosengineai.process("input")
print(result)
# chaosengineai 配置文件示例(config.yml) app: name: "chaosengineai" debug: false log_level: "INFO" # 运行时指定配置文件 chaosengineai --config config.yml # 或通过环境变量配置 export CHAOSENGINEAI_API_KEY="your-key" export CHAOSENGINEAI_OUTPUT_DIR="./output"
<p align="center"> <img src="./ChaosEngineAI_AppIcon.svg" alt="ChaosEngineAI" width="200" /> </p>
<p align="center"> <strong>The local AI model runner for serious tinkerers.</strong><br/> Discover, convert, serve, chat with, benchmark, and generate images and video from open-weight models — all on your own machine. </p>
<p align="center"> <img alt="Status" src="https://img.shields.io/badge/status-work%20in%20progress-f59e0b?style=flat-square" /> <img alt="Platform" src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-1f2937?style=flat-square" /> <img alt="Shell" src="https://img.shields.io/badge/shell-Tauri%202-24c8db?style=flat-square" /> <img alt="Backend" src="https://img.shields.io/badge/backend-Python%20%2B%20llama.cpp-3776ab?style=flat-square" /> <img alt="Acceleration" src="https://img.shields.io/badge/Apple%20Silicon-MLX-000000?style=flat-square" /> <img alt="License" src="https://img.shields.io/badge/license-Apache--2.0-4b5563?style=flat-square" /> </p>
⚠️ Work in progress. ChaosEngineAI is under active development. Expect rough edges, breaking changes between versions, and features that appear (and occasionally disappear) from one release to the next. Feedback and issue reports are very welcome.
<p align="center"> <img src="./docs/tour.gif" alt="ChaosEngineAI tour" width="900" /> </p>
---

The launchpad. Surfaces backend health, the engine in use, the currently loaded model, hardware (platform, arch, memory), and quick stats from the warm pool. Big colored badges tell you instantly whether the runtime is online and what cache mode it will use on the next launch.
top_p, top_k, min_p, repeat_penalty, seed, mirostat, reasoning_effort, JSON-schema constrained outputllama-embedding + cosine retrievalWan-AI/Wan2.{1,2}-* reposuseUiScale---
npm install

Your installed image model library. See which Stable Diffusion models are ready for generation — each card shows size, diffusion pipeline, resolution, and a one-click Generate to jump straight into Image Studio.
Head to the Releases page for signed builds:
| Platform | File | Notes |
|---|---|---|
| **macOS** (Apple Silicon) | ChaosEngineAI_*_aarch64.dmg | Signed + notarized |
| **Linux** | ChaosEngineAI_*_amd64.AppImage | Portable, in-app updates supported |
| **Linux** (Debian/Ubuntu) | ChaosEngineAI_*_amd64.deb | Install via dpkg, update via apt |
| **Windows** | ChaosEngineAI_*_x64-setup.exe | Unsigned for now — SmartScreen will warn on first run |
From v0.4.21 onward, every install auto-updates from GitHub Releases on launch. Updates are cryptographically signed.
---
Releases are tag-driven. Push vX.Y.Z and the GitHub Actions release workflow builds signed bundles for macOS, Linux, and Windows in parallel, generates the latest.json updater manifest, and stages a draft release.
```bash
npm run stage:runtime:release npm run tauri:build
Release artifacts land in `src-tauri/target/release/bundle/`.
For an unsigned local macOS app + DMG without Apple signing/notarization or Tauri updater signing configured:
bash
npm run release:macos -- --skip-sign --skip-notarize ```
That writes the local app + DMG to releases/macos/.
---
Prereqs: Rust toolchain, Node 20+, Python 3.11+, and (on macOS) Xcode command-line tools.
```bash

All your generated images in one place. Search by prompt, model, or runtime; filter by frame size and sort order. Each card shows the source model, generation settings, and quick actions to re-run with the same seed or open in Image Studio.
---

The launch modal. Pick a variant, set context length, choose the engine, and tune runtime strategy knobs in one place, pre-populated from your defaults.

Configure model and cache directories, remote-provider fallbacks, Hugging Face tokens for gated models, data-directory migration, integration snippets for external tools, default launch preferences (cache strategy, FP16 layers, fused attention, context tokens, fit-in-memory toggle), and advanced runtime knobs. Every default in this panel is reused as the starting state for the launch modal.
---

Start, stop, and inspect a local OpenAI-compatible HTTP server backed by the loaded model. Shows the bind address, warm-pool entries, request count, active connections, LAN exposure, preferred port, auto-start controls, and a remote-test panel with copyable curl commands for /health, /models, and /chat/completions.
llama-embedding + cosine retrievalweb_search, calculator, code_executor, file_reader, plus stdio MCP client (JSON-RPC) so any local MCP server is callable from chat. Tool results render as table / code / markdown / image based on the returned shape.valid / partial / script-error / blank-render / no-html validation, persistent history, plus retry + repair flowstop_p, top_k, min_p, repeat_penalty, seed, mirostat, reasoning_effort, json_schema)Inspect built-in and external plugins across cache strategies, inference engines, tools, model sources, and post-processors. Plugins can be enabled or disabled from the UI, and external plugins are discovered from the app's plugin directory.

Every benchmark you've ever run, side-by-side. Pick two runs and the page diffs them across throughput, latency, and quality metrics — perfect for proving that your new quant actually pays its keep.
ChaosEngineAI 是一个本地 AI 模型运行器,专为严肃的探索者设计。它允许您发现、转换、服务、与、benchmark 和生成图像和视频,从开源权重模型中——所有在您的机器上。
- 发现开源权重模型的列表和一键拉取 - My Models 库,格式、大小、上下文和修改日期排序 - 转换管道,将 Hugging Face 检查点转换为 MLX (Apple Silicon) - 服务模式,暴露一个 OpenAI 兼容的 REST API - 与加载的模型进行聊天,包括文档附件
1. 安装 JS 依赖项 npm install
下载并安装:前往 [Releases](https://github.com/cryptopoly/ChaosEngineAI/releases/latest) 页面获取签名构建:| 平台 | 文件 | 备注 | |---|---|---| | macOS (Apple Silicon) | ChaosEngineAI_*_aarch64.dmg | 签名 + 记录 | | Linux | ChaosEngineAI_*_amd64.AppImage | 可移植,内嵌更新支持 | | Linux (Debian/Ubuntu) | ChaosEngineAI_*_amd64.deb | 安装 via dpkg,u
快速启动(从源代码):前置条件:Rust 工具链,Node 20+,Python 3.11+,以及(在 macOS 上)Xcode 命令行工具。
- 数据目录重定位,迁移/复制支持 - 远程提供商配置,存储本地,密钥掩码和 HTTPS 验证 - 继续.dev、Goose、Cursor 和 Claude 代码的集成片段通过本地 OpenAI 兼容 API
服务 — *OpenAI 兼容的本地 API*:启动,停止和检查一个由加载的模型支持的本地 OpenAI 兼容 HTTP 服务器。显示绑定地址,暖池条目,请求计数,活动连接,LAN 暴露,首选端口,自动启动控制,和一个远程测试面板,复制
- 多线程聊天,固定会话,持久历史,内线程重命名,和每线程运行时内存 - 会话分支 - 从任何助手消息分叉到一个兄弟线程 - 内线程比较 - 在助手气泡下渲染兄弟变体 - 中线程模式
该工具提供了一个完整的本地AI工作站功能,支持多种AI应用,但其代码质量和文档不够完善。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,ChaosEngineAI AI技能包 在AI工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | ChaosEngineAI |
| 原始描述 | 开源AI工具:Local AI workstation — discover, run, chat, benchmark, and generate images from 。⭐20 · Python |
| Topics | AIPython |
| GitHub | https://github.com/cryptopoly/ChaosEngineAI |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-17 · 更新时间:2026-05-24 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。