freshcrate
Skin:/
Home > Databases > onyx

onyx

Open Source AI Platform - AI Chat with advanced features that works with every LLM

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

Open Source AI Platform - AI Chat with advanced features that works with every LLM

README

Discord Documentation Documentation License

onyx-dot-app/onyx | Trendshift

Onyx - The Open Source AI Platform

Onyx is the application layer for LLMs - bringing a feature-rich interface that can be easily hosted by anyone. Onyx enables LLMs through advanced capabilities like RAG, web search, code execution, file creation, deep research and more.

Connect your applications with over 50+ indexing based connectors provided out of the box or via MCP.

Tip

Deploy with a single command:

curl -fsSL https://onyx.app/install_onyx.sh | bash

Onyx Chat Silent Demo


⭐ Features

  • 🔍 Agentic RAG: Get best in class search and answer quality based on hybrid index + AI Agents for information retrieval
    • Benchmark to release soon!
  • đŸ”Ŧ Deep Research: Get in depth reports with a multi-step research flow.
  • 🤖 Custom Agents: Build AI Agents with unique instructions, knowledge, and actions.
  • 🌍 Web Search: Browse the web to get up to date information.
    • Supports Serper, Google PSE, Brave, SearXNG, and others.
    • Comes with an in house web crawler and support for Firecrawl/Exa.
  • 📄 Artifacts: Generate documents, graphics, and other downloadable artifacts.
  • â–ļī¸ Actions & MCP: Let Onyx agents interact with external applications, comes with flexible Auth options.
  • đŸ’ģ Code Execution: Execute code in a sandbox to analyze data, render graphs, or modify files.
  • đŸŽ™ī¸ Voice Mode: Chat with Onyx via text-to-speech and speech-to-text.
  • 🎨 Image Generation: Generate images based on user prompts.

Onyx supports all major LLM providers, both self-hosted (like Ollama, LiteLLM, vLLM, etc.) and proprietary (like Anthropic, OpenAI, Gemini, etc.).

To learn more - check out our docs!


🚀 Deployment Modes

Onyx supports deployments in Docker, Kubernetes, Helm/Terraform and provides guides for major cloud providers. Detailed deployment guides found here.

Onyx supports two separate deployment options: standard and lite.

Onyx Lite

The Lite mode can be thought of as a lightweight Chat UI. It requires less resources (under 1GB memory) and runs a less complex stack. It is great for users who want to test out Onyx quickly or for teams who are only interested in the Chat UI and Agents functionalities.

Standard Onyx

The complete feature set of Onyx which is recommended for serious users and larger teams. Additional components not included in Lite mode:

  • Vector + Keyword index for RAG.
  • Background containers to run job queues and workers for syncing knowledge from connectors.
  • AI model inference servers to run deep learning models used during indexing and inference.
  • Performance optimizations for large scale use via in memory cache (Redis) and blob store (MinIO).

Tip

To try Onyx for free without deploying, visit Onyx Cloud.


đŸĸ Onyx for Enterprise

Onyx is built for teams of all sizes, from individual users to the largest global enterprises:

  • đŸ‘Ĩ Collaboration: Share chats and agents with other members of your organization.
  • 🔐 Single Sign On: SSO via Google OAuth, OIDC, or SAML. Group syncing and user provisioning via SCIM.
  • đŸ›Ąī¸ Role Based Access Control: RBAC for sensitive resources like access to agents, actions, etc.
  • 📊 Analytics: Usage graphs broken down by teams, LLMs, or agents.
  • đŸ•ĩī¸ Query History: Audit usage to ensure safe adoption of AI in your organization.
  • đŸ’ģ Custom code: Run custom code to remove PII, reject sensitive queries, or to run custom analysis.
  • 🎨 Whitelabeling: Customize the look and feel of Onyx with custom naming, icons, banners, and more.

📚 Licensing

There are two editions of Onyx:

  • Onyx Community Edition (CE) is available freely under the MIT license and covers all of the core features for Chat, RAG, Agents, and Actions.
  • Onyx Enterprise Edition (EE) includes extra features that are primarily useful for larger organizations.

