{"id":27696182,"url":"https://github.com/elirancv/whmanager","last_synced_at":"2025-07-13T04:37:35.234Z","repository":{"id":288432510,"uuid":"968077762","full_name":"elirancv/WHManager","owner":"elirancv","description":"WHManager (Windows Host Manager) - A modern, web-based Windows application management system that provides a streamlined, Ninite-like experience powered by winget. Simplify Windows software installation and updates through an intuitive interface while leveraging the official Windows Package Manager.","archived":false,"fork":false,"pushed_at":"2025-04-17T16:50:59.000Z","size":1915,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-25T15:08:25.821Z","etag":null,"topics":["automation","desktop-app","ninite-alternative","package-manager","software-installation","system-management","web-app","windows","windows-package-manager","winget"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/elirancv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","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}},"created_at":"2025-04-17T13:21:28.000Z","updated_at":"2025-04-17T16:51:02.000Z","dependencies_parsed_at":"2025-04-20T08:16:42.133Z","dependency_job_id":null,"html_url":"https://github.com/elirancv/WHManager","commit_stats":null,"previous_names":["elirancv/whmanager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elirancv%2FWHManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elirancv%2FWHManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elirancv%2FWHManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elirancv%2FWHManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elirancv","download_url":"https://codeload.github.com/elirancv/WHManager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250840612,"owners_count":21495909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["automation","desktop-app","ninite-alternative","package-manager","software-installation","system-management","web-app","windows","windows-package-manager","winget"],"created_at":"2025-04-25T15:08:28.077Z","updated_at":"2025-04-25T15:08:28.930Z","avatar_url":"https://github.com/elirancv.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WHManager\n\n\u003cdiv align=\"center\"\u003e\n\n![WHManager Logo](docs/screenshots/logo.png)\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Python](https://img.shields.io/badge/python-3.x-blue.svg)](https://www.python.org/downloads/)\n[![Windows](https://img.shields.io/badge/Windows-10%2F11-blue.svg)](https://www.microsoft.com/windows)\n[![Last Commit](https://img.shields.io/github/last-commit/elirancv/WHManager)](https://github.com/elirancv/WHManager/commits/main)\n\nA modern, web-based Windows application management system that provides a Ninite-like experience using winget.\n\n[Features](#features) • [Installation](#installation) • [Usage](#usage) • [Screenshots](#screenshots) • [Development](#development)\n\n\u003c/div\u003e\n\n## 📸 Screenshots\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"docs/screenshots/main.png\" alt=\"WHManager Main Interface\" width=\"800\"/\u003e\n  \u003cp\u003e\u003cem\u003eMain Interface - Browse and select applications to install\u003c/em\u003e\u003c/p\u003e\n  \n  \u003cimg src=\"docs/screenshots/installation.png\" alt=\"WHManager Installation Progress\" width=\"800\"/\u003e\n  \u003cp\u003e\u003cem\u003eInstallation Progress - Track installation status in real-time\u003c/em\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n## ✨ Features\n\n- 🚀 Beautiful web interface for application management\n- 📦 Automated installation using winget\n- 🗂️ Categorized software management\n- 🔄 Hotfix capabilities for system updates\n- 📝 Detailed installation logging\n- ⚡ Fast and efficient installation process\n- 🔒 Administrative privilege management\n- 📊 Installation status tracking\n\n## 📑 Categories\n\n- Essential Software\n- Monitoring Tools\n- Security \u0026 VPN\n- Media \u0026 Music\n- Development \u0026 Command-Line\n- AI Tools\n- File Management \u0026 System\n- Communication\n- Dependencies\n\n## ⚙️ Requirements\n\n- Windows 10/11\n- winget (Windows Package Manager)\n- Administrative privileges\n- Modern web browser\n- Python 3.x (for running the local server)\n\n## 🚀 Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/elirancv/WHManager.git\ncd WHManager\n```\n\n2. Run the hotfix script to ensure winget is properly installed:\n```powershell\n.\\hotfix\\Install-WinGet.ps1\n```\n\n3. Start the local web server:\n```bash\ncd src/web\npython server.py\n```\n\n4. Open your web browser and navigate to:\n```\nhttp://localhost:8000/index.html\n```\n\n## 💻 Usage\n\n1. Launch WHManager through the web interface at `http://localhost:8000/index.html`\n2. Browse through the categorized applications\n3. Select the applications you want to install\n4. Click \"Install\" to begin the installation process\n5. Monitor the installation progress through the interface\n\n## 🛠️ Customizing Apps\n\nYou can customize the list of available applications by modifying the `@apps_config.json` file in the `src/web` directory. The configuration file uses a simple JSON structure:\n\n```json\n{\n  \"categories\": [\n    {\n      \"name\": \"Category Name\",\n      \"icon\": \"fas fa-icon-name\",\n      \"apps\": [\n        {\n          \"id\": \"Publisher.AppName\",\n          \"name\": \"Display Name\",\n          \"description\": \"App description\"\n        }\n      ]\n    }\n  ]\n}\n```\n\nEach app entry requires:\n- `id`: The winget package identifier (e.g., \"Microsoft.VisualStudioCode\")\n- `name`: Display name shown in the interface\n- `description`: Brief description of the application\n\nYou can add new categories or modify existing ones to suit your needs. The changes will be reflected in the web interface after restarting the server.\n\n## 👩‍💻 Development\n\n### Running the Development Server\n\n1. Navigate to the web directory:\n```bash\ncd src/web\n```\n\n2. Start the development server:\n```bash\npython server.py\n```\n\n3. Access the application at `http://localhost:8000/index.html`\n\n### Running Tests\n\n```bash\npython -m pytest tests/\n```\n\n## 📁 Project Structure\n\n```\nWHManager/\n├── docs/               # Documentation\n│   └── screenshots/   # Application screenshots\n├── hotfix/            # System update scripts\n├── src/               # Source code\n│   ├── web/          # Web interface files\n│   │   ├── index.html\n│   │   ├── apps_manager.html\n│   │   ├── apps_config.json\n│   │   └── server.py\n│   └── scripts/      # Installation scripts\n├── config/            # Configuration files\n├── tests/             # Test files\n└── README.md          # Project documentation\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. See our [Contributing Guidelines](docs/CONTRIBUTING.md) for details.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Inspired by Ninite\n- Built with winget\n- Modern web technologies\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eBuilt with ❤️ by \u003ca href=\"https://github.com/elirancv\"\u003eEliran Cohen\u003c/a\u003e\u003c/sub\u003e\n\u003c/div\u003e ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felirancv%2Fwhmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felirancv%2Fwhmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felirancv%2Fwhmanager/lists"}