richasy/bili.copilot

B站第三方 Windows 桌面客户端,使用 Windows App SDK 构建的原生应用

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 13th, 2026
Created on July 14th, 2023
Open Issues & Pull Requests: 269 (+0)
GitHub issues: Enabled
Number of forks: 144
Total Stargazers: 5,232 (+0)
Total Subscribers: 19 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 14.7 hours
90th percentile: 0.0 hours
Tracked items: 502

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. 79% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 5% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 263
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 531 days
Stale 30+ days: 260
Stale 90+ days: 253

Recent activity

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

Top labels

  • documentation (1)
  • invalid (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Bili.Copilot is a third-party desktop client for Bilibili built as a native Windows application using Windows App SDK.

The tool addresses the need for a dedicated Windows desktop experience for Bilibili, a major video platform. It reconstructs and improves upon an earlier client by leveraging Windows App SDK and WinUI3 to provide native performance and integration with Windows 11. The application supports multiple login methods including QR code scanning and web-based authentication, and includes video playback capabilities powered by MPV integration.

Developers should choose this tool if they need a Windows desktop client for Bilibili with native performance characteristics. The project suits Windows 11 users seeking an alternative to browser-based access. The tool is available through Microsoft Store for standard installation or via sideloading for those preferring manual deployment. During development, the maintainers extracted reusable components including bili-kernel for API interaction, agent-kernel for AI service integration, mpv-kernel for media playback, and winui-kernel for UI foundations, all distributed as NuGet packages to enable integration into other projects.

Development activity shows active modularization with extracted components maintained as separate repositories and distributed through package managers. The project maintains comprehensive documentation at a dedicated site separate from the repository. Setup requires manual acquisition of external binaries including libmpv and ffmpeg from specified sources, indicating deliberate architectural choices around media handling dependencies. The codebase supports multiple CPU architectures including x64 and ARM64 platforms, with build infrastructure accommodating both variants.