alistgo/alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 15 minutes ago
Added to GitGenius on August 31st, 2026
Created on December 23rd, 2020
Open Issues & Pull Requests: 560 (+0)
GitHub issues: Enabled
Number of forks: 7,936
Total Stargazers: 50,130 (+0)
Total Subscribers: 217 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.0 hours
Mean response time: 17.2 days
90th percentile: 22.8 days
Tracked items: 1,116

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 11% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 502
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 581 days
Stale 30+ days: 493
Stale 90+ days: 486

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • bug (767)
  • enhancement (501)
  • stale (145)
  • invalid (34)
  • duplicate (12)
  • pr-welcome (10)
  • wontfix (10)
  • question (9)

Detailed Description

Alist is a file list and WebDAV server that supports multiple storage backends, built with Go's Gin framework and Solidjs for the frontend.

The tool solves the problem of unified file access across disparate storage systems. Rather than managing separate interfaces for cloud storage providers, local storage, and other sources, Alist aggregates them behind a single file listing interface and WebDAV protocol endpoint. This allows users to browse and access files from multiple storage backends through one application, with WebDAV support enabling integration with standard file clients and applications that speak that protocol.

Alist suits projects where you need to present a consolidated view of files stored across different services or locations. It works well for personal file servers, organizational file sharing, or scenarios where you want to expose multiple storage sources through a single access point. The tool is particularly valuable if your storage is distributed across cloud providers like OneDrive or other services that the project supports, as it eliminates the need to manage separate access methods for each source.

The project maintains active development with regular releases and builds passing consistently. Community engagement is strong, with active discussions and a Discord channel for user support. The tool has been adopted widely enough to warrant Docker distribution and localization efforts across multiple languages, indicating sustained interest and maintenance beyond initial development.