{"id":50885903,"url":"https://github.com/bespredel/awg-command-builder","last_synced_at":"2026-06-15T17:01:18.918Z","repository":{"id":354234418,"uuid":"1219279488","full_name":"BespredeL/AWG-Command-Builder","owner":"BespredeL","description":"Native Windows app for Keenetic/Netcraze RCI that simplifies AWG/WireGuard ASC command building and execution in a single executable.","archived":false,"fork":false,"pushed_at":"2026-04-27T17:15:40.000Z","size":1476,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-27T19:15:57.949Z","etag":null,"topics":["amneziawg","automation","command-builder","configuration","devops","networking","security","wireguard"],"latest_commit_sha":null,"homepage":"https://bespredel.name","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BespredeL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-23T18:02:23.000Z","updated_at":"2026-04-27T17:14:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/BespredeL/AWG-Command-Builder","commit_stats":null,"previous_names":["bespredel/awg-command-builder"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/BespredeL/AWG-Command-Builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BespredeL%2FAWG-Command-Builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BespredeL%2FAWG-Command-Builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BespredeL%2FAWG-Command-Builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BespredeL%2FAWG-Command-Builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BespredeL","download_url":"https://codeload.github.com/BespredeL/AWG-Command-Builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BespredeL%2FAWG-Command-Builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34372130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":["amneziawg","automation","command-builder","configuration","devops","networking","security","wireguard"],"created_at":"2026-06-15T17:01:17.844Z","updated_at":"2026-06-15T17:01:18.909Z","avatar_url":"https://github.com/BespredeL.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWG Command Builder\n\n[![Readme EN](https://img.shields.io/badge/README-EN-blue.svg)](./README.md)\n[![Readme RU](https://img.shields.io/badge/README-RU-blue.svg)](./README_RU.md)\n[![Go Version](https://img.shields.io/badge/go-1.22%2B-00ADD8?logo=go)](https://go.dev)\n[![Platform](https://img.shields.io/badge/platform-windows-0078D6?logo=windows)](https://www.microsoft.com/windows)\n\n🚀 Local Windows app for Keenetic/Netcraze RCI API.\n\nAWG Command Builder runs as a native Windows desktop app (WebView2). Internally it uses a local service on `127.0.0.1:18080`, serves embedded UI, authenticates to the router, and executes RCI commands.\n\n---\n\n## ✨ Features\n\n- 🔐 Keenetic RCI authentication with multiple hash strategies (firmware compatibility)\n- 🧩 Interface-aware command builder for AWG/WireGuard ASC parameters\n- 🖥 Single-file desktop-like app (`AWG-Command-Builder.exe`) with embedded UI and i18n\n- 🌐 Multi-language UI (`languages.json`) with external override support\n- 🧠 Runs fully inside a native WebView2 app window (no external browser tab)\n\n---\n\n## 📦 Requirements\n\n- Go `1.22+`\n- Windows 10/11\n\n---\n\n## 🚀 Run In Development\n\n```powershell\ngo run .\n```\n\nThe app opens its own window automatically (no external browser).\n\n---\n\n## 🛠 Build\n\n### Standard build (console)\n\n```powershell\ngo build -o \"AWG-Command-Builder.exe\" .\n```\n\n### GUI build (recommended, no console window)\n\n```powershell\ngo build -ldflags=\"-H=windowsgui\" -o \"AWG-Command-Builder.exe\" .\n```\n\n### One-command GUI build\n\n```powershell\n.\\build-gui.bat\n```\n\n---\n\n## 📖 Usage\n\n1. Start `AWG-Command-Builder.exe`\n2. The app window opens automatically (WebView2)\n3. Enter router IP, login, password\n4. Connect, fetch WireGuard interfaces, build and send command\n5. Close the application window to stop the app\n\n---\n\n## 🌐 Internationalization\n\n- Embedded language file: `i18n/languages.json`\n- On startup, app checks `languages.json` next to `AWG-Command-Builder.exe`\n- If external file exists and is valid JSON, it overrides embedded translations\n- UI includes:\n  - language selector\n  - **Export languages.json from EXE** button\n\nAPI endpoints:\n\n- `GET /api/i18n` - active language config (embedded or external)\n- `GET /api/i18n/export-exe` - download embedded language file\n\n---\n\n## 📁 Project Structure\n\n- `main.go` - backend API + WebView2 desktop window + app lifecycle logic\n- `index.html` - frontend UI\n- `i18n/languages.json` - default embedded translations\n- `build-gui.bat` - GUI build helper\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbespredel%2Fawg-command-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbespredel%2Fawg-command-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbespredel%2Fawg-command-builder/lists"}