Thanks to visit codestin.com
Credit goes to github.com

Skip to content

onyx-dot-app/onyx

Repository files navigation

Open Source AI Platform

Discord Documentation Documentation License

Onyx is a feature-rich, self-hostable Chat UI that works with any LLM. It is easy to deploy and can run in a completely airgapped environment.

Onyx comes loaded with advanced features like Agents, Web Search, RAG, MCP, Deep Research, Connectors to 40+ knowledge sources, and more.

Tip

Run Onyx with one command (or see deployment section below):

curl -fsSL https://raw.githubusercontent.com/onyx-dot-app/onyx/main/deployment/docker_compose/install.sh > install.sh && chmod +x install.sh && ./install.sh

Onyx Chat Silent Demo

⭐ Features

  • πŸ€– Custom Agents: Build AI Agents with unique instructions, knowledge and actions.
  • 🌍 Web Search: Browse the web with Google PSE, Exa, and Serper as well as an in-house scraper or Firecrawl.
  • πŸ” RAG: Best in class hybrid-search + knowledge graph for uploaded files and ingested documents from connectors.
  • πŸ”„ Connectors: Pull knowledge, metadata, and access information from over 40 applications.
  • πŸ”¬ Deep Research: Get in depth answers with an agentic multi-step search.
  • ▢️ Actions & MCP: Give AI Agents the ability to interact with external systems.
  • πŸ’» Code Interpreter: Execute code to analyze data, render graphs and create files.
  • 🎨 Image Generation: Generate images based on user prompts.
  • πŸ‘₯ Collaboration: Chat sharing, feedback gathering, user management, usage analytics, and more.

Onyx works with all LLMs (like OpenAI, Anthropic, Gemini, etc.) and self-hosted LLMs (like Ollama, vLLM, etc.)

To learn more about the features, check out our documentation!

πŸš€ Deployment

Onyx supports deployments in Docker, Kubernetes, Terraform, along with guides for major cloud providers.

See guides below:

Tip

To try Onyx for free without deploying, check out Onyx Cloud.

πŸ” Other Notable Benefits

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

  • Enterprise Search: far more than simple RAG, Onyx has custom indexing and retrieval that remains performant and accurate for scales of up to tens of millions of documents.
  • Security: SSO (OIDC/SAML/OAuth2), RBAC, encryption of credentials, etc.
  • Management UI: different user roles such as basic, curator, and admin.
  • Document Permissioning: mirrors user access from external apps for RAG use cases.

🚧 Roadmap

To see ongoing and upcoming projects, check out our roadmap!

πŸ“š Licensing

There are two editions of Onyx:

  • Onyx Community Edition (CE) is available freely under the MIT license.
  • 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.