{"id":35542590,"url":"https://github.com/hidumou/frpc-gui","last_synced_at":"2026-05-01T09:06:33.328Z","repository":{"id":332408824,"uuid":"1125893331","full_name":"hidumou/frpc-gui","owner":"hidumou","description":"A modern, user-friendly GUI application for managing FRP (Fast Reverse Proxy) clients across multiple platforms.","archived":false,"fork":false,"pushed_at":"2026-01-09T07:02:13.000Z","size":3370,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T19:44:29.763Z","etag":null,"topics":["frp","frpc","gui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/hidumou.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":"2025-12-31T15:31:51.000Z","updated_at":"2026-01-09T07:02:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hidumou/frpc-gui","commit_stats":null,"previous_names":["hidumou/frpc-gui"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hidumou/frpc-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidumou%2Ffrpc-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidumou%2Ffrpc-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidumou%2Ffrpc-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidumou%2Ffrpc-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hidumou","download_url":"https://codeload.github.com/hidumou/frpc-gui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidumou%2Ffrpc-gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32490845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["frp","frpc","gui"],"created_at":"2026-01-04T05:13:44.474Z","updated_at":"2026-05-01T09:06:33.323Z","avatar_url":"https://github.com/hidumou.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FRPC GUI\n\n\u003cdiv align=\"center\"\u003e\n\n**Cross-platform FRP Client GUI Manager**\n\nA modern, user-friendly GUI application for managing FRP (Fast Reverse Proxy) clients across multiple platforms.\n\n[![GitHub release](https://img.shields.io/github/v/release/hidumou/frpc-gui)](https://github.com/hidumou/frpc-gui/releases)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n[![Downloads](https://img.shields.io/github/downloads/hidumou/frpc-gui/total)](https://github.com/hidumou/frpc-gui/releases)\n[![GitHub stars](https://img.shields.io/github/stars/hidumou/frpc-gui)](https://github.com/hidumou/frpc-gui/stargazers)\n[![GitHub issues](https://img.shields.io/github/issues/hidumou/frpc-gui)](https://github.com/hidumou/frpc-gui/issues)\n\n[English](./README.md) | [简体中文](./README_zh-CN.md)\n\n\u003c/div\u003e\n\n## Features\n\n- **Cross-platform Support**: Works on macOS, Windows, and Linux\n- **Intuitive Dashboard**: Visual interface for managing all your FRP tunnels\n- **Easy Configuration**: Import and manage FRP configurations with a clean UI\n- **Real-time Logs**: Monitor your FRP client activity with built-in log viewer\n- **Flexible Settings**: Customize FRP server settings and client options\n- **TOML Support**: Native support for FRP TOML configuration files\n\n## Screenshots\n\n### Dashboard\nManage and monitor all your FRP tunnels in one place\n![Dashboard](screenshots/dashboard.png)\n\n### Settings\nConfigure FRP server connection and client settings\n![Settings](screenshots/settings.png)\n\n### Import Configuration\nEasily import existing FRP configuration files\n![Import](screenshots/import.png)\n\n### Log Viewer\nView real-time logs from your FRP client\n![Log Viewer](screenshots/log.png)\n\n## Installation\n\n### Download Pre-built Binaries\n\nYou can download the latest release from the [Releases](https://github.com/hidumou/frpc-gui/releases) page.\n\n- **macOS**: Download `.dmg` or `.zip` file\n- **Windows**: Download `.exe` installer or `.zip` archive\n\n#### macOS Gatekeeper Notice\n\nSince the application is not signed with an Apple Developer certificate, macOS may show a warning that the app is \"damaged\" or \"can't be opened\". To fix this, run the following command in Terminal after installation:\n\n```bash\n# For .app installed from DMG\nsudo xattr -rd com.apple.quarantine /Applications/FRPC\\ GUI.app\n\n# Or for the app extracted from ZIP (adjust the path as needed)\nsudo xattr -rd com.apple.quarantine /path/to/FRPC\\ GUI.app\n```\n\nAlternatively, you can build from source to avoid this issue.\n\n### Build from Source\n\n```bash\n# Clone the repository\ngit clone https://github.com/hidumou/frpc-gui.git\ncd frp-gui\n\n# Install dependencies\npnpm install\n\n# Build the application\npnpm electron:build\n```\n\nThe built application will be in the `release` directory.\n\n## Usage\n\n1. **Launch the Application**: Open FRPC GUI after installation\n2. **Configure Server**: Add your FRP server address and port in Settings\n3. **Import Configuration**: Import your existing `frpc.toml` configuration file\n4. **Start Tunnels**: Enable and manage your tunnels from the dashboard\n5. **Monitor Logs**: View real-time logs to troubleshoot any issues\n\n## Development\n\n```bash\n# Install dependencies\npnpm install\n\n# Start development server\npnpm dev\n\n# Build for production\npnpm build\n```\n\n## Requirements\n\n- **Node.js**: \u003e= 18.0.0\n- **pnpm**: \u003e= 8.0.0\n\n## Technology Stack\n\n- **Electron**: Cross-platform desktop application framework\n- **React**: UI library\n- **Vite**: Build tool and dev server\n- **TypeScript**: Type-safe JavaScript\n- **Tailwind CSS**: Utility-first CSS framework\n- **Radix UI**: Accessible UI component library\n- **i18next**: Internationalization framework\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Support\n\nIf you encounter any issues or have questions, please [open an issue](https://github.com/hidumou/frpc-gui/issues) on GitHub.\n\n## Acknowledgments\n\n- [FRP](https://github.com/fatedier/frp) - Fast Reverse Proxy\n- [Electron](https://www.electronjs.org/) - Cross-platform desktop framework\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhidumou%2Ffrpc-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhidumou%2Ffrpc-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhidumou%2Ffrpc-gui/lists"}