{"id":13431728,"url":"https://github.com/msojocs/bilibili-linux","last_synced_at":"2025-04-14T06:02:57.399Z","repository":{"id":37764546,"uuid":"491511991","full_name":"msojocs/bilibili-linux","owner":"msojocs","description":"基于哔哩哔哩官方客户端移植的Linux版本 支持漫游","archived":false,"fork":false,"pushed_at":"2025-04-01T10:05:48.000Z","size":6434,"stargazers_count":880,"open_issues_count":15,"forks_count":44,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-14T06:00:05.888Z","etag":null,"topics":["bilibili","bilibili-client","electron","linux"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msojocs.png","metadata":{"files":{"readme":"README.MD","changelog":"CHANGELOG.MD","contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-12T12:50:02.000Z","updated_at":"2025-04-13T12:52:44.000Z","dependencies_parsed_at":"2023-02-10T21:45:24.443Z","dependency_job_id":"faaa6c8b-3b68-4117-8ccc-5bc3ffeb8115","html_url":"https://github.com/msojocs/bilibili-linux","commit_stats":null,"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msojocs%2Fbilibili-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msojocs%2Fbilibili-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msojocs%2Fbilibili-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msojocs%2Fbilibili-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msojocs","download_url":"https://codeload.github.com/msojocs/bilibili-linux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830404,"owners_count":21168272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bilibili","bilibili-client","electron","linux"],"created_at":"2024-07-31T02:01:05.406Z","updated_at":"2025-04-14T06:02:57.353Z","avatar_url":"https://github.com/msojocs.png","language":"JavaScript","funding_links":[],"categories":["第三方客户端"],"sub_categories":["直播脚本"],"readme":"**简体中文 | [繁體中文](README_zh-tw.MD)**\n\n\u003cdiv align=\"center\"\u003e\n\n  \u003cimg src=\"./res/icons/bilibili.svg\" height=\"100px\" width=\"100px\"/\u003e\n\n  \u003ch3\u003e哔哩哔哩 Linux版\u003c/h3\u003e\n  \u003cbr\u003e\n\n----\n\n[![aur](https://img.shields.io/aur/version/bilibili-bin)](https://aur.archlinux.org/packages/bilibili-bin)\n\n  这是哔哩哔哩 Linux版\n  \n  SVG图标来自 [@Peternal](https://github.com/Peternal)\n\n  \u003cbr\u003e\n\u003c/div\u003e\n\n## 介绍\n\n本项目用到了：\n\n1. 反混淆\n2. 调试\n3. 脑子\n\n本项目完全开源，且没有任何代码加密操作，如有疑虑请自行审查代码或停止使用相关文件。\n\n## 特点\n\n1. 没有讨厌的标题栏\n2. 支持小分辨率屏幕全屏\n3. 检查更新支持\n4. 有能够关闭程序的菜单\n5. 支持漫游\n6. 外区搜索\n7. [弹幕共享](docs/help/弹幕共享.MD)\n\n## 使用方法\n\n### 自动化构建\n\n请到 Release 页面下载：\n\nhttps://github.com/msojocs/bilibili-linux/releases\n\n即时构建版本：\n\nhttps://github.com/msojocs/bilibili-linux/releases/tag/continuous\n\n### 手动构建\n\n1. 拉取代码\n   ```\n   git clone https://github.com/msojocs/bilibili-linux.git\n   cd bilibili-linux\n   ```\n2. 安装\n   ```\n   tools/setup-bilibili\n   ```\n3. 启动\n   ```\n   bin/bilibili\n   ```\n### AppImage 安装\n\n请使用 [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher)\n\n### 额外补充\n\n如果阁下不喜欢电脑多装一个 Electron，可以自行提取发布版的 `app.asar` 并使用已安装 Electron 启动，建议的 Electron 版本是：`33.0.2`\n\n## Flag参数配置\n\n支持的参数列表：\nhttps://www.electronjs.org/docs/latest/api/command-line-switches\n\n1. 创建 `flags` 文件\n\n   在 `~/.config/bilibili` 目录下创建 `bilibili-flags.conf` 文件\n\n2. 填写配置\n\n   ```\n   --disable-gpu\n   --key=value\n   ```\n\n## Wayland 窗口置顶操作\n\n从 v1.15.2-3 开始支持。\n\n参考设置：https://github.com/msojocs/bilibili-linux/issues/136#issuecomment-2480558792\n\n## 开发者工具\n\n现已支持自行打开开发者工具，方法如下：\n\n尝试按下\u003ckbd\u003eF12\u003c/kbd\u003e，如果没有反应就是没有开启；\n\n登录界面有两层，内层右键打开，外层\u003ckbd\u003eF12\u003c/kbd\u003e打开。\n\n## 关于龙芯\n\nhttps://areweloongyet.com/docs/loong-or-loongarch\n\n|发行版|架构标识符|\n|------|----------|\n|AOSC OS|`loongarch64`|\n|Debian|\u003cul\u003e\u003cli\u003e旧世界：`loongarch64`\u003c/li\u003e\u003cli\u003e新世界：`loong64`\u003c/li\u003e\u003c/ul\u003e|\n|Gentoo|`loong`|\n|Loong Arch Linux|`loong64`|\n|RPM 系|`loongarch64`|\n|Slackware|`loong64`|\n\n## 预览\n\n![推荐](res/screenshots/1.png)\n\n![直播](res/screenshots/live.png)\n\n![检查更新](res/screenshots/update.png)\n\n![退出](res/screenshots/exit.png)\n\n![漫游](res/screenshots/roaming.png)\n\n## 感谢以下项目\n\n1. [BiliRoaming](https://github.com/yujincheng08/BiliRoaming)\n2. [解除B站区域限制](https://github.com/ipcjs/bilibili-helper)\n\n## 免责声明\n\nLicense 仅对本项目生效，不针对其产物。\n\n哔哩哔哩客户端版权归上海宽娱数码科技有限公司所有；\n\n对于使用本项目产生的额外问题，如账户封禁被盗等，维护者不对此负责，请谨慎使用；\n\n如有不当之处，请联系本人，邮箱：jiyecafe@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsojocs%2Fbilibili-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsojocs%2Fbilibili-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsojocs%2Fbilibili-linux/lists"}