For feature details, check out our website.

đŸ‘Ē Community

Join our open source community on Discord!

💡 Contributing

Looking to contribute? Please check out the Contribution Guide for more details.

Release History

VersionChangesUrgencyDate
v4.0.5## Warning Do not upgrade to this release if you want to preserve your existing indexed documents but have not yet run the document index migration, which can be done from any version v3.x. [See additional documentation here](https://docs.onyx.app/admins/advanced_configs/opensearch_document_index_migration#opensearch-document-index-migration). See the assets to download this version and install. ## What's Changed * fix(search-settings): coerce null embedding prefixes to empty string (#1163High6/2/2026
v4.0.0## Warning Do not upgrade to this release if you want to preserve your existing indexed documents but have not yet run the document index migration, which can be done from any version v3.x. [See additional documentation here](https://docs.onyx.app/admins/advanced_configs/opensearch_document_index_migration#opensearch-document-index-migration). ## What's Changed * fix(external-group-sync): bridge fence validator transition gap by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/10691 High5/26/2026
v3.3.7See the assets to download this version and install. ## What's Changed * feat(slack-bot): make agent selector searchable by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/10036 * feat(helm): add API and heavy worker ServiceMonitors by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/10025 * chore(devtools): introduce a `.devcontainer` by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/10035 * chore(devtools): upgrade `ods`: 0.7.3->0.7.4 by @jmelahman in https://githuHigh5/20/2026
v3.3.6See the assets to download this version and install. ## What's Changed * feat(slack-bot): make agent selector searchable by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/10036 * feat(helm): add API and heavy worker ServiceMonitors by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/10025 * chore(devtools): introduce a `.devcontainer` by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/10035 * chore(devtools): upgrade `ods`: 0.7.3->0.7.4 by @jmelahman in https://githuHigh5/18/2026
v3.3.5See the assets to download this version and install. ## What's Changed * feat(slack-bot): make agent selector searchable by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/10036 * feat(helm): add API and heavy worker ServiceMonitors by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/10025 * chore(devtools): introduce a `.devcontainer` by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/10035 * chore(devtools): upgrade `ods`: 0.7.3->0.7.4 by @jmelahman in https://githuHigh5/13/2026
v3.3.2See the assets to download this version and install. ## What's Changed * feat(slack-bot): make agent selector searchable by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/10036 * feat(helm): add API and heavy worker ServiceMonitors by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/10025 * chore(devtools): introduce a `.devcontainer` by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/10035 * chore(devtools): upgrade `ods`: 0.7.3->0.7.4 by @jmelahman in https://githuHigh5/9/2026
v3.3.0## What's Changed * feat(slack-bot): make agent selector searchable by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/10036 * feat(helm): add API and heavy worker ServiceMonitors by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/10025 * chore(devtools): introduce a `.devcontainer` by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/10035 * chore(devtools): upgrade `ods`: 0.7.3->0.7.4 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/10039 * chore(devtools): dHigh5/5/2026
v3.2.12See the assets to download this version and install. ## What's Changed * perf: perm sync start time by @evan-onyx in https://github.com/onyx-dot-app/onyx/pull/9685 * fix(nginx): route /scim/* to api_server by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9686 * chore(greptile): add nginx routing rule for non-api backend routes by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9687 * chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /web by @dependabot[bot] in https:High4/27/2026
v3.2.11See the assets to download this version and install. ## What's Changed * perf: perm sync start time by @evan-onyx in https://github.com/onyx-dot-app/onyx/pull/9685 * fix(nginx): route /scim/* to api_server by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9686 * chore(greptile): add nginx routing rule for non-api backend routes by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9687 * chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /web by @dependabot[bot] in https:High4/24/2026
v3.2.8## What's Changed * perf: perm sync start time by @evan-onyx in https://github.com/onyx-dot-app/onyx/pull/9685 * fix(nginx): route /scim/* to api_server by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9686 * chore(greptile): add nginx routing rule for non-api backend routes by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9687 * chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /web by @dependabot[bot] in https://github.com/onyx-dot-app/onyx/pull/9689 * chore(deps-dHigh4/22/2026
v3.2.6See the assets to download this version and install. ## What's Changed * perf: perm sync start time by @evan-onyx in https://github.com/onyx-dot-app/onyx/pull/9685 * fix(nginx): route /scim/* to api_server by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9686 * chore(greptile): add nginx routing rule for non-api backend routes by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9687 * chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /web by @dependabot[bot] in https:High4/21/2026
v3.1.6See the assets to download this version and install. ## What's Changed * feat: rotate encryption key utility by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/9162 * feat: Tool call arg streaming by @Danelegend in https://github.com/onyx-dot-app/onyx/pull/9095 * fix(user files): Add configurable user file max upload size setting 1/3 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/9157 * fix(user files): Enforce user upload file size limit in projects/chat upload pHigh4/21/2026
v3.0.9## What's Changed * chore: Better enforcement of masking by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7967 * refactor(opal): select variant, transient/selected separation, OpenButton chevron fix by @raunakab in https://github.com/onyx-dot-app/onyx/pull/8284 * chore(ollama): Sort model names by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/8288 * feat(chat): dynamic bottom spacer for fresh-chat push-up effect by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pHigh4/21/2026
v3.0.8See the assets to download this version and install. ## What's Changed * chore: Better enforcement of masking by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7967 * refactor(opal): select variant, transient/selected separation, OpenButton chevron fix by @raunakab in https://github.com/onyx-dot-app/onyx/pull/8284 * chore(ollama): Sort model names by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/8288 * feat(chat): dynamic bottom spacer for fresh-chat push-up effecHigh4/20/2026
v3.0.7See the assets to download this version and install. ## What's Changed * chore: Better enforcement of masking by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7967 * refactor(opal): select variant, transient/selected separation, OpenButton chevron fix by @raunakab in https://github.com/onyx-dot-app/onyx/pull/8284 * chore(ollama): Sort model names by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/8288 * feat(chat): dynamic bottom spacer for fresh-chat push-up effecHigh4/20/2026
v3.2.4## What's Changed * perf: perm sync start time by @evan-onyx in https://github.com/onyx-dot-app/onyx/pull/9685 * fix(nginx): route /scim/* to api_server by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9686 * chore(greptile): add nginx routing rule for non-api backend routes by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9687 * chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /web by @dependabot[bot] in https://github.com/onyx-dot-app/onyx/pull/9689 * chore(deps-dHigh4/15/2026
v3.2.3See the assets to download this version and install. ## What's Changed * perf: perm sync start time by @evan-onyx in https://github.com/onyx-dot-app/onyx/pull/9685 * fix(nginx): route /scim/* to api_server by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9686 * chore(greptile): add nginx routing rule for non-api backend routes by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9687 * chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /web by @dependabot[bot] in https:High4/14/2026
v3.2.2## What's Changed * perf: perm sync start time by @evan-onyx in https://github.com/onyx-dot-app/onyx/pull/9685 * fix(nginx): route /scim/* to api_server by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9686 * chore(greptile): add nginx routing rule for non-api backend routes by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9687 * chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /web by @dependabot[bot] in https://github.com/onyx-dot-app/onyx/pull/9689 * chore(deps-dMedium4/13/2026
v3.1.3See the assets to download this version and install. ## What's Changed * feat: rotate encryption key utility by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/9162 * feat: Tool call arg streaming by @Danelegend in https://github.com/onyx-dot-app/onyx/pull/9095 * fix(user files): Add configurable user file max upload size setting 1/3 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/9157 * fix(user files): Enforce user upload file size limit in projects/chat upload pMedium4/10/2026
v3.2.1## What's Changed * perf: perm sync start time by @evan-onyx in https://github.com/onyx-dot-app/onyx/pull/9685 * fix(nginx): route /scim/* to api_server by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9686 * chore(greptile): add nginx routing rule for non-api backend routes by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9687 * chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /web by @dependabot[bot] in https://github.com/onyx-dot-app/onyx/pull/9689 * chore(deps-dHigh4/10/2026
v3.1.4## What's Changed * feat: rotate encryption key utility by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/9162 * feat: Tool call arg streaming by @Danelegend in https://github.com/onyx-dot-app/onyx/pull/9095 * fix(user files): Add configurable user file max upload size setting 1/3 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/9157 * fix(user files): Enforce user upload file size limit in projects/chat upload path 2/3 by @justin-tahara in https://github.com/onyx-dotMedium4/10/2026
v3.2.0## What's Changed * perf: perm sync start time by @evan-onyx in https://github.com/onyx-dot-app/onyx/pull/9685 * fix(nginx): route /scim/* to api_server by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9686 * chore(greptile): add nginx routing rule for non-api backend routes by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/9687 * chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /web by @dependabot[bot] in https://github.com/onyx-dot-app/onyx/pull/9689 * chore(deps-dMedium4/9/2026
v3.1.2See the assets to download this version and install. ## What's Changed * feat: rotate encryption key utility by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/9162 * feat: Tool call arg streaming by @Danelegend in https://github.com/onyx-dot-app/onyx/pull/9095 * fix(user files): Add configurable user file max upload size setting 1/3 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/9157 * fix(user files): Enforce user upload file size limit in projects/chat upload pHigh4/7/2026
v3.1.1See the assets to download this version and install. ## What's Changed * feat: rotate encryption key utility by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/9162 * feat: Tool call arg streaming by @Danelegend in https://github.com/onyx-dot-app/onyx/pull/9095 * fix(user files): Add configurable user file max upload size setting 1/3 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/9157 * fix(user files): Enforce user upload file size limit in projects/chat upload pMedium4/1/2026
v3.1.0See the assets to download this version and install. ## What's Changed * feat: rotate encryption key utility by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/9162 * feat: Tool call arg streaming by @Danelegend in https://github.com/onyx-dot-app/onyx/pull/9095 * fix(user files): Add configurable user file max upload size setting 1/3 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/9157 * fix(user files): Enforce user upload file size limit in projects/chat upload pMedium4/1/2026
v3.0.6See the assets to download this version and install. ## What's Changed * chore: Better enforcement of masking by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7967 * refactor(opal): select variant, transient/selected separation, OpenButton chevron fix by @raunakab in https://github.com/onyx-dot-app/onyx/pull/8284 * chore(ollama): Sort model names by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/8288 * feat(chat): dynamic bottom spacer for fresh-chat push-up effecMedium3/30/2026
v3.0.5See the assets to download this version and install. ## What's Changed * chore: Better enforcement of masking by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7967 * refactor(opal): select variant, transient/selected separation, OpenButton chevron fix by @raunakab in https://github.com/onyx-dot-app/onyx/pull/8284 * chore(ollama): Sort model names by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/8288 * feat(chat): dynamic bottom spacer for fresh-chat push-up effecMedium3/25/2026
v2.12.10See the assets to download this version and install. ## What's Changed * fix: user count check by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7811 * feat(ee): add license public key file and improve signature verification by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/7806 * feat(opensearch): Add separate index settings for AWS-managed OpenSearch; Add function for disabling index auto-creation by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7814 * feat: OnMedium3/25/2026
v2.11.4See the assets to download this version and install. ## What's Changed * fix(fe): inline code text wraps by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7574 * feat(opensearch): Formally disable secondary indices in the backend by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7541 * chore(pre-commit): disallow large files by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7576 * refactor: refactor to use string-enum props instead of boolean props by @raunakab inMedium3/25/2026
v2.10.7See the assets to download this version and install. ## What's Changed * chore(pre-commit): run `npm install` after `web/package.json` changes by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7382 * feat(opensearch): Refactor and implement chunk content enrichment and cleanup by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7385 * chore(devtools): upgrade `ods` to v0.2.2 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7282 * chore(fe): fix `undefined` classNaMedium3/25/2026
v2.9.9See the assets to download this version and install. ## What's Changed * feat: improved backend driven notifications and new notification display by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7246 * chore(deps): bump marshmallow from 3.26.1 to 3.26.2 in /backend/requirements by @dependabot[bot] in https://github.com/onyx-dot-app/onyx/pull/6970 * chore: exa prompt fix by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7274 * fix(ui): deep research flag in chat edit Medium3/25/2026
v2.12.9See the assets to download this version and install. ## What's Changed * fix: user count check by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7811 * feat(ee): add license public key file and improve signature verification by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/7806 * feat(opensearch): Add separate index settings for AWS-managed OpenSearch; Add function for disabling index auto-creation by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7814 * feat: OnLow3/20/2026
v3.0.4See the assets to download this version and install. ## What's Changed * chore: Better enforcement of masking by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7967 * refactor(opal): select variant, transient/selected separation, OpenButton chevron fix by @raunakab in https://github.com/onyx-dot-app/onyx/pull/8284 * chore(ollama): Sort model names by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/8288 * feat(chat): dynamic bottom spacer for fresh-chat push-up effecLow3/19/2026
v2.12.8See the assets to download this version and install. ## What's Changed * fix: user count check by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7811 * feat(ee): add license public key file and improve signature verification by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/7806 * feat(opensearch): Add separate index settings for AWS-managed OpenSearch; Add function for disabling index auto-creation by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7814 * feat: OnLow3/19/2026
v2.12.7See the assets to download this version and install. ## What's Changed * fix: user count check by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7811 * feat(ee): add license public key file and improve signature verification by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/7806 * feat(opensearch): Add separate index settings for AWS-managed OpenSearch; Add function for disabling index auto-creation by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7814 * feat: OnLow3/19/2026
v3.0.3See the assets to download this version and install. ## What's Changed * chore: Better enforcement of masking by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7967 * refactor(opal): select variant, transient/selected separation, OpenButton chevron fix by @raunakab in https://github.com/onyx-dot-app/onyx/pull/8284 * chore(ollama): Sort model names by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/8288 * feat(chat): dynamic bottom spacer for fresh-chat push-up effecLow3/19/2026
v3.0.2See the assets to download this version and install. ## What's Changed * chore: Better enforcement of masking by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7967 * refactor(opal): select variant, transient/selected separation, OpenButton chevron fix by @raunakab in https://github.com/onyx-dot-app/onyx/pull/8284 * chore(ollama): Sort model names by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/8288 * feat(chat): dynamic bottom spacer for fresh-chat push-up effecLow3/13/2026
v3.0.1See the assets to download this version and install. ## What's Changed * chore: Better enforcement of masking by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7967 * refactor(opal): select variant, transient/selected separation, OpenButton chevron fix by @raunakab in https://github.com/onyx-dot-app/onyx/pull/8284 * chore(ollama): Sort model names by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/8288 * feat(chat): dynamic bottom spacer for fresh-chat push-up effecLow3/11/2026
v3.0.0See the assets to download this version and install. ## What's Changed * chore: Better enforcement of masking by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7967 * refactor(opal): select variant, transient/selected separation, OpenButton chevron fix by @raunakab in https://github.com/onyx-dot-app/onyx/pull/8284 * chore(ollama): Sort model names by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/8288 * feat(chat): dynamic bottom spacer for fresh-chat push-up effecLow3/10/2026
v2.12.6See the assets to download this version and install. ## What's Changed * fix: user count check by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7811 * feat(ee): add license public key file and improve signature verification by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/7806 * feat(opensearch): Add separate index settings for AWS-managed OpenSearch; Add function for disabling index auto-creation by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7814 * feat: OnLow3/6/2026
v2.12.5See the assets to download this version and install. ## What's Changed * fix: user count check by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7811 * feat(ee): add license public key file and improve signature verification by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/7806 * feat(opensearch): Add separate index settings for AWS-managed OpenSearch; Add function for disabling index auto-creation by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7814 * feat: OnLow3/6/2026
v2.12.4See the assets to download this version and install. ## What's Changed * fix: user count check by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7811 * feat(ee): add license public key file and improve signature verification by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/7806 * feat(opensearch): Add separate index settings for AWS-managed OpenSearch; Add function for disabling index auto-creation by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7814 * feat: OnLow3/5/2026
v2.12.3See the assets to download this version and install. ## What's Changed * fix: user count check by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7811 * feat(ee): add license public key file and improve signature verification by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/7806 * feat(opensearch): Add separate index settings for AWS-managed OpenSearch; Add function for disabling index auto-creation by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7814 * feat: OnLow3/5/2026
v2.11.3See the assets to download this version and install. ## What's Changed * fix(fe): inline code text wraps by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7574 * feat(opensearch): Formally disable secondary indices in the backend by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7541 * chore(pre-commit): disallow large files by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7576 * refactor: refactor to use string-enum props instead of boolean props by @raunakab inLow3/5/2026
v2.12.2See the assets to download this version and install. ## What's Changed * fix: user count check by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7811 * feat(ee): add license public key file and improve signature verification by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/7806 * feat(opensearch): Add separate index settings for AWS-managed OpenSearch; Add function for disabling index auto-creation by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7814 * feat: OnLow3/2/2026
v2.11.2See the assets to download this version and install. ## What's Changed * fix(fe): inline code text wraps by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7574 * feat(opensearch): Formally disable secondary indices in the backend by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7541 * chore(pre-commit): disallow large files by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7576 * refactor: refactor to use string-enum props instead of boolean props by @raunakab inLow3/2/2026
v2.10.6See the assets to download this version and install. ## What's Changed * chore(pre-commit): run `npm install` after `web/package.json` changes by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7382 * feat(opensearch): Refactor and implement chunk content enrichment and cleanup by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7385 * chore(devtools): upgrade `ods` to v0.2.2 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7282 * chore(fe): fix `undefined` classNaLow3/2/2026
v2.9.8See the assets to download this version and install. ## What's Changed * feat: improved backend driven notifications and new notification display by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7246 * chore(deps): bump marshmallow from 3.26.1 to 3.26.2 in /backend/requirements by @dependabot[bot] in https://github.com/onyx-dot-app/onyx/pull/6970 * chore: exa prompt fix by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7274 * fix(ui): deep research flag in chat edit Low3/2/2026
v2.11.1See the assets to download this version and install. ## What's Changed * fix(fe): inline code text wraps by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7574 * feat(opensearch): Formally disable secondary indices in the backend by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7541 * chore(pre-commit): disallow large files by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7576 * refactor: refactor to use string-enum props instead of boolean props by @raunakab inLow2/27/2026
v2.12.1See the assets to download this version and install. ## What's Changed * fix: user count check by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7811 * feat(ee): add license public key file and improve signature verification by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/7806 * feat(opensearch): Add separate index settings for AWS-managed OpenSearch; Add function for disabling index auto-creation by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7814 * feat: OnLow2/27/2026
v3.0.0-beta## What's Changed * chore: Better enforcement of masking by @yuhongsun96 in https://github.com/onyx-dot-app/onyx/pull/7967 * refactor(opal): select variant, transient/selected separation, OpenButton chevron fix by @raunakab in https://github.com/onyx-dot-app/onyx/pull/8284 * chore(ollama): Sort model names by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/8288 * feat(chat): dynamic bottom spacer for fresh-chat push-up effect by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pLow2/21/2026
v2.12.0See the assets to download this version and install. ## What's Changed * fix: user count check by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7811 * feat(ee): add license public key file and improve signature verification by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/7806 * feat(opensearch): Add separate index settings for AWS-managed OpenSearch; Add function for disabling index auto-creation by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7814 * feat: OnLow2/20/2026
v2.12.0-beta## What's Changed * fix: user count check by @wenxi-onyx in https://github.com/onyx-dot-app/onyx/pull/7811 * feat(ee): add license public key file and improve signature verification by @nmgarza5 in https://github.com/onyx-dot-app/onyx/pull/7806 * feat(opensearch): Add separate index settings for AWS-managed OpenSearch; Add function for disabling index auto-creation by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7814 * feat: Onyx Craft by @Weves in https://github.com/onyx-dot-app/onLow2/10/2026
v2.11.0See the assets to download this version and install. ## What's Changed * fix(fe): inline code text wraps by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7574 * feat(opensearch): Formally disable secondary indices in the backend by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7541 * chore(pre-commit): disallow large files by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7576 * refactor: refactor to use string-enum props instead of boolean props by @raunakab inLow2/10/2026
v2.10.5See the assets to download this version and install. ## What's Changed * chore(pre-commit): run `npm install` after `web/package.json` changes by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7382 * feat(opensearch): Refactor and implement chunk content enrichment and cleanup by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7385 * chore(devtools): upgrade `ods` to v0.2.2 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7282 * chore(fe): fix `undefined` classNaLow2/10/2026
v2.10.4See the assets to download this version and install. ## What's Changed * chore(pre-commit): run `npm install` after `web/package.json` changes by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7382 * feat(opensearch): Refactor and implement chunk content enrichment and cleanup by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7385 * chore(devtools): upgrade `ods` to v0.2.2 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7282 * chore(fe): fix `undefined` classNaLow2/6/2026
v2.10.3See the assets to download this version and install. ## What's Changed * chore(pre-commit): run `npm install` after `web/package.json` changes by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7382 * feat(opensearch): Refactor and implement chunk content enrichment and cleanup by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7385 * chore(devtools): upgrade `ods` to v0.2.2 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7282 * chore(fe): fix `undefined` classNaLow2/4/2026
v2.10.2## What's Changed * chore(pre-commit): run `npm install` after `web/package.json` changes by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7382 * feat(opensearch): Refactor and implement chunk content enrichment and cleanup by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7385 * chore(devtools): upgrade `ods` to v0.2.2 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7282 * chore(fe): fix `undefined` className in tooltip by @jmelahman in https://github.com/onyx-dLow2/2/2026
v2.10.1See the assets to download this version and install. ## What's Changed * chore(pre-commit): run `npm install` after `web/package.json` changes by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7382 * feat(opensearch): Refactor and implement chunk content enrichment and cleanup by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7385 * chore(devtools): upgrade `ods` to v0.2.2 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7282 * chore(fe): fix `undefined` classNaLow2/1/2026
v2.11.1-betaSee the assets to download this version and install. ## What's Changed * fix(fe): inline code text wraps by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7574 * feat(opensearch): Formally disable secondary indices in the backend by @acaprau in https://github.com/onyx-dot-app/onyx/pull/7541 * chore(pre-commit): disallow large files by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/7576 * refactor: refactor to use string-enum props instead of boolean props by @raunakab inLow1/27/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

PageIndex📑 PageIndex: Document Index for Vectorless, Reasoning-based RAGmain@2026-06-02
txtai💡 All-in-one AI framework for semantic search, LLM orchestration and language model workflowsv9.10.0
uniAISyllabus-aware RAG study assistant for university students. Answers strictly from your own notes & PDFs, unit-scoped retrieval, cross-encoder reranking, and a hallucination gate — built to help studen0.0.0
awesome-opensource-aiCurated list of the best truly open-source AI projects, models, tools, and infrastructure.main@2026-06-06
ai-real-estate-assistantAdvanced AI Real Estate Assistant using RAG, LLMs, and Python. Features market analysis, property valuation, and intelligent search.v5.0.7

More in Databases

milvusMilvus is a high-performance, cloud-native vector database built for scalable vector ANN search
WeKnoraLLM-powered framework for deep document understanding, semantic retrieval, and context-aware answers using RAG paradigm.
ai-real-estate-assistantAdvanced AI Real Estate Assistant using RAG, LLMs, and Python. Features market analysis, property valuation, and intelligent search.
alibabacloud-adb20211201Alibaba Cloud adb (20211201) SDK Library for Python