经 AI Skill Hub 精选评估,Aiden AI工作流引擎 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。
本地优先的开源AI执行运行时,支持Windows和Linux。提供安全的自动化工作流和AI代理能力,集成多种AI技能工具。适合需要构建本地化AI自动化系统、隐私敏感的企业和开发者使用。
Aiden AI工作流引擎 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
本地优先的开源AI执行运行时,支持Windows和Linux。提供安全的自动化工作流和AI代理能力,集成多种AI技能工具。适合需要构建本地化AI自动化系统、隐私敏感的企业和开发者使用。
Aiden AI工作流引擎 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g aiden # 方式二:npx 直接运行(无需安装) npx aiden --help # 方式三:项目依赖安装 npm install aiden # 方式四:从源码运行 git clone https://github.com/taracodlabs/aiden cd aiden npm install npm start
# 命令行使用
aiden --help
# 基本用法
aiden [options] <input>
# Node.js 代码中使用
const aiden = require('aiden');
const result = await aiden.run(options);
console.log(result);
# aiden 配置说明 # 查看配置选项 aiden --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AIDEN_CONFIG="/path/to/config.yml"
<img width="1672" height="941" alt="AIDEN BOOTUP LOGO" src="https://github.com/user-attachments/assets/c0809009-73e2-4d58-9292-12fbd0324952" />
█████╗ ██╗██████╗ ███████╗███╗ ██╗
██╔══██╗██║██╔══██╗██╔════╝████╗ ██║
███████║██║██║ ██║█████╗ ██╔██╗ ██║
██╔══██║██║██║ ██║██╔══╝ ██║╚██╗██║
██║ ██║██║██████╔╝███████╗██║ ╚████║
╚═╝ ╚═╝╚═╝╚═════╝ ╚══════╝╚═╝ ╚═══╝
Autonomous AI Engine — local-first, Windows-native, yours to own
74 skills · 60 tools · 19 providers · 9 channels · AGPL-3.0
Windows · Linux · WSL · macOS (API Mode) <div align="center">
Aiden's UI got an identity, and pasting actually works now.
Aiden now spawns workers and learns from itself.
spawn_sub_agent runs a focused child with an isolated context + intersected toolset; subagent_fanout runs N children in parallel (ensemble or partition) with merge strategies (all / vote / pick-best / combine) and provider rotation across configured fallback slots./spawn-pause on|off|status blocks new sub-agent spawning while in-flight children continue. Marker file at ~/.aiden/spawn.paused so the state survives restart and is shared across REPL, daemon, and MCP runtimes. Optional reason field captured in the typed SUBAGENT_SPAWN_PAUSED error envelope.failure_signatures, recovery_reports); /recovery list|show|clear surfaces recurring failure patterns across sessions.runs row; sub-agent children link back via spawned_from_run_id. aiden runs list hides children by default and shows a (N children, M OK) badge per parent; --include-children flips to flat view./planner-guard on or AIDEN_PLANNER_GUARD=1 for smaller local models./models fetch, 3-step connection probe, success screen, and /walkthrough guided tour. Phase 2 also fixed an MCP-mode subagent_fanout regression that had silently broken in the v4.5 refactor.<br>
Aiden now wakes up by itself.
AIDEN_DAEMON=1 boots a background service with a SQLite-backed trigger bus. File watchers, webhook endpoints, IMAP polling, and cron schedules all feed the same durable queue.AidenAgent turn runs end-to-end — same tools, same sandbox, same recovery pipeline as your interactive REPL. Surface the chain with aiden runs show <id>./sandbox on|off./sandbox, /tce, /browser-depth, /daemon status, /suggestions, /update — toggle every subsystem without restart. Choices persist to config.yaml./update CLI. Boot prompt when a newer version is on npm. Skip-this-version persistence. Install-method detection (npm-global / npx / standalone).Full v4.5 internals: docs/v4.5/ (overview, triggers, architecture, daemon on Linux/macOS/Windows, troubleshooting).
<br>
| Category | What Aiden does |
|---|---|
| **Inference & providers** | 19 providers: Anthropic, OpenAI, Groq, Gemini, OpenRouter, Together, NVIDIA NIM, DeepSeek, Mistral, Z.ai, Kimi, MiniMax, Hugging Face, Ollama (fully offline), Nous Portal, custom OpenAI-compatible endpoints. OAuth subscription routing for Claude Pro and ChatGPT Plus. |
| **60 built-in tools** | Web search & fetch, deep research, YouTube search, Playwright browser automation (10 tools), file ops, process control, shell exec, code execution, system info, screenshot, clipboard, app launch, media keys, MCP bridge, memory ops, session list/search/summary/recall, skill view/list/manage, aiden_self_update. |
| **74 bundled skills** | Composable workflows each with a SKILL.md prompt, optional helper scripts, and tool requirements. GitHub PR/issue workflows, NSE / Upstox / Zerodha trading, Censys / Shodan / VirusTotal lookups, Windows Defender / Task Scheduler, Docker management, YouTube content tools, and more. |
| **Self-promoting memory** | USER.md + SOUL.md identity, plus MEMORY.md split between durable facts (compression-protected) and recent-session distillations. Each session ends with a structured summary that graduates durable facts into the protected section. Semantic recall over past sessions via recall_session. |
| **Voice** | Edge TTS / Windows SAPI text-to-speech, speech-to-text helpers. |
| **Channel adapters** | Discord, Slack, Telegram, WhatsApp, Email (IMAP+SMTP), Webhook, Twilio SMS, iMessage (macOS), Signal — any channel triggers the same agent loop. |
| **Computer use** | Screenshot capture, screen-state vision loop, browser automation. Mouse/keyboard automation partial. |
| **v4.5 daemon mode (opt-in)** | File watcher / webhook / email IMAP / scheduled triggers route through a durable trigger bus consumed by the Phase 5a dispatcher. Triggers fire → real agent runs → tool calls execute → run_events captures the chain. **Off by default.** |
| **Plugins** | Three bundled plugins: Chrome DevTools Protocol bridge, Claude Pro OAuth, ChatGPT Plus OAuth. Permission-state machine (pending-grant / loaded / suspended). |
| **MCP** | Model Context Protocol bridge — stdio + HTTP transports, schema discovery, tool dispatch. |
| **Security moat** | Tiered approval engine (safe / caution / dangerous), dangerous-command pattern classifier, honesty enforcement (post-loop scan rewrites false claims), memory guard, planner-guard tool narrowing, SSRF-safe URL fetcher, secret/PII pre-write scanner, skill-teacher (auto-create skills from successful flows). |
<br>
npx aiden-runtime
npm uninstall -g aiden-runtime
To also wipe your local Aiden home (config, sessions, memory, skills):
```bash
For best visual rendering, Aiden looks crispest with:
Aiden works on any terminal but glyphs and color depth may degrade gracefully on older / minimal setups.
The first time you run aiden, you'll see:
/models API for the current catalogTip: try /walkthroughTo re-run the wizard later:
aiden setup
To diagnose without re-running:
aiden doctor
<br>
Aiden reads ~/.aiden/config.yaml (Linux/macOS) or %LOCALAPPDATA%\aiden\config.yaml (Windows). The setup wizard writes a starter config on first boot; subsequent edits are diff-merged.
| Variable | Default | Effect |
|---|---|---|
AIDEN_DAEMON | 0 | Set to 1 to boot the daemon foundation alongside the REPL |
AIDEN_DAEMON_PORT | 4200 | Daemon HTTP listener port |
AIDEN_DAEMON_BIND | 127.0.0.1 | Loopback-only by default; non-loopback requires AIDEN_API_KEY |
AIDEN_DAEMON_DAILY_BUDGET | unset | Hard daily token cap across daemon turns; resets midnight UTC |
AIDEN_DAEMON_MODEL | unset | Override model for daemon turns (<provider>/<model>) |
AIDEN_SANDBOX | 1 | 0 to disable filesystem allowlist + Docker session backend |
AIDEN_TCE | 1 | 0 to disable continuous error recovery |
AIDEN_BROWSER_DEPTH | 1 | 0 to disable state-aware browser observation |
AIDEN_API_KEY | unset | Required for non-loopback daemon bind |
AIDEN_NO_UPDATE_CHECK | 0 | Set to 1 to silence the boot-time update probe |
AIDEN_PLANNER_GUARD | 0 | Set to 1 to enable keyword-based tool narrowing (helps smaller local models) |
Most flags are also flippable live via slash commands.
<br>
/model · /personality · /skin · /streaming · /reasoning · /verbose · /debug-prompt · /identity
| Command | What it does |
|---|---|
aiden | Start the REPL (runs setup wizard on first launch) |
aiden setup | Re-run the onboarding wizard |
aiden doctor | Diagnose providers, auth, config, and environment |
aiden --version | Print the installed version |
aiden --help | Show the full CLI manual |
aiden update | Check for and install updates |
aiden daemon start | Run the daemon in foreground |
aiden daemon install | Install daemon as system service (systemd / launchd / Task Scheduler) |
aiden daemon status | Show daemon health, recent triggers, run history |
aiden trigger add file --path <p> | Add a file-watcher trigger |
aiden trigger add webhook --label <n> | Add an HTTP webhook trigger |
aiden trigger add cron --schedule "<expr>" | Add a scheduled trigger |
aiden trigger list | List all configured triggers |
aiden runs list | List recent agent runs (interactive + daemon) |
aiden runs show <id> | Inspect a specific run's tool chain |
aiden runs stats | Aggregate stats across runs |
<br>
Common issues live in docs/v4.5/troubleshooting.md. Quick reference:
~/.aiden/daemon/runtime.lock; remove itgithub / gitlab / generic)tests/v4/daemon/soak/README.md)--no-ui/help doesn't list a command — that command likely needs an active session field; run from a real REPLnpm install permission errors on Windows — install into a real folder (not a drive root like S:\)<br>
项目架构清晰,本地优先理念符合隐私趋势。工作流和AI代理集成度高,社区活跃度良好,是企业级自动化的有力选择。
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
AI Skill Hub 点评:Aiden AI工作流引擎 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | aiden |
| 原始描述 | 开源AI工作流:Local-first AI execution runtime for windows & linux — secure automation · AGPL-。⭐397 · TypeScript |
| Topics | 工作流AI代理本地执行自动化开源 |
| GitHub | https://github.com/taracodlabs/aiden |
| License | AGPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-05-21 · 更新时间:2026-05-22 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端