JSPM

  • Created
  • Published
  • Downloads 770
  • Score
    100M100P100Q118529F
  • License SEE LICENSE IN LICENSE.md

n8n Workflow Automation Tool (plus edition)

Package Exports

  • @n8n-plus/n8n-plus
  • @n8n-plus/n8n-plus/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@n8n-plus/n8n-plus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Banner image

n8n+ - Secure Workflow Automation for Technical Teams (plus edition)

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.

n8n.io - Screenshot

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
  • Enterprise-Ready: Advanced permissions, SSO, and air-gapped deployments
  • Active Community: 400+ integrations and 900+ ready-to-use templates

Plus Edition Features

  • Advanced Access Control: Admin roles with fine-grained permissions
  • Global Variables: Share configurations across workflows
  • Extended History: Workflow history up to 5 days
  • Enhanced Search: Advanced execution search capabilities
  • Unlimited Sharing: Unlimited shared-projects for team collaboration
  • High Performance: 200+ concurrent executions support
  • Enterprise Authentication: SSO SAML and LDAP authentication
  • Multi-Environment: Isolated development, production and other environments
  • External Secrets: Integration with external secret stores
  • Log Streaming: Real-time log streaming for monitoring
  • Git Integration: Version control for your workflows
  • Scalability: Advanced scaling options for high-demand scenarios
  • Unlimited Data: Unlimited data retention

Quick Start

Try n8n+ instantly with npx (requires Node.js):

npx @n8n-plus/n8n-plus

Or deploy with Docker:

docker volume create n8n_data
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n ghcr.io/n8n-plus/n8n-plus

Access the editor at http://localhost:5678

Resources

Support

Need help? Our community forum is the place to get support and connect with other users: community.n8n.io