[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-80276":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":13,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":16,"rankGlobal":9,"rankLanguage":9,"license":17,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":20,"hasPages":18,"topics":21,"createdAt":9,"pushedAt":9,"updatedAt":22,"readmeContent":23,"aiSummary":24,"trendingCount":15,"starSnapshotCount":15,"syncStatus":14,"lastSyncTime":25,"discoverSource":26},80276,"devtoolshub","lszdeveloping\u002Fdevtoolshub","lszdeveloping","Ferramenta criada para Instalar e Configurar aplicativos de Desenvolvimento de Software.",null,"TypeScript",84,7,1,2,0,42.81,"MIT License",false,"main",true,[],"2026-06-12 04:01:27","# DevTools Hub\n\n[![Release](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Ftag\u002Flszdeveloping\u002Fdevtoolshub?label=release)](https:\u002F\u002Fgithub.com\u002Flszdeveloping\u002Fdevtoolshub\u002Freleases\u002Flatest)\n[![License: MIT](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT-blue.svg)](LICENSE)\n[![Platform](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fplatform-Windows-111827)](#platform-support)\n\nDevTools Hub is a Windows desktop installer and manager for developer tools. It helps you provision a development machine with the essentials in one place: version control, runtimes, package managers, editors, CLIs, databases, containers, web server tooling, and system dependencies.\n\nBuilt with Electron, React, TypeScript, Vite, and Tailwind CSS.\n\n## Highlights\n\n- Desktop interface for discovering and installing developer tools on Windows.\n- Parallel tool detection with installed\u002Fnot-installed status from live registry PATH.\n- Hardened Electron shell: `sandbox: true`, Content-Security-Policy, external-navigation guard.\n- On-disk installer resolution via `asar.unpacked` — no runtime download from GitHub.\n- UAC-elevated install\u002Funinstall with tee-file stdout streaming for progress.\n- Per-tool try\u002Fcatch in install queue — one failure no longer aborts the batch.\n- One-click developer profiles for fast environment bootstrap.\n- CLI companion (`devtoolshub`) for listing, installing, testing, diagnosing, exporting configs.\n- Install logs for troubleshooting failed installs.\n\n## Included Tools\n\n| Category | Examples |\n| --- | --- |\n| Version control | Git, GitHub Desktop, Git LFS |\n| CLI tools | GitHub CLI, Codex CLI, Claude CLI |\n| Runtimes | Node.js, Python, Go, Rust, Deno, Bun, Java |\n| Package managers | Yarn, Maven, Gradle |\n| Editors | VS Code |\n| Databases | PostgreSQL, MongoDB, Redis, MySQL, MariaDB, SQL Server Express |\n| DevOps | Docker, Docker Compose |\n| API testing | Postman |\n| Web server stack | WampServer, Apache, PHP, PhpMyAdmin, Adminer, xDebug |\n| System libraries | Visual C++ Redistributables |\n\n## Download\n\nLatest build on the [Releases page](https:\u002F\u002Fgithub.com\u002Flszdeveloping\u002Fdevtoolshub\u002Freleases).\n\nFor Windows, download:\n\n```text\nDevTools Hub Setup 1.2.0.exe\n```\n\nMost installers require administrator permission (system-level tools, PATH updates). The app triggers a UAC prompt as needed.\n\n## Platform Support\n\n| Platform | Status |\n| --- | --- |\n| Windows 10\u002F11 (x64) | Supported |\n\nLinux and macOS support has been removed. The app enforces Windows-only at startup.\n\n## Development\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nRun the app in development mode:\n\n```bash\nnpm run dev\n```\n\nBuild the renderer, main process, and CLI:\n\n```bash\nnpm run build\n```\n\nCreate a distributable build:\n\n```bash\nnpm run dist\n```\n\nRequires Node.js >= 18.\n\n## CLI\n\nAfter building, the CLI entrypoint is available at:\n\n```text\ndist\u002Fcli\u002Fcli.js\n```\n\nCommon commands:\n\n```bash\ndevtoolshub list\ndevtoolshub install git github-cli\ndevtoolshub status\ndevtoolshub diagnose\ndevtoolshub export-config > devtools-config.json\ndevtoolshub update \u003Ctool>     # winget upgrade\ndevtoolshub uninstall \u003Ctool>  # UAC-elevated\n```\n\n## Project Structure\n\n```text\nsrc\u002F\n  cli\u002F              Command-line interface\n  main\u002F             Electron main process and IPC handlers\n  renderer\u002F         React application\n  shared\u002F           Shared tool metadata and types\ninstallers\u002F\n  windows\u002F          PowerShell installers (asar-unpacked at runtime)\nresources\u002F          App icons and packaged assets\n```\n\n## Releases\n\nRelease builds are written to the `release\u002F` directory.\n\nWindows release assets:\n\n```text\nDevTools Hub Setup x.y.z.exe\nDevTools Hub Setup x.y.z.exe.blockmap\nlatest.yml\n```\n\nThe unpacked build directory and Electron Builder debug files are local build outputs and should not be uploaded as release assets.\n\n## Contributing\n\nIssues and suggestions are welcome through [GitHub Issues](https:\u002F\u002Fgithub.com\u002Flszdeveloping\u002Fdevtoolshub\u002Fissues).\n\nWhen adding a new tool, update the shared tool catalog and provide a Windows PowerShell installer script.\n\n## License\n\nMIT\n","DevTools Hub 是一个用于安装和配置软件开发工具的 Windows 桌面应用程序。它集成了版本控制、运行时环境、包管理器、编辑器、命令行工具、数据库、容器及Web服务器工具等开发者常用工具的一站式安装与管理功能，支持并行检测已安装或未安装状态，并通过加固的Electron框架确保安全。该项目使用TypeScript编写，结合了React、Vite以及Tailwind CSS等现代前端技术栈。此外，它还提供了一个命令行伴侣程序`devtoolshub`来辅助进行列表查看、安装、测试及故障诊断等操作。适用于需要快速搭建或更新开发环境的Windows用户，尤其适合初学者或者希望简化环境配置流程的专业开发者。","2026-06-11 04:00:08","CREATED_QUERY"]