Important
1.4.0 Release 已发布,历时一个月,修复了 #3 问题,敬请更新至最新版本😊!
"Where simple browsing shines!"
一款简洁、高效、支持多标签页的跨平台桌面浏览器!
Tip
如果喜欢请给项目点个Star⭐哦,谢谢啦!o( ̄▽ ̄)ブ 如果能协助改进这个项目就更好啦!欢迎提交PR!
- 🚀 流畅高效的网页浏览体验
- 📑 完善的多标签页管理功能
- 🔒 安全可靠的浏览环境
- ⚙️ 灵活的个性化配置选项
- 🎨 现代化的界面设计
Important
暂未支持安卓版本的隐私浏览功能,敬请期待后续更新。
本项目基于 Electron 构建,/docs 目录使用 VitePress 搭建文档,依赖 Vue 相关组件。
npm install
### 运行开发版本
```bash
npm start# 打包所有平台
npm run dist
# 只打包Windows
npm run build:win
# 只打包macOS
npm run build:mac
# 只打包Linux
npm run build:linux完成功能开发后,请自行完成充分测试
Caution
不能使用的PR将不会合并! 提交PR是请附上成功运行的功能截图以便快速的合并!
本项目配置了GitHub Actions自动打包工作流:
-
触发条件:
- 推送标签时自动创建Release
- Pull Request到
main/dev分支时进行构建测试 - 手动触发 (workflow_dispatch)
-
支持平台:
- Windows (EXE)
- macOS (DMG镜像)
- Linux (AppImage)
-
构建产物:
- 自动上传到GitHub Actions artifacts
- 标签推送时自动创建GitHub Release
有任何问题请提交Issue! 也可以通过:交流论坛 与我们交流
Note
提交前请查看下面的已知问题列表,以免重复提交!
XFBrowser/
├── .github/workflows/ # GitHub Actions配置
├── docs/ # 文档目录
├── index.html # 主界面
├── main.js # Electron主进程
├── settings.html # 设置页面
├── welcome.html # 欢迎页面
├── package.json # 项目配置
├── XFBrowser.iss # 打包配置
└── .npmignore # 打包忽略文件
Warning
Apache 2.0 许可证是由 Apache 软件基金会(ASF)在 2004 年批准的开源许可证,旨在通过协作的开源软件开发提供可靠且寿命长的软件产品。Apache 2.0 许可证允许用户自由使用、复制和分发软件,同时也对使用者提出了一些要求和限制。
Apache-2.0 License
Copyright 2026 ZhouyiStudio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
ZhouyiStudio
Caution
XFBrowser-Windows by Zhouyi ❤ Copyright © 2026 Zhouyi | Android version by xuanfeng0316
