Download and install AnQiCMS

Latest version:anqicms v3.5.8
Stable version v3.5.8

Start your website journey

AnQiCMS provides a simple, lightweight, and high-performance installation package. It runs as a single file, requires no complex configuration, and allows your website to go live quickly.

AnQiCMS Linux Distribution

Update date: 2026-04-27 | Architecture: amd64 (64-bit)

Preferred for Production Environment Performance preference
System and environment requirements
Operating system
  • Windows 10 / Server 2016+
  • Ubuntu / Centos / Debian / Galaxy麒麟
  • Android (Termux)
Architecture support
  • x86_64 (amd64)
  • ARM64 (Apple M1/M2)
  • ARM (domestic/Raspberry Pi/NAS)
  • ARM (Android/Termux)

The program uses a self-developed bottom layer in Go language, **no need to install PHP, completely avoid PHP backdoor vulnerabilities, and supports zero threshold rapid deployment.Supports MySQL/MariaDB/TiDB.

Multi-platform distribution package

Choose the distribution version suitable for your server environment

Linux
Stable core version

Comprehensive performance optimization, supports Docker deployment. Suitable for CentOS, Ubuntu, Debian, Honghe Qilin and other mainstream distributions.

Windows
Win 10 / Server

Suitable for local development, demonstration, and production environments based on Windows Server. Built-in web service, unzip and use directly.

macOS
Developer preview version

Optimized for developers, supports Apple Silicon and Intel processors, compatible with local debugging process.

Other Download Links

  • GitCode Download Address:https://gitcode.com/anqicms/anqicms/releases/v3.5.8
  • GitHub download address:https://github.com/fesiong/anqicms/releases/tag/v3.5.8
  • Download instructions: * indicates the version number

    For Windows system, please select to download anqicms-windows-amd64-*.zip

    Linux standard server please select download anqicms-linux-amd64-*.zip

    Linux Arm architecture server please select download anqicms-linux-arm64-*.zip

    Mac traditional chip computer please select download anqicms-darwin-amd64-*.zip

    Mac Apple chip (Arm architecture) computer please select download anqicms-darwin-arm64-*.zip

    Download Android system Termux environmentanqicms-android-termux-*.zip

Version Comparison

Feature Free and Open Source Version (AGPL-3.0) Commercial License Version
Core Website Building Functionality
Multilingual Support
AI Writing and Translation
SEO and structured data
Full-text search engine
Docker deployment
Code licensing AGPL-3.0 (must be open source) Commercial Licensing (can be closed source)
Technical support Community support Priority Technical Support
Custom development
Applicable scenarios Personal blog, corporate website, technical site Commercial projects, SaaS services, secondary development products

The free open-source version is suitable for most enterprise website building needs, pleaseContact Us

Deployment method description

Bt panel deployment

Recommended Convenient management

Run AnQiCMS through the Process Guard Manager in the Baota panel, suitable for users accustomed to using the Baota panel.

  • Visual panel management
  • Supports automatic startup and monitoring
  • Can be used with Nginx reverse proxy
  • Convenient for SSL certificate management

Docker deployment

Production environment

Use the official Docker image, deploy with docker-compose in one click. Suitable for production environments and DevOps processes.

  • Containerized isolation, secure and stable
  • Supports orchestration of multi-container architectures
  • Easy for version management and rollback
  • Supports data persistence storage

System requirements

Minimum configuration requirements
CPU 1 Core
Memory 512 MB
Disk Space 10 GB available space
Network Above 1 Mbps

Suited for personal blogs, small business show sites (< 1000 pages)

Recommended configuration requirements
CPU 2 cores and above
Memory 2 GB and above
Disk Space 40 GB SSD
Network 5 Mbps and above

Suitable for corporate websites, multilingual sites, medium-sized content management systems (> 10000 pages)

Supported systems

  • Supports Windows 10, Windows 11, and Windows Server 2016 and above versions.Does not support Windows 7 and below.
  • Supports Ubuntu, Centos, Red Hat, Debian, Honghe Kylin and other Linux versions based on X86/ARM64.
  • Supports Termux environment running on Android system.
  • Supports macOS 11 and above versions, macOS versions are only for local debugging.

