v1.0.0
Released: June 2026
Initial public release of Nexora and Nexora Cloud.
Nexora (OSS core)
Features
- Multi-tenant auth — email/password, JWT, API keys, invite-only registration, TOTP 2FA, password reset
- Agent builder — React Flow visual editor, sub-agents, tools, skills, personas
- Provider chain — Claude (Anthropic), Gemini, OpenAI, Ollama with automatic failover
- Real-time orchestration — WebSocket + SSE streaming, parallel sub-agent coordination, Redis pub/sub
- Knowledge base / RAG — pgvector file ingestion + semantic search, semantic agent memory, multimodal image input
- Full-text search — across chats and messages
- Marketplace backend — skills/tools/agents catalog with install endpoint
- Integrations — GitHub App, GitLab OAuth, Telegram bot, MCP servers, email (SMTP)
- Scheduling — cron-based agent schedules via APScheduler
- Provider health tracking — auth error detection with UI badge
Nexora Cloud
Features
- License validation — RS256 JWT offline validation with online heartbeat
- Plan limits — nginx auth_request gates for agent and user limits
- Billing UI — Stripe-powered subscription management, usage dashboard
- Trial system — 14-day Pro trial on new org signup
- Enterprise audit logs — full action log with org/user attribution
- Marketplace UI — browse and install community packages
- Suspension handling — read-only mode when subscription lapses
- Update notifications — in-app banner when a new version is available
Notes
- Requires PostgreSQL 16+ and Redis 7+
- Docker Compose deployment; see Self-Hosting guide
- License required for Nexora Cloud; obtain at nexora.parendum.com