Skip to content

Feature matrix — Community vs Enterprise

Principle: everything needed to run a real deployment lives in Community. Enterprise is strictly additive — enterprise-class controls, niche IdPs, compliance packs, branded support.

AreaCommunity (AGPL-3.0)Enterprise (commercial)
AssetsHardware, Licences, Accessories, Consumables, Components, Predefined Kits, bookable Vehicles, custom asset types via plugin SDKPer-type depreciation rules, bulk-edit asset graph, lot/serial genealogy
Custom fieldsText, number, date, boolean, listbox, textarea, file; regex validation; per-model fieldsetsCross-field validation rules, conditional visibility, referenced fields
ReservationsAdvance booking, approval workflow, recurring reservations, blackouts, basket/multi-asset, VIP auto-approval, training-gatingMatrix approvals (n-of-m + tiers), delegated approvals, workflow-as-code
InspectionsConfigurable checklists, photo evidence, EXIF strip, pre/post comparison, signature captureOffline-first mobile, voice-to-text notes, on-device OCR of dashboards
MaintenanceManual flagging, mileage + time alerts, vendor link, historyPredictive alerts from telematics, Fleetio/Samsara/GeoTab connectors
Multi-tenancyRow-level tenancy (Prisma middleware + Postgres RLS), per-company RBAC, Tenant Owner role with last-owner protection (ADR-0007)Cross-tenant service-account tokens, tenant-to-tenant asset transfer, data-residency pinning, verified domain claims (DNS TXT)
InvitationsEmail-token with TTL, one-time-use, email-match required, revokable, rate-limited, audit trail (ADR-0008)Bounce webhooks + retry policy, SCIM push replaces invite flow for IdP-managed tenants, custom email templates
AuthenticationEmail/password, Google OIDC, Microsoft OIDC, SAML (generic), LDAP, TOTP 2FA, WebAuthn passkeysOkta advanced, PingFederate, JumpCloud SCIM push, ADFS, FIDO2 AAL-2 attestation
AuthorisationCASL-based RBAC, per-tenant group→role mapping, custom rolesABAC / policy-as-code (Rego), time-windowed grants, break-glass audit
APIREST + OpenAPI 3.1, GraphQL optional, personal access tokens, OAuth2 client credentials, Snipe-IT compat shimSigned HMAC webhooks at tenant level, customer-managed encryption keys for API tokens
NotificationsEmail, Microsoft Teams, Slack, Google Chat, webhooks (HMAC)PagerDuty, ServiceNow, per-tenant SMTP relay, dynamic routing rules
ReportsBuilt-ins + custom-SQL view builder, CSV exportScheduled delivery, Looker/Metabase/Superset connector packs, XLSX & PDF
Barcodes/LabelsQR, Code-128, 128-auto, PDF/SVG templates, per-tenant defaultsDesigner UI, Zebra label-printer direct print (ZPL), PrintNode bridge
ImportersCSV (idempotent, dry-run), Snipe-IT API migrator, FleetManager MySQL dump migratorSAP Ariba, Oracle Fusion, Coupa, ServiceNow CMDB bi-directional sync
Audit logPer-action immutable append, hash chain, export CSVSIEM streaming (Splunk, Datadog, Elastic), SOC-2 evidence pack
ObservabilityPrometheus metrics, OTLP traces, structured logsManaged observability bundle with dashboards + alerts
BackupsSpatie-style app-level backups + DB dump + object-store copyPoint-in-time recovery via WAL shipping, cross-region DR, restore drills
White-label— (brand is "Panorama")Per-tenant logo, colour, email templates, login page, custom domain
SupportCommunity (GitHub Discussions, Matrix/Discord)24×7 pager, 4-hour response SLA, named CSM
PriceFreePer-seat, bands published on panorama.vitormr.dev

What Community will never hold back

These flows are always complete in Community:

  • Check out, check in, scan QR
  • Book a vehicle, approve/reject, ride it, return it
  • Flag for maintenance, assign to a technician, track the repair
  • Export any entity list to CSV
  • View the audit log
  • Migrate from Snipe-IT

If any of those depended on Enterprise code to be end-to-end usable, the split has broken. The CI ensure-community-complete job asserts that the Community test suite passes without the Enterprise packages installed.

AGPL-3.0-or-later · LICENSE