EveryDev.ai
Subscribe
Home
Tools

3,985+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. WeKnora
    WeKnora icon

    WeKnora

    Knowledge Management

    Open-source, LLM-powered enterprise knowledge framework by Tencent that turns raw documents into a queryable RAG system, an autonomous reasoning agent, and a self-maintaining Wiki.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully open-source under MIT License, free to self-host with all features included.

    Engagement

    Available On

    Windows
    Linux
    Web
    API
    Browser

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Knowledge ManagementRetrieval-Augmented GenerationAgent Frameworks

    Alternatives

    Contextual AIOpen NotebookLLM Wiki
    Developer
    Tencent Zhuque LabShenzhen, ChinaEst. 2019

    Listed Sep 2026

    About WeKnora

    WeKnora is an open-source enterprise knowledge management framework released by Tencent under the MIT License. It combines RAG-based question answering, a ReAct autonomous agent, and an auto-generated Wiki into a single self-hostable platform. The project is written primarily in Go, supports private and offline deployment via Docker, Kubernetes, and Helm, and integrates with more than 20 LLM providers.

    What It Is

    WeKnora sits in the category of LLM-powered knowledge platforms designed for teams that need to make internal documents queryable, actionable, and continuously organized. Its three core modes share a single knowledge base: RAG Q&A for fast semantic and keyword retrieval with source citations, a ReAct Agent that autonomously orchestrates retrieval, MCP tools, skill sandboxes, and web search to handle multi-step tasks, and Wiki Mode in which agents distill raw documents into interlinked Markdown pages with a knowledge graph, revision history, and one-click rollback. The framework handles 10+ document formats including PDF, Word, Excel, images, EPUB, XMind, and more.

    Architecture and Deployment Model

    WeKnora is fully modular: every component — LLM provider, vector database, object storage backend, and document parser — is swappable. Deployment options include local Docker Compose, Kubernetes with Helm charts, and optional Docker Compose profiles for Neo4j (knowledge graph), MinIO (object storage), and Langfuse (tracing). The backend API runs on port 8080 and the Web UI on port 80 by default. A weknora CLI provides agent-first JSON output for headless and CI use, and an MCP Server (official PyPI package tencent-weknora-mcp) exposes 29 tools over stdio, SSE, and HTTP transports.

    Integrations and Ecosystem

    The platform connects to a wide range of external systems:

    • Data sources: Feishu wiki, Feishu Drive, GitLab, Tencent IMA, Notion, Yuque, DingTalk Docs, RSS
    • IM channels: WeCom, Feishu, Lark, QQBot, Slack, Telegram, DingTalk, Mattermost, WeChat, Yunzhijia
    • LLM providers: OpenAI, Azure OpenAI, Anthropic, DeepSeek, Qwen, Zhipu, Hunyuan, Doubao, Gemini, MiniMax, NVIDIA, LiteLLM, Ollama, and more
    • Vector databases: PostgreSQL (pgvector), Elasticsearch, OpenSearch, Milvus, Weaviate, Qdrant, Apache Doris, Tencent VectorDB
    • Object storage: Local, MinIO, AWS S3 (IAM Role/IRSA), Volcengine TOS, Alibaba Cloud OSS, Huawei OBS, and others
    • Web search: DuckDuckGo, Bing, Google, Tavily, Baidu, SearXNG, Exa, Metaso, and more

    A Chrome Extension lets users capture web content directly into a knowledge base, and a WeChat Mini Program provides a lightweight mobile client.

    Enterprise Access Control and Observability

    WeKnora includes a 4-tier workspace RBAC model (Owner / Admin / Contributor / Viewer) with per-knowledge-base resource ownership, per-workspace audit logs, invite-only workspaces, and scoped API keys with capability-level grants. Security features include AES-256-GCM at-rest encryption for API keys and credentials, gRPC TLS between app and document reader, Redis TLS, SSRF-safe HTTP clients, and OIDC ID-token JWKS verification. Observability is provided through Langfuse integration for ReAct loop tracing, token tracking, and pipeline tracing, plus a built-in runtime task-queue dashboard for queue depth, per-model concurrency, and failed-task inspection.

    Update: v0.8.0

    Version 0.8.0 was published on September 3, 2026 and is the current release. Key additions include:

    • Skill sandbox runtime: session-persistent Docker, E2B, and Cube backends with per-tenant network policy; the local host-process backend was removed
    • Tenant skill catalog: install skills from ClawHub, SkillHub, git, or zip; per-sandbox snapshots, live progress, file browse and edit, personal and workspace environment variables
    • Cross-session long-term memory: profile, preference, fact, task, and interest memory types with auto-extract, user confirmation, and on-demand search_memory
    • In-process anydoc office parser for Word, Excel, and PowerPoint files
    • Official DeepSeek Harness plugin (@wxg-prc-cpg/dsh-weknora) giving coding agents four read-only WeKnora tools
    • GitLab and Tencent IMA data sources, LiteLLM support, Exa and Metaso web search, XMind parsing, chat artifacts, and context compaction

    The GitHub repository shows 27,000+ stars and active development with frequent releases across the v0.3–v0.8 series since the project was created in July 2025.

    WeKnora - 1

    Community Discussions

    Be the first to start a conversation about WeKnora

    Share your experience with WeKnora, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully open-source under MIT License, free to self-host with all features included.

    • RAG-based Q&A with hybrid retrieval
    • ReAct autonomous agent
    • Auto-generated Wiki with knowledge graph
    • Cross-session long-term memory
    • Skill catalog with sandbox backends

    Capabilities

    Key Features

    • RAG-based Q&A with hybrid semantic and keyword retrieval
    • ReAct autonomous agent with multi-step reasoning
    • Auto-generated Wiki with knowledge graph and revision history
    • Cross-session long-term memory (profile, preference, fact, task, interest)
    • Skill catalog with Docker, E2B, and Cube sandbox backends
    • MCP tool integration with OAuth2 support
    • 10+ document format support (PDF, Word, Excel, images, XMind, EPUB, etc.)
    • Multi-source data ingestion (Feishu, GitLab, Notion, Yuque, RSS, and more)
    • IM channel integration (WeCom, Slack, Telegram, DingTalk, and more)
    • 20+ LLM provider integrations including OpenAI, DeepSeek, Ollama, LiteLLM
    • Multiple vector database backends (pgvector, Milvus, Qdrant, Weaviate, etc.)
    • Multiple object storage backends (S3, MinIO, OSS, OBS, etc.)
    • 4-tier workspace RBAC with per-KB ownership and audit logs
    • Scoped API keys with capability-level grants
    • Langfuse observability for agent tracing and token tracking
    • Runtime task-queue dashboard with worker-pool governance
    • Chrome Extension for web content capture
    • WeChat Mini Program mobile client
    • CLI with agent-first JSON output and MCP serve mode
    • Website embed widget for publishing agents to external sites
    • Chunk editing with revision history and automatic reindexing
    • Folder tree view preserving upload directory structure
    • OIDC integration and AES-256-GCM credential encryption
    • Docker, Kubernetes, and Helm deployment support
    • Web search integration (DuckDuckGo, Bing, Google, Tavily, Exa, and more)

    Integrations

    OpenAI
    Azure OpenAI
    Anthropic Claude
    DeepSeek
    Qwen (Alibaba Cloud)
    Zhipu AI
    Hunyuan
    Doubao (Volcengine)
    Gemini
    MiniMax
    NVIDIA
    LiteLLM
    Ollama
    Feishu
    Lark
    GitLab
    Tencent IMA
    Notion
    Yuque
    DingTalk
    RSS
    WeCom
    Slack
    Telegram
    Mattermost
    QQBot
    WeChat
    Yunzhijia
    PostgreSQL (pgvector)
    Elasticsearch
    OpenSearch
    Milvus
    Weaviate
    Qdrant
    Apache Doris
    Tencent VectorDB
    MinIO
    AWS S3
    Volcengine TOS
    Alibaba Cloud OSS
    Huawei OBS
    Kingsoft Cloud KS3
    Neo4j
    Langfuse
    Redis
    ClawHub
    SkillHub
    E2B
    Docker
    Kubernetes
    Helm
    Chrome Extension
    DeepSeek Harness
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate WeKnora and help others make informed decisions.

    Developer

    Tencent Zhuque Lab

    Tencent Zhuque Lab is a security research lab within Tencent's Security Platform Department, founded in 2019, focused on real-world offensive and defensive research in the AI security space. The lab builds open-source AI security products including the AI Red Teaming platform A.I.G (AI-Infra-Guard) and the Zhuque AI Detection Assistant. The team publishes research at top international conferences including Black Hat, DEF CON, ICLR, CVPR, NeurIPS, and ACL, and has helped vendors such as NVIDIA, Google, and Microsoft fix high-risk vulnerabilities. Tencent Zhuque Lab also maintains SkillTrustBench, a public benchmark for evaluating agent skill security.

    Founded 2019
    Shenzhen, China
    30 employees

    Used by

    NVIDIA
    Google
    Microsoft
    OpenClaw
    +2 more
    Read more about Tencent Zhuque Lab
    WebsiteGitHub
    4 tools in directory

    Similar Tools

    Contextual AI icon

    Contextual AI

    Enterprise AI platform for building agents that reason over technical documentation, specifications, and institutional knowledge with verified outputs.

    Open Notebook icon

    Open Notebook

    An open-source, privacy-first AI-powered note-taking and research platform that serves as a self-hosted alternative to Google's Notebook LM with multi-model support.

    LLM Wiki icon

    LLM Wiki

    LLM-compiled knowledge bases for any AI agent, with parallel multi-agent research, thesis-driven investigation, source ingestion, wiki compilation, and artifact generation.

    Browse all tools

    Related Topics

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    162 tools

    Retrieval-Augmented Generation

    RAG Systems that enhance LLM outputs by retrieving relevant information from external knowledge bases, combining the power of generative AI with information retrieval for more accurate and contextual responses.

    124 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    729 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions