Skip to main content

Community vs Enterprise

AxonFlow is available in two editions: Community for self-hosted deployments and Enterprise for production workloads with advanced features.

Feature Comparison

FeatureCommunity (Free)Enterprise
Core Platform
Policy enforcement engine
Sub-10ms inline governance
PII detection (SSN, credit cards, etc.)
Audit logging
Static Policy API (list, get)
LLM Providers
OpenAI
Anthropic (Claude)
Ollama (local/air-gapped)
AWS Bedrock
Google Gemini
Multi-provider routing & failover
Customer Portal provider UI
MCP Connectors
PostgreSQL, MySQL, MongoDB
Redis, HTTP/REST, Cassandra
S3, Azure Blob, GCS (cloud storage)
Amadeus (Travel API)
Salesforce
Slack
Snowflake
HubSpot
Jira
ServiceNow
Customer Portal Connector UI
Multi-Agent Planning (MAP)
YAML agent configuration
Parallel task execution
Conditional logic & branching
Agent registry with hot reload
REST API (list, get, validate)
REST API (CRUD, versions, sandbox)
Database-backed agent storage
Policy Management
Static policies (SQL injection, PII)
Dynamic policy CRUD API
Policy versioning
Policy templates libraryBasicFull (EU AI Act, HIPAA, PCI-DSS, SEBI)
Customer Portal Policy UI
EU AI Act Compliance
Decision chain tracing
Transparency headers (X-AI-*)
Human-in-the-Loop (HITL) queue
Emergency circuit breaker
Conformity assessment workflow
Accuracy metrics & bias detection
10-year audit retention
EU AI Act export format
SEBI AI/ML Compliance (India)
PAN & Aadhaar detection
5-year audit retention
SEBI audit export API
Compliance dashboard
Platform Features
Customer dashboard UI
Usage analytics & reporting
AWS Marketplace integration
Deployment
Docker Compose (local)
AWS ECS/FargateManualOne-click CloudFormation
Multi-tenant isolation
Support
Community (GitHub Issues)
Priority support & SLA

When to Use Each Edition

Community Edition

Best for:

  • Evaluation and POCs - Try AxonFlow locally before committing
  • Development environments - Build and test with the same platform you'll use in production
  • Small-scale deployments - Teams with basic governance needs
  • Learning - Understand how AI governance works hands-on

Get started:

git clone https://github.com/getaxonflow/axonflow.git
cd axonflow
docker-compose up -d

Enterprise Edition

Best for:

  • Regulated industries - Healthcare (HIPAA), Finance (PCI-DSS, SEBI), EU (AI Act)
  • Production workloads - High availability, auto-scaling, monitoring
  • Runtime management - Customer Portal UI for provider/connector configuration
  • Complex integrations - Amadeus, Salesforce, Slack, Snowflake, HubSpot, Jira, ServiceNow

Get Enterprise:

Upgrading from Community to Enterprise

The upgrade path is seamless:

  1. Same codebase - Enterprise builds on Community, so your policies and configurations carry over
  2. Same APIs - SDKs work identically with both editions
  3. No migration needed - Just add your license key and enterprise connectors
// Community
const axonflow = new AxonFlow({
endpoint: 'http://localhost:8080'
});

// Enterprise - just add license key
const axonflow = new AxonFlow({
endpoint: 'https://your-agent.aws.com',
licenseKey: process.env.AXONFLOW_LICENSE_KEY
});

Example Demos

DemoEditionFeatures Used
Getting StartedCommunityPostgreSQL, OpenAI
Healthcare ExampleEnterpriseBedrock, HIPAA policies
Trip PlannerEnterpriseAmadeus, Bedrock, MAP
E-commerceEnterpriseSalesforce, PII detection