← 返回到所有服务
GitHub 仓库信息
获取时间 · 2026年6月5日 ★ 191,182 最新版本: n8n@2.23.3 最后更新: 2026年6月5日
README
 # n8n - Secure Workflow Automation for Technical Teams n8n is a workflow automation platform that gives technical teams the flexibility of code with the speed of no-code. With 400+ integrations, native AI capabilities, and a fair-code license, n8n lets you build powerful automations while maintaining full control over your data and deployments.  ## Key Capabilities - **Code When You Need It**: Write JavaScript/Python, add npm packages, or use the visual interface - **AI-Native Platform**: Build AI agent workflows based on LangChain with your own data and models - **Full Control**: Self-host with our fair-code license or use our [cloud offering](https://app.n8n.cloud/login) - **Enterprise-Ready**: Advanced permissions, SSO, and air-gapped deployments - **Active Community**: 400+ integrations and 900+ ready-to-use [templates](https://n8n.io/workflows) ## Quick Start Try n8n instantly with [npx](https://docs.n8n.io/hosting/installation/npm/) (requires [Node.js](https://nodejs.org/en/)): ``` npx n8n ``` Or deploy with [Docker](https://docs.n8n.io/hosting/installation/docker/): ``` docker volume create n8n_data docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n ``` Access the editor at http://localhost:5678 ## Resources - 📚 [Documentation](https://docs.n8n.io) - 🔧 [400+ Integrations](https://n8n.io/integrations) - 💡 [Example Workflows](https://n8n.io/workflows) - 🤖 [AI & LangChain Guide](https://docs.n8n.io/advanced-ai/) - 👥 [Community Forum](https://community.n8n.io) - 📖 [Community Tutorials](https://community.n8n.io/c/tutorials/28) ## Support Need help? Our community forum is the place to get support and connect with other users: [community.n8n.io](https://community.n8n.io) ## License n8n is [fair-code](https://faircode.io) distributed under the [Sustainable Use License](https://github.com/n8n-io/n8n/blob/master/LICENSE.md) and [n8n Enterprise License](https://github.com/n8n-io/n8n/blob/master/LICENSE_EE.md). - **Source Available**: Always visible source code - **Self-Hostable**: Deploy anywhere - **Extensible**: Add your own nodes and functionality [Enterprise Licenses](mailto:license@n8n.io) available for additional features and support. Additional information about the license model can be found in the [docs](https://docs.n8n.io/sustainable-use-license/). ## Contributing Found a bug 🐛 or have a feature idea ✨? Check our [Contributing Guide](https://github.com/n8n-io/n8n/blob/master/CONTRIBUTING.md) for a setup guide & best practices. ## Join the Team Want to shape the future of automation? Check out our [job posts](https://n8n.io/careers) and join our team! ## What does n8n mean? **Short answer:** It means "nodemation" and is pronounced as n-eight-n. **Long answer:** "I get that question quite often (more often than I expected) so I decided it is probably best to answer it here. While looking for a good name for the project with a free domain I realized very quickly that all the good ones I could think of were already taken. So, in the end, I chose nodemation. 'node-' in the sense that it uses a Node-View and that it uses Node.js and '-mation' for 'automation' which is what the project is supposed to help with. However, I did not like how long the name was and I could not imagine writing something that long every time in the CLI. That is when I then ended up on 'n8n'." - **Jan Oberhauser, Founder and CEO, n8n.io**
n8n 是一个开源的工作流自动化平台,允许您连接不同的服务和 API,以创建自动化的工作流程。它提供了直观的可视化界面,让用户无需编程知识也能构建复杂的自动化流程。
主要功能
- 节点式工作流:通过可视化界面拖拽节点创建工作流
- 丰富的集成:支持 200+ 服务的预构建节点
- 自定义函数:使用 JavaScript/TypeScript 实现自定义逻辑
- 错误处理:内置的错误处理和重试机制
- 数据转换:强大的数据映射和转换能力
- 定时触发:基于时间或事件触发工作流
- Webhook 支持:通过 Webhook 接收外部触发
- 子工作流:模块化工作流设计
- API 访问:完整的 REST API
- 执行历史:查看和调试工作流执行历史
部署要求
- Node.js 16 或更高版本
- 数据库:SQLite(默认,内置)、MySQL、PostgreSQL
- 最低配置:1核 CPU,1GB 内存
- 推荐配置:2核+ CPU,2GB+ 内存
- 存储空间:约 500MB(基础安装)
- 网络连接:可连接到您希望集成的各种服务
- 可选 Redis:用于队列(大规模部署推荐)