Latest version v3.6.0 · Updated on 2026-06-16

Download Security CMS

Open source and free, supports multiple platforms, quickly deploy your enterprise-level website

Docker
One-click deployment, quickly experience
docker pull anqicms/anqicms:latest && docker run -d --name anqicms -p 8001:8001 anqicms/anqicms:latest
Access after startuphttp://localhost:8001Start using immediately

Multi-platform distribution package

Choose the version that suits your server environment

Linux

Core recommendation · Preferred for production environment

Comprehensive performance optimization, supports X86 and ARM64 architectures

Windows

Windows 10/11 · Server 2016+

Suitable for local debugging and Windows server deployment

Windows amd64Download
Windows arm64To be supported

macOS

Development debugging · macOS 11+

Optimized for developers, supports Intel and Apple Silicon

Version Comparison

FeatureFree and Open Source EditionCommercial License Version
Core Website Building Functionality
Multilingual Support
AI Writing and Translation
SEO and structured data
Docker deployment
Code licensingAGPL-3.0 (must be open source)Commercial Licensing (can be closed source)
Technical supportCommunity supportPriority Technical Support
Custom development

System requirements

Minimum configuration

CPU1 Core
Memory512 MB
Disk10 GB

Recommended Configuration

CPU2 cores and above
Memory2 GB and above
Disk40 GB SSD

Common questions

01. Can a low configuration server run AnQi CMS?
Low server configuration requirements for AnQi CMS, only 1 core and 512MB of memory are needed to run.Compared to PHP CMS, it usually requires more than 2GB of memory, and the configuration requirements are greatly reduced.For general corporate websites, a 1-core 1GB configuration is recommended to meet daily access needs.A security CMS can also run smoothly on microcomputers like the Raspberry Pi.
02. How is the concurrent carrying capacity of AnQi CMS?
The system supports the carrying capacity of 5 million PV, meeting the traffic needs of medium to large websites.The Go language's goroutine mechanism allows the system to efficiently handle a large number of concurrent connections, with each request occupying very few resources.Under high concurrency, the page response delay remains within milliseconds, so the user does not perceive any performance degradation.
03. What server environments does AnQi CMS support?
Supports Linux (CentOS, Ubuntu, Debian, etc.), Windows Server, macOS, and other operating systems.Compatible with Aliyun ECS, Tencent Cloud CVM, Huawei Cloud ECS, AWS EC2, and other mainstream cloud servers.Supports MySQL, PostgreSQL, SQLite, and other databases.Supports Docker container deployment, can be integrated into the Kubernetes platform.
04. Will the upgrade of AnQi CMS affect the normal operation of the website?
Under normal operation, the upgrade will not affect the normal operation of the website. The upgrade only needs to replace the executable file, which can usually be completed within a few minutes, and the website interruption time is very short.The new version is backward compatible, data will not be lost. Backup the old version executable files before upgrading, so you can quickly roll back if there are problems with the new version.Suggest to upgrade during low traffic hours.
05. How to backup AnQi CMS website data?
Data backup covers three parts: database backup (exporting SQL files using mysqldump or pg_dump), file backup (backing up uploaded images and documents), and configuration backup (backing up configuration files).It is recommended to write a shell script to implement scheduled automatic backup and transfer the backup files to an off-site storage to prevent data loss due to local disasters.
06. How to get help when encountering problems?
The website provides detailed usage help, API documentation, and tag manual.The Issue area of GitHub and Gitee repositories can submit issues and feedback.An active developer community where users can ask questions and share experiences.Business license users can receive technical support services, including remote assistance and priority issue handling.