# Cognio 基于 Python 的 AI 认知助手。 ## 支持的架构 | 架构 | 标签 | |------|------| | x86-64 | `amd64` | | ARM64 | `arm64` | | 多架构 | `latest` | ## 快速开始 ```bash docker pull amwpfiqvy/cognio:latest docker run -d --name cognio amwpfiqvy/cognio:latest ``` ## 标签说明 - `latest` - 多架构 manifest(amd64 + arm64) - `amd64` - 仅 x86-64 架构 - `arm64` - 仅 ARM64 架构 ## 源码 - GitHub: [https://github.com/0xReLogic/Cognio](https://github.com/0xReLogic/Cognio) ## 许可证 详见 [GitHub 仓库](https://github.com/0xReLogic/Cognio)。