{"id":43391875,"url":"https://github.com/oneclickvirt/ecs-gui","last_synced_at":"2026-08-04T16:00:24.486Z","repository":{"id":336019581,"uuid":"1147870542","full_name":"oneclickvirt/ecs-gui","owner":"oneclickvirt","description":"VPS融合怪服务器测评项目 GUI版本 VPS Fusion Monster Server Test GUI Version ","archived":false,"fork":false,"pushed_at":"2026-07-30T17:15:36.000Z","size":1085,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-30T18:13:56.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/oneclickvirt/ecs","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oneclickvirt.png","metadata":{"files":{"readme":"README.en.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,"disclosure":null}},"created_at":"2026-02-02T09:58:17.000Z","updated_at":"2026-07-30T16:49:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/oneclickvirt/ecs-gui","commit_stats":null,"previous_names":["oneclickvirt/ecs-gui"],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/oneclickvirt/ecs-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneclickvirt%2Fecs-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneclickvirt%2Fecs-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneclickvirt%2Fecs-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneclickvirt%2Fecs-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oneclickvirt","download_url":"https://codeload.github.com/oneclickvirt/ecs-gui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oneclickvirt%2Fecs-gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36281822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-04T02:00:06.901Z","response_time":57,"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":[],"created_at":"2026-02-02T13:25:32.991Z","updated_at":"2026-08-04T16:00:24.480Z","avatar_url":"https://github.com/oneclickvirt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GOECS GUI Version\n\n[![Build All UI APP](https://github.com/oneclickvirt/ecs-gui/actions/workflows/build.yml/badge.svg)](https://github.com/oneclickvirt/ecs-gui/actions/workflows/build.yml)\n\n[中文](README.md)\n\nGOECS GUI is a Fyne-based cross-platform system benchmark and network testing app for Android, macOS, Windows, and Linux.\n\nUpstream project: https://github.com/oneclickvirt/ecs\n\n## Features\n\n- Select basic info, CPU, memory, disk, streaming unlock, route, ping, and speed tests from the GUI\n- Show real-time stage progress and the current running item\n- Copy results, export a text file, or upload a share link\n- Switch between Chinese/English UI and light/dark themes\n- Send completion notifications on Android and request Windows UAC elevation when privileged tests need it\n\n## Quick Start\n\n1. Install Go 1.25.4 or newer.\n2. Clone the repository and enter the `ecs-gui` directory.\n3. Run `go mod download`.\n4. Run `go run -ldflags=\"-checklinkname=0\" .` for a development build.\n5. Run `./build.sh desktop` when you need a local desktop artifact.\n\n## Architecture\n\n```mermaid\nflowchart LR\n  User[\"User\"] --\u003e App[\"Fyne App\u003cbr/\u003emain.go\"]\n  App --\u003e UI[\"UI layer\u003cbr/\u003eui/\"]\n  UI --\u003e Executor[\"CommandExecutor\u003cbr/\u003eprogress/cancel/output capture\"]\n  Executor --\u003e Core[\"CoreRunner interface\"]\n  Core --\u003e ECS[\"goecs and test modules\"]\n  Executor --\u003e Terminal[\"Terminal result view\"]\n  Terminal --\u003e Export[\"Copy/export/share\"]\n  UI --\u003e Build[\"FyneApp.toml\u003cbr/\u003ebuild.sh / GitHub Actions\"]\n```\n\n## Supported Platforms\n\n### Android\n\n- GitHub Actions build includes APK signing\n- Minimum version: Android 7.0 (API Level 24)\n- Recommended version: Android 13 (API Level 33) or newer\n- Architectures: ARM64, x86_64\n\n### macOS\n\n- GitHub Actions build is unsigned by default\n- Minimum version: macOS 11.0\n- Architectures: Apple Silicon (ARM64), Intel (AMD64)\n- Signing guide: [docs/macos-signing.en.md](docs/macos-signing.en.md)\n\n### Windows\n\n- GitHub Actions build is unsigned by default\n- Minimum version: Windows 10\n- Architectures: ARM64, AMD64\n- Some disk and route tests require Administrator privileges; the GUI requests a UAC restart when needed\n\n### Linux\n\n- GitHub Actions build is unsigned by default\n- Architectures: ARM64, AMD64\n\n## Local Build\n\n### Requirements\n\n1. Go 1.25.4 or newer\n2. Android SDK, only for Android builds\n3. Android NDK 25.2.9519653, only for Android builds\n4. JDK 17 or newer, only for Android builds\n\n### Environment\n\n```bash\nexport ANDROID_NDK_HOME=/path/to/android-ndk\ngo install fyne.io/tools/cmd/fyne@latest\n```\n\n### Commands\n\n```bash\n./build.sh desktop\n./build.sh android\n./build.sh macos\n./build.sh windows\n./build.sh linux\n./build.sh all\n```\n\nArtifacts are written to the repository root.\n\nVersion sources:\n\n- `VERSION` stores the app semantic version, for example `0.1.139`\n- `FyneApp.toml` `Version` should stay in sync with `VERSION`\n- GitHub Actions release tags use `vYYYYMMDD-HHMMSS`\n\n### Environment Variables and CI Secrets\n\n| Name | Location | Required | Purpose |\n|------|----------|----------|---------|\n| `ANDROID_NDK_HOME` | Local/CI | Android builds only | Points to Android NDK 25.2.9519653 |\n| `FORCE_JAVASCRIPT_ACTIONS_TO_NODE24` | CI | Yes | Opts into the Node 24 Actions runtime |\n| `GOPRIVATE` | CI | Private module builds | Allows downloading private modules such as `github.com/oneclickvirt/security` |\n| `GHT` | GitHub Secret | CI | Accesses private Go modules and the signing keystore repository |\n| `KEYSTORE_PASSWORD` | GitHub Secret | Android signing | APK keystore password |\n| `KEY_PASSWORD` | GitHub Secret | Android signing | APK key alias password |\n| `GITHUB_TOKEN` | GitHub-provided | CI | Creates releases and uploads artifacts |\n| `APPLE_ID` / `APPLE_TEAM_ID` / `APPLE_APP_PASSWORD` | GitHub Secret | Optional macOS notarization | See the macOS signing guide |\n| `MACOS_CERTIFICATE_P12` / `MACOS_CERTIFICATE_PASSWORD` | GitHub Secret | Optional macOS signing | See the macOS signing guide |\n\n## Development\n\n```bash\ngit clone https://github.com/oneclickvirt/ecs-gui.git\ncd ecs-gui\ngo mod download\ngo run -ldflags=\"-checklinkname=0\" .\n```\n\n## FAQ\n\n- Why does development use `-ldflags=\"-checklinkname=0\"`?\n  An upstream dependency uses `linkname`; the current Go toolchain requires this check to be relaxed explicitly.\n- Does this project use a database?\n  No. The current app has no DB initialization, migrations, or connection pool logic.\n- What is the share link limit?\n  The GUI uploads the exported Markdown result to the share service, with a 25KB limit per upload.\n- Why are macOS artifacts unsigned?\n  GitHub Actions artifacts are unsigned by default. Configure certificates and notarization with [the macOS signing guide](docs/macos-signing.en.md) for production distribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foneclickvirt%2Fecs-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foneclickvirt%2Fecs-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foneclickvirt%2Fecs-gui/lists"}