AnQiCMS version

Latest stable version: v3.5.8

Update time: 2026-04-27 17:00:00

You can visit:http://www.anqicms.com/anqicmsorOverseas: GitHub/Domestic: GitCodeTo get the latest version.

If you install AnqiCMS, you can also keep your website program up to date through the background check for updates feature.


AnQiCMS New Feature Characteristics

v3.5.8AnQiCMS

✨ New Feature

  • LLMS Support: Added LLMS (Large Language Model Service) integration, providing more powerful AI capabilities.
  • Structured Data SupportEnhance website SEO capabilities, support the generation of structured data.
  • User field expansion: Add FirstName/LastName fields to user information and improve user information management.
  • Website migrationSupport added to migrate data from Xunrui CMS to AnQiCMS.
  • Document batch operationSupport for batch addition of document tags.

⚡ Feature Optimization

  • Optimization of scheduled publicationImproved scheduling release function, enhancing stability and reliability.
  • Time factor optimizationFixed issues related to the time factor, ensuring the normal operation of time-related functions.
  • Multilingual TranslationOptimize translation logic, supporting word-by-word correction.
  • Full-text search engine updateUpdate the full-text search underlying engine, improving search performance and accuracy.

Bug fixes

  • Full-text search filtering: Fixed the issue of not filtering documents when appending to full-text search, ensuring the accuracy of search results.
  • Static cache crash: Fixed the issue of program crash caused by enabling static cache.
  • Duplicate views count: Fixed the issue of duplicate view counts in the document, ensuring accurate statistics.

v3.5.7AnQiCMS

  • Custom Field ExpansionAdded four new field types: time, date, color, and timeline to meet more content recording needs.
  • Enhanced template tags:
    • NewrangeFunction, can quickly generate continuous data, such as{% for letter in range(1, 10) %},{% for letter in range('A', 'Z') %}.
    • NewpriceFormatFilter, format price and retain two decimal places, such as{{ item.Price|priceFormat:"%.2f" }}.
    • NewdateFormatFilter, flexible time formatting, such as{{ item.CreatedTime|dateFormat:"2006-01-02" }}.
    • NewattachmentLabel, obtain complete image information (path, filename, size, etc.), convenient for template display.
  • Comment feature: Document comment addedemailField, records the email address of the user who commented, for subsequent contact.

⚡ Feature Optimization

  • Full-text Search: Optimizing search rules, improving matching accuracy and relevance.
  • Multilingual TranslationExclude translation requests for non-HTML pages, reduce unnecessary translation operations.
  • robots.txt processingRemove automatic generation logic, users can customize the robots.txt file for more flexible control over search engine crawling.

