经 AI Skill Hub 精选评估,TEDI 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
TEDI是一款开源AI工作流,集八大功能于一体,提供轻量级的开发工作流体验。它支持AI工作流的创建、编辑和管理,帮助开发者提高工作效率。
TEDI 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
TEDI是一款开源AI工作流,集八大功能于一体,提供轻量级的开发工作流体验。它支持AI工作流的创建、编辑和管理,帮助开发者提高工作效率。
TEDI 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g tedi # 方式二:npx 直接运行(无需安装) npx tedi --help # 方式三:项目依赖安装 npm install tedi # 方式四:从源码运行 git clone https://github.com/IlhamriSKY/TEDI cd TEDI npm install npm start
# 命令行使用
tedi --help
# 基本用法
tedi [options] <input>
# Node.js 代码中使用
const tedi = require('tedi');
const result = await tedi.run(options);
console.log(result);
# tedi 配置说明 # 查看配置选项 tedi --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export TEDI_CONFIG="/path/to/config.yml"
One lightweight app. Eight features. Your whole dev workflow in a single window.
<p> <img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="license" /> <img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey" alt="platform" /> <img src="https://img.shields.io/badge/footprint-~7--10%20MB-brightgreen" alt="footprint" /> <img src="https://img.shields.io/badge/telemetry-none-blue" alt="no telemetry" /> </p> </div>
---
| # | Feature | What it does |
|---|---|---|
| 1 | **Terminal multiplexer** | Native PTY terminals (zsh / bash / fish / pwsh) on xterm.js + WebGL, split horizontally/vertically, grouped into tabs, with shell integration (cwd + prompt markers via OSC 7 / 133), inline search, and link detection. Inactive tabs keep streaming in the background. |
| 2 | **SSH connection** | Connect to remote hosts (russh), open remote terminals, and browse/transfer files over an integrated **SFTP** explorer - all from a saved connection manager. |
| 3 | **SQL explorer** *(extension)* | Browse and query databases from a dedicated panel - delivered through TEDI's extension system (see feature 8), so it installs at runtime and updates independently. |
| 4 | **Code editor** | CodeMirror 6 with TS/JS, Rust, Python, PHP, HTML/CSS, JSON, Markdown, C/C++, Java, C#, SQL and more - plus inline AI autocomplete, diff view, Vim mode, image preview, and side-by-side Markdown preview. |
| 5 | **AI-native agent** | Bring-your-own-key agent (OpenAI, Anthropic, Google, Groq, xAI, Cerebras, DeepSeek, any OpenAI-compatible endpoint, and **local** LM Studio). Multi-agent / sub-agents, voice input, project memory via TEDI.md, and tools (read / write / grep / glob / shell) gated behind explicit approval. |
| 6 | **AI browser control** | A real in-app browser (native webview, not an iframe) that the agent can drive end-to-end: navigate, read the page, type like a human, click, scroll, and - as a last resort - screenshot the tab to *see* it. Group and rotate browser panes alongside your terminals. |
| 7 | **Workspaces** | Each workspace keeps a distinct project session (tab layout + working dirs) and switches instantly without re-opening folders. The header's open-folder picker spawns a terminal rooted at the chosen directory. |
| 8 | **Source control + extensions** | Inline Git diff / SCM pane for staging and reviewing changes, and a first-class **extension/plugin** system: install from a local .zip or a GitHub release and pull in settings, themes, slash commands, AI tools, commands, keybindings, and panels (this is how the SQL explorer above plugs in). |
…and it's all fully themeable - presets, custom colors, transparency, and extension-supplied themes - while staying lightweight.
Pre-built binaries: Releases.
Windows, macOS, and Linux (.deb, .rpm, .AppImage). Download the artifact for your OS and install. TEDI checks for updates automatically; re-download from Releases or check in Settings when a new version drops.
Prereqs:
.nvmrc pins it)pnpm install
pnpm tauri:dev # dev (isolated data dir, won't touch your installed TEDI's data)
pnpm tauri build # production bundle
Checks (see CONTRIBUTING.md for the full pre-PR list):
pnpm exec tsc --noEmit # frontend type-check
pnpm lint:imports # module import discipline
pnpm format:check # Prettier
cd src-tauri && cargo clippy # Rust lint
cd src-tauri && cargo fmt # Rust format
TEDI ships with a CLI that lets you open folders and files directly from the terminal.
tedi [PATH] # Open a folder or file in TEDI
tedi . # Open the current directory
tedi <file> # Open a file in the editor (parent folder loads in explorer)
tedi ext <subcmd> # Manage extensions headlessly (install / list / update / enable / ...)
tedi theme <subcmd> # Manage themes from the terminal
tedi --help # Print help message and exit
tedi --version # Print version and exit
tedi --update # Check for updates and open the update dialog
If TEDI is already running, the request is forwarded to the existing window - a second instance is not opened.
Installing the tedi command (macOS / Linux AppImage): the tedi command is not on PATH by default. Go to Settings → General → "Install tedi command in PATH" to create a shim at ~/.local/bin/tedi. On Windows, the NSIS installer handles this automatically.
<p align="center"> <img src="docs/tedi1.png" width="49%" alt="TEDI screenshot 1" /> <img src="docs/tedi2.png" width="49%" alt="TEDI screenshot 2" /> </p> <p align="center"> <img src="docs/tedi3.png" width="49%" alt="TEDI screenshot 3" /> <img src="docs/tedi4.png" width="49%" alt="TEDI screenshot 4" /> </p>
Settings > AI > pick a provider, paste your API key. For local/offline inference, point TEDI at your LM Studio endpoint. Keys are written to the OS keychain via keyring - they never touch disk or localStorage. Full provider list: PROVIDERS in src/modules/ai/config.ts.
TEDI ships no extensions in the binary - every extension (the SQL explorer included) is installed at runtime from either a local .zip or a GitHub release. Re-installing the same manifest.id replaces the previous copy, so the same install paths handle updates too.
Settings → Extensions → From file (pick a local .zip)
Settings → Extensions → From GitHub (paste owner/repo)
Settings → Extensions → Check updates (re-hit releases/latest on every github-sourced extension)
Per-extension icon, namespaced settings/secrets/storage, and a permission-gated host API (invoke, secrets, events, app context, ui.toast). Authoring guide: extensions/README.md · Reference extension: Discord Rich Presence.
TEDI是一款功能丰富的开源AI工作流,提供轻量级的开发工作流体验。它支持AI工作流的创建、编辑和管理,帮助开发者提高工作效率和生产力。然而,TEDI的用户界面和文档可能需要进一步改进。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:TEDI 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | TEDI |
| 原始描述 | 开源AI工作流:One lightweight app. Eight features. Your whole dev workflow in a single window.。⭐23 · TypeScript |
| Topics | workflowaitypescript |
| GitHub | https://github.com/IlhamriSKY/TEDI |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-06-03 · 更新时间:2026-06-06 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端