{"id":48446500,"url":"https://github.com/sky22333/proxifyre-ui","last_synced_at":"2026-04-06T18:03:38.930Z","repository":{"id":348408563,"uuid":"1197942891","full_name":"sky22333/proxifyre-ui","owner":"sky22333","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-01T04:52:33.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T04:52:48.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sky22333.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-01T02:12:48.000Z","updated_at":"2026-04-01T04:51:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sky22333/proxifyre-ui","commit_stats":null,"previous_names":["sky22333/proxifyre-ui"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sky22333/proxifyre-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky22333%2Fproxifyre-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky22333%2Fproxifyre-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky22333%2Fproxifyre-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky22333%2Fproxifyre-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sky22333","download_url":"https://codeload.github.com/sky22333/proxifyre-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sky22333%2Fproxifyre-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31483383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-04-06T18:02:47.108Z","updated_at":"2026-04-06T18:03:38.925Z","avatar_url":"https://github.com/sky22333.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProxiFyre UI\n\n**ProxiFyre UI** 是一个基于 `WPF` 和 `WPF UI 4.0` 打造的现代化、高性能透明代理工具。它为底层的网络代理核心程序 `ProxiFyre.exe` 提供了一个优雅的图形化配置界面 (GUI)。\n\nProxiFyre 是一款 Windows 平台上的开源 SOCKS5 透明代理工具。支持透明代理指定的进程，能让那些本身完全不支持代理设置的应用程序，实现真正的透明转发。\n\n## 核心特性\n\n- **极致现代化 UI**：全面采用最新的 `lepoco/wpfui` 组件库，符合 Windows 11 设计语言。\n- **智能环境检测与自愈**：启动时自动检测 `ProxiFyre.exe`、`NDISAPI 驱动` 及 `VC++ 运行时`，若有缺失会自动弹出对话框，支持一键异步多线程下载并静默安装。\n- **自动代理感知**：在下载环境依赖时，会自动读取并应用用户配置的代理节点，确保在国内网络环境下也能高速下载 GitHub 资源。\n- **极简进程管理**：实时捕获并滚动输出底层核心程序的运行日志。\n\n## 预览\n\u003cimg width=\"700\" height=\"550\" alt=\"demo\" src=\"https://github.com/user-attachments/assets/67145775-59a6-4230-88b7-8d0cc8f894e3\" /\u003e\n\n## 快速上手\n\n还原依赖并运行\n```bash\ndotnet run\n```\n执行 Release 构建\n```bash\ndotnet build -c Release\n```\n\u003e 构建成功后，可执行文件及依赖将被输出至 `bin/Release/net48/` 目录。\n\n## 技术栈\n\n- **.NET Framework 4.8** - 基础框架\n- **WPFUI** - 现代化 UI 库\n- **CommunityToolkit.Mvvm** - 微软官方的高性能 MVVM 架构框架\n- **Newtonsoft.Json** - 高效的 JSON 配置文件解析\n\n## 鸣谢\n\n- **wpfui** - 提供了 [WPF UI 4.0](https://github.com/lepoco/wpfui) 组件库，使此项目能够实现现代化的 UI 设计。\n- **proxifyre-tray** - 参考了 [proxifyre-tray](https://github.com/airenelias/proxifyre-tray) 的设计。\n- **proxifyre** - 基于 [proxifyre](https://github.com/wiresock/proxifyre) 核心，站在巨人肩膀上。\n- 友情链接：[linuxdo](https://linux.do/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsky22333%2Fproxifyre-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsky22333%2Fproxifyre-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsky22333%2Fproxifyre-ui/lists"}