AI Skill Hub 推荐使用:开源AI工作流 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
基于NixOS和Pi.Dev AI Agent的个人化、不可变的操作系统,提供AI工作流管理和自动化功能
开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
基于NixOS和Pi.Dev AI Agent的个人化、不可变的操作系统,提供AI工作流管理和自动化功能
开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g nazar-studio # 方式二:npx 直接运行(无需安装) npx nazar-studio --help # 方式三:项目依赖安装 npm install nazar-studio # 方式四:从源码运行 git clone https://github.com/alexradunet/nazar-studio cd nazar-studio npm install npm start
# 命令行使用
nazar-studio --help
# 基本用法
nazar-studio [options] <input>
# Node.js 代码中使用
const nazar_studio = require('nazar-studio');
const result = await nazar_studio.run(options);
console.log(result);
# nazar-studio 配置说明 # 查看配置选项 nazar-studio --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export NAZAR_STUDIO_CONFIG="/path/to/config.yml"
The studio for your life.
Nazar is an OS-agnostic Pi.Dev extension suite for building a personal AI assistant that knows what you keep, remembers what matters, and helps you orchestrate your life. It runs on whatever operating system you want — Linux, Windows, macOS, immutable distros, hobby boards — and stores everything in a portable Obsidian vault you own.
Memory, voice, music, messaging, and your knowledge base — woven together as a single personal world.
---
Nazar is a TypeScript Pi.Dev extension product packaged as @nazar/nazar-pi. It is intentionally:
---
Five core extensions and two starter Agent Skills:
Nazar runs as a set of extensions inside the Pi.Dev coding agent. Install Pi first per its docs.
pi install @nazar/nazar-pi
This registers the five extensions in your Pi settings. WhatsApp and local voice use optional adapter dependencies; install them only on machines that need those features.
Common environment variables (set in your shell profile):
| Variable | Default | Purpose |
|---|---|---|
NAZAR_HOME | (none) | Root of the private Obsidian vault |
PI_MEMORY_ROOT | $NAZAR_HOME/05_Nazar/runtime | Generated runtime state |
PI_MEMORY_PAGES_DIR | $NAZAR_HOME | Searchable vault/pages root |
PI_AI_MEMORY_DIR | $NAZAR_HOME/05_Nazar/llm-wiki/wiki | AI-maintained compiled wiki |
PI_HUMAN_MEMORY_DIR | $NAZAR_HOME | Human-authored memory pages |
If NAZAR_HOME and setup/env overrides are unset in a source checkout, Nazar may create a local memory/ development fallback. That folder is ignored by git and is not part of the public package.
Extension-specific configuration (Spotify OAuth, WhatsApp pairing, voice model paths) is set through the respective /spotify, /whatsapp, /voice setup flows. No secrets are stored in git.
---
| Extension | Commands | What it does |
|---|---|---|
**nazar** | /nazar-setup, /nazar-status | Post-install setup and status across memory, voice, WhatsApp, and Spotify. |
**memory** | /memory, memory_status, memory_search | Durable memory, generated rollups, searchable project knowledge. Ships with the integrated memory-janitor Agent Skill. |
**voice** | /tts, /voice, tts_toggle | Text-to-speech and push-to-talk voice input. Local Sherpa-ONNX models, no cloud dependency. |
**spotify** | /spotify, spotify_control | Spotify Web API control — play, queue, search, playlist management. |
**whatsapp** | (bridge) | A minimal one-whitelisted-contact WhatsApp bridge via Baileys. |
该项目提供了一个开源的AI工作流管理系统,基于NixOS和Pi.Dev AI Agent,提供了高效的操作系统和AI助手功能,值得关注
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
总体来看,开源AI工作流 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | nazar-studio |
| 原始描述 | 开源AI工作流:Personal User-Centric Immutable OS Based on NixOS and Pi.Dev AI Agent, where the。⭐8 · TypeScript |
| Topics | workflowagent-runtimeai-assistantautomation |
| GitHub | https://github.com/alexradunet/nazar-studio |
| 语言 | TypeScript |
收录时间:2026-05-28 · 更新时间:2026-05-30 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端