Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
| Date | Stars |
|---|---|
| 2026-07-31 | 844 |
| 2026-08-06 | 851 |
| 2026-08-15 | 857 |
| 2026-08-18 | 859 |
| 2026-08-19 | 859 |
| 2026-08-23 | 859 |
| 2026-08-24 | 859 |
| 2026-08-25 | 860 |
| 2026-08-26 | 860 |
| 2026-08-30 | 863 |
| 2026-08-31 | 863 |
| 2026-09-02 | 864 |
| 2026-09-03 | 865 |
| 2026-09-04 | 865 |
| 2026-09-05 | 867 |
| 2026-09-07 | 867 |
| 2026-09-08 | 869 |
| 2026-09-09 | 869 |
| 2026-09-13 | 869 |
| 2026-09-17 | 869 |
| 2026-09-18 | 870 |
| 2026-09-20 | 870 |
Today
— stars today
This week
+1 stars this week
This month
+11 stars this month
Momentum
1.0
growth rate 0.11%/day
# dockerCopilot
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html">
<img alt="License: AGPLv3" src="https://shields.io/badge/License-AGPL%20v3-blue.svg">
</a>
# 介绍
一个主打便捷的docker容器管理工具,现在已经支持所有平台。
已经实现:
1. 一键更新容器
2. 指定镜像和tag更新
3. 启动、停止、重启容器
4. 重命名容器
5. 删除无TAG镜像
6. 删除未使用镜像
7. 更新进度查看
8. 备份容器设置
9. 恢复容器设置
## 使用
docker compose 安装
```
services:
dockercopilot:
container_name: dockercopilot
restart: always
privileged: true
network_mode: bridge
ports:
- 12712:12712
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data
environment:
- TZ=Asia/Shanghai
- DOCKER_HOST=unix:///var/run/docker.sock
- secretKey=密码,不少于八位且非纯数字
image: 0nlylty/dockercopilot:latest
```
## 开发环境
go版本:1.21+
Excerpt of 776 characters
Read on GitHub369
5
3
1
Would you bet a product on this? Bounded 0–100 and slow moving.
Not classified yet. Classification runs as part of npm run ingest.