Bug fixes

  • Fixed document list usageshowTag=trueThe issue of reading the label list when the parameter is incorrect.
  • Fixed the issue of duplicate counting of document page views, ensuring accurate statistics.
  • Fixed the issue of program crash caused by enabling static caching (#88)

v3.5.6AnQiCMS

🌐 Multilingual and content display

  • Optimize multilingual translation function: Improve translation accuracy and process efficiency.
  • Optimize default thumbnails: Now supports random image calls to avoid repetition and monotony.

🔍 Search and tag optimization

  • Optimize full-text search logic: Improve the matching algorithm to make search results more accurate and relevant.
  • Optimize the tag list function:
    • Support throughq=关键词Parameter quick search tags.
    • Can find all document tags containing a certain keyword in one go.

✏️ Editor and feature experience

  • Optimize rich text editor: Simplify the image upload process, making operations more convenient.
  • Optimize document preview function: Improve the stability and display effect of the preview page.

⚡ Performance and underlying optimization

  • Implement underlying system optimization:Effectively improve page loading speed and reduce system IO resource usage.
  • Fix the error in reading the number of related documents.:Ensure the accuracy of the display of associated content quantity.
  • Fix custom model pseudo-static rule: Resolve the issue of some rules not taking effect.

v3.5.5AnQiCMS

🚀 AI capability fully upgraded

  • AI editor launched: Replace document editor with AI editor, integrating AI rewriting, continuation, translation, and other intelligent functions
  • AI Painting Function: Added AI image generation feature to provide more visual support for content creation
  • AI Writing Optimization:
    • Fixed the issue of custom prompt words being ineffective
    • Optimize the automatic translation logic to reduce translation errors

🛠️ Enhanced search and filtering

  • Improved full-text search:
    • Fixed the issue of not being able to filter by content model
    • Fixed the pagination error in search results
  • Parameter filtering upgradeSupports multiple selection mode, can begender=男,女orgender=男&gender=女Pass parameters

📊 Content management optimization

  • Excel batch importSupport document update feature, avoid repeated creation
  • Enhanced scheduled releaseAdd random release option, control the distribution of release time
  • Optimized resource upload: Greatly reduce memory usage during image and video upload

🌐 Multilingual and SEO

  • Customized translation dictionary: Support modifying the translation of specific keywords for easy correction of automatic translation errors
  • Fix static page rewriteSolve the problem that the custom static page rewrite rule of a single content model does not take effect

v3.5.4AnQiCMS

This update includes multiple core feature enhancements, performance optimizations, security reinforcement, and issue fixes, aiming to improve the functionality, stability, and user experience of the system. Here are the detailed update contents.

User Authentication and Security

  • NewGoogle OAuth third-party authorization login method

  • NewEmail verification process when registering a user account

  • NewPassword reset function via email

  • UpdateAkismet spam comment service, added an independent switch and provided more flexible configuration options.

  • FixThe issue of invalid captcha setting on the comment board.

  • FixKnown SQL injection vulnerability, enhances system security.

  • FixCross-domain access security issue exists in Options settings.

💳 Payment and order

  • EnhancePaypal payment, new sandbox test mode support.

  • NewPaypal payment Webhook support, to better handle asynchronous payment notifications.

  • OptimizationOrdering process, supports order and payment without login.

🤖 Content and AI features

  • OptimizationAI writing and article collection features are now supportedProcessing on multiple sites simultaneouslyTask.

  • OptimizationAI writing prompt word logic, prioritize user-defined requirements.

  • AdjustmentWhen AI writes and collects articles, the keyword usage strategy changes toRandom selectionto increase content diversity.

  • FixThe issue of AI writing article quantity not executing according to the set value.

  • OptimizationThe logic of related document retrieval now supports multiple matching modes:

    • like=: Fuzzy matching by keyword

    • keywords: Matching by article keywords

    • tag: Match by tag

    • id: Match by specified ID

    • relation: Match by custom associated document

    • Default mode

🎨 Template and frontend

  • EnhanceNavigation feature is now supportedCustom stylewithConfigure multi-level navigation.

  • NewTemplate TagtagDataListYesshowFlagandshowContentSupport for parameters.

  • NewTemplate TagjsonFilter, for easy data formatting output.

  • FixTemplate TagwordwrapText truncation error problem existing in Filter.

  • FixThe problem of default type configuration error in the home page Banner.

⚡ Performance and cache

  • RefactoringSystem cache logic, significantly improves overall response speed and performance.

  • AdjustmentThe data statistics triggering method is changed to be triggered by front-end JS, solving the problem of traffic statistics distortion caused by CDN caching.

  • OptimizationTime factor article publishing function, using a random ID publishing strategy.

🖥️ Client

  • EnhanceWindows client, new terminal window display feature.

🔌 API and interface

  • OptimizationAnd enhance the API interface layer.

  • NewYesGraphQLSupport for query language, providing a more flexible way to obtain data.

  • AdjustmentComment submission interface, supporting comment function without login.

User Management

  • OptimizationUser management module, added multiple commonly used fields to enhance management convenience.

New Feature

  • NewUser favorites feature.

Bug fixes and optimizations

  • FixThe issue of unverified content model in the article detail page link.

  • FixThe issue known to cause the program to crash unexpectedly.

  • FixThe error in the anchor text replacement logic.

  • FixThe translation error in some text.

  • OptimizationSeveral underlying logic in the system, improving the robustness of the code.


This update recommends that all users upgrade to get a safer, more stable, and more powerful user experience.