https://github.com/genius-society/rogsoft_openlist
KoolCenter插件 - OpenList文件列表(自动升级版)
https://github.com/genius-society/rogsoft_openlist
asuswrt-merlin koolcenter openlist pan123
Last synced: 23 days ago
JSON representation
KoolCenter插件 - OpenList文件列表(自动升级版)
- Host: GitHub
- URL: https://github.com/genius-society/rogsoft_openlist
- Owner: Genius-Society
- License: agpl-3.0
- Created: 2022-03-15T15:46:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-05-17T06:59:38.000Z (30 days ago)
- Last Synced: 2026-05-17T07:04:23.737Z (30 days ago)
- Topics: asuswrt-merlin, koolcenter, openlist, pan123
- Language: Classic ASP
- Homepage: https://github.com/Genius-Society/rogsoft_openlist/releases/latest
- Size: 134 MB
- Stars: 16
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KoolCenter 插件 - OpenList文件列表 (自动升级版)
[](./LICENSE)
[](https://github.com/Genius-Society/rogsoft_openlist/actions/workflows/auto-release.yml)
[](https://sourceforge.net/projects/rogsoft-openlist/files)
[](https://www.bilibili.com/video/BV18ergYRERP/?p=2)
一个支持多种存储, 支持网页浏览和 WebDAV 的文件列表程序, 由 gin 和 Solidjs 驱动, 当前项目为自动更新二进制主程序的 KoolCenter 插件版本
## 官方信息
插件正常启动后的使用问题请查看 [文档](https://www.oplist.org) 或去 [官方TG交流群](https://t.me/OpenListTeam) 寻求帮助
## 依赖项
在 KoolCenter 软件中心安装并挂载如下前置插件, 安装顺序自上而下:
- USB2JFFS
- 虚拟内存
## 机型支持
在 asuswrt 为基础的固件上, OpenList 插件目前仅支持 aarch64 架构的路由器, 具体如下:
- 部分及其未列出, 请根据 CPU 型号和支持软件中心与否自行判断
- 使用 OpenList 建议配置 1G 及以上的虚拟内存, 特别是小内存的路由器
| 机型 | 内存 | CPU/SOC | 架构 | 核心 | 频率 |
| ---------------- | ----- | ------- | ----- | ---- | ------- |
| RT-AC86U | 512MB | BCM4906 | armv8 | 2 | 1.8 GHz |
| GT-AC2900 | 512MB | BCM4906 | armv8 | 2 | 1.8 GHz |
| RT-AX92U | 512MB | BCM4906 | armv8 | 2 | 1.8 GHz |
| GT-AC5300 | 1GB | BCM4908 | armv8 | 4 | 1.8 GHz |
| RT-AX88U | 1GB | BCM4908 | armv8 | 4 | 1.8 GHz |
| GT-AX11000 | 1GB | BCM4908 | armv8 | 4 | 1.8 GHz |
| NetGear RAX80 | 1GB | BCM4908 | armv8 | 4 | 1.8 GHz |
| RT-AX68U | 512MB | BCM4906 | armv8 | 2 | 1.8 GHz |
| RT-AX86U | 1GB | BCM4908 | armv8 | 4 | 1.8 GHz |
| GT-AXE11000 | 1GB | BCM4908 | armv8 | 4 | 1.8 GHz |
| ZenWiFi_Pro_XT12 | 1GB | BCM4912 | armv8 | 4 | 2.0GHz |
| GT-AX6000 | 1GB | BCM4912 | armv8 | 4 | 2.0GHz |
| GT-AX11000_PRO | 1GB | BCM4912 | armv8 | 4 | 2.0GHz |
| RT-AX86U_PRO | 1GB | BCM4912 | armv8 | 4 | 2.0GHz |
## 代码下载
```bash
git clone git@github.com:Genius-Society/rogsoft_openlist.git
cd rogsoft_openlist
```
## 环境
```bash
conda create -n py311 python=3.11 -y
conda activate py311
```
## Windows 上打包
```bash
# 要先将 git bash 和 7z 的环境变量配置好重启
python build.py
```
## 致谢
-