Content







[](https://deepwiki.com/Qingyon-AI/Revornix)
English | [中文文档](./README_zh.md) | [日本語ドキュメント](./README_jp.md)
## Introduction
🚀 RoadMap: [RoadMap](https://huaqinda.notion.site/RoadMap-224bbdbfa03380fabd7beda0b0337ea3)
🖥️ Official Website: [https://revornix.com](https://revornix.com)
❤️ Join our community: [Discord](https://discord.com/invite/3XZfz84aPN) | [WeChat](https://github.com/Qingyon-AI/Revornix/discussions/1#discussioncomment-13638435) | [QQ](https://github.com/Qingyon-AI/Revornix/discussions/1#discussioncomment-13638435)
Revornix is an information management tool for the AI era. It helps you conveniently integrate all visible information and provides you with a comprehensive report at a specific time.

## Features
- Cross-platform availability: Currently supports web; iOS app and WeChat Mini Program support coming soon.
- All-in-one content aggregation: Centralized content collection, including news, blogs, forums, and more.
- Document Transformation & Vectorized Storage: Powered by multimodal large models, files are converted to Markdown and embedded before being stored in the industry-leading Milvus.
- Native Multi-Tenancy: Designed as a multi-tenant system, it supports concurrent usage by multiple users, each with their own independent document repository.
- Localization & Open Source: Open-source code with all data stored locally—no concerns about data leakage.
- Smart Assistant & Built-in MCP: An AI assistant powered by built-in MCP that can interact with your documents and tools, supporting multi-model switching.
- Seamless LLM integration: Built-in model integration support—freely configure and choose the LLM you want (OpenAI-compatible required).
- Multilingual & Responsive: Whether you're a Chinese or English user, on mobile or desktop, you'll enjoy a great experience.
## Quick Start
### Docker Method (Recommended)
#### Clone the Repository Locally
```shell
git clone git@github.com:Qingyon-AI/Revornix.git
cd Revornix
```
#### Environment Variables Configuration
```shell
cp .env.example .env
```
Go to the corresponding environment variable files and configure them. For details, refer to [Environment Variables Configuration](https://revornix.com/en/docs/environment).
> [!TIP]
> In most cases, you only need to configure the `OAUTH_SECRET_KEY` parameter for the user authentication mechanism, and leave the other parameters as default. Note that the `OAUTH_SECRET_KEY` must be consistent across different services; otherwise, the user authentication systems will not be interoperable.
#### Pull Necessary Repositories and Start with Docker
```shell
docker compose up -d
```
Once all services are started, you can visit http://localhost to view the front-end page. Note that due to the back-end services taking longer to start, the front-end may need to wait for some time (usually around 10-15 minutes) before it can make successful requests. You can check the core back-end service status with docker compose logs api.
### Manual Deployment Method
For detail, please refer to [official documentation manual deployment method](https://revornix.com/en/docs/start#manual-deployment-method)
## Contributors
<a href="https://github.com/Qingyon-AI/Revornx/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Qingyon-AI/Revornix" />
</a>
You Might Also Like
MarkItDown MCP
markitdown-mcp is a lightweight MCP server for converting various URIs to Markdown.
Github
GitHub MCP Server connects AI tools to GitHub for code management and automation.

apisix
Apache APISIX is an API Gateway for managing APIs and microservices.
investor-agent
investor-agent is an MCP server providing financial insights and analysis.
mcpsvr
MCPSvr is a platform for discovering and sharing MCP servers.
MCP-Server-Playwright
MCP Server Playwright enables LLMs to automate browsers, take screenshots,...