Skip to content

Tier System

nxusKit ships in three editions. Community is free and open-source. Pro unlocks advanced reasoning engines, plugin infrastructure, and deployment-ready licensing for commercial applications. Enterprise adds delegated trust and custom plugin configuration for large organizations.

Feature DomainCommunityProEnterprise
LLM Cloud Providers (OpenAI, Claude, Groq, Mistral, Fireworks, Together, OpenRouter, Perplexity)YesYesYes
LLM Local Providers (Ollama, LM Studio)YesYesYes
CLIPS Rule Engine (ClipsSession API)YesYesYes
Bayesian Network InferenceYesYesYes
Auth Helper (API-key management, credential store)YesYesYes
Tool Calling / Function CallingYesYesYes
Streaming & Token UsageYesYesYes
Retry & Adaptive Rate LimitingYesYesYes
Vision / Image SupportYesYesYes
OAuth Authentication InfrastructureYesYesYes
Cross-language Parity (Rust, Go, Python)YesYesYes
Static + Dynamic LinkingYesYesYes
ZEN Decision TablesYesYes
Constraint Solver (Z3-backed)YesYes
Plugin Loading & Trust PolicyYesYes
MCP (Model Context Protocol)YesYes
CLIPS Advanced (programmatic rules, session persistence)YesYes
Custom Plugin Configuration PathsYes
Delegated Trust RootsYes
Priority SupportYes
LimitCommunityProEnterprise
Max concurrent CLIPS sessions1664256
Max cached rulebases832128
Max rules per session5005,00050,000
Max facts per session10,000100,0001,000,000
Max Bayesian network nodes505005,000
Max solver constraints10,000100,000
Machine activations (developer tokens)3Unlimited

All editions provide wrappers for all three languages:

LanguagePackageInstall
Rustnxuskitcargo add nxuskit
Gonxuskitgo get github.com/nxus-SYSTEMS/nxusKit/packages/nxuskit-go
Pythonnxuskit-pypip install nxuskit-py
ExampleTierReason
LLM basics, streaming, tool callingCommunityUses cloud/local LLM providers
CLIPS basics, CLIPS-LLM hybridCommunityCLIPS engine is Community-tier
Bayesian network inferenceCommunityBN inference is Community-tier
Solver examplesProUse the Z3 constraint solver
Solver what-if examplesProUse scoped Z3 optimization
LLM-solver hybrid examplesProCombine LLM reasoning with Z3 solving
ZEN decision examplesProUse ZEN decision tables
AspectCommunityProEnterprise
License typeOpen-sourceCommercial subscriptionCommercial subscription
Token requiredNoYes (developer or deployment)Yes
Machine activationsN/AUp to 3 per licenseUnlimited
Deployment tokensN/AUnlimited instances, no per-seat feesUnlimited
Version ceilingN/ALocked to major.minor at purchase timeLocked to major.minor
TrialN/A30-day trial (registration required)Contact sales
  1. Create an account and register for a trial or purchase a license
  2. Authenticate: nxuskit-cli license login
  3. Activate on your machine: nxuskit-cli license activate --key <purchase_id>
  4. For CI/CD: set NXUSKIT_LICENSE_TOKEN with your deployment token

See Licensing for the full activation workflow.