{"id":47628040,"url":"https://github.com/hudsonm62/Intune-Win32App-Library","last_synced_at":"2026-04-16T23:00:42.119Z","repository":{"id":305855281,"uuid":"1013487813","full_name":"hudsonm62/Intune-Win32App-Library","owner":"hudsonm62","description":"My Library of Intune Win32 Apps","archived":false,"fork":false,"pushed_at":"2025-08-04T01:12:52.000Z","size":2077,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-04T03:38:53.652Z","etag":null,"topics":["app-deployment","automation","intune","intunewin32app","microsoft-365","powershell","template"],"latest_commit_sha":null,"homepage":"https://hudsonm62.github.io/Intune-Win32App-Library/","language":"PowerShell","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/hudsonm62.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["hudsonm62"],"buy_me_a_coffee":"ziroau"}},"created_at":"2025-07-04T01:51:38.000Z","updated_at":"2025-08-04T01:11:53.000Z","dependencies_parsed_at":"2025-07-22T11:31:16.314Z","dependency_job_id":"cfc09338-a2e5-460b-ae27-2a7cc8f85fdd","html_url":"https://github.com/hudsonm62/Intune-Win32App-Library","commit_stats":null,"previous_names":["hudsonm62/intune-win32app-library"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/hudsonm62/Intune-Win32App-Library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hudsonm62%2FIntune-Win32App-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hudsonm62%2FIntune-Win32App-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hudsonm62%2FIntune-Win32App-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hudsonm62%2FIntune-Win32App-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hudsonm62","download_url":"https://codeload.github.com/hudsonm62/Intune-Win32App-Library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hudsonm62%2FIntune-Win32App-Library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31907720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["app-deployment","automation","intune","intunewin32app","microsoft-365","powershell","template"],"created_at":"2026-04-01T23:00:20.347Z","updated_at":"2026-04-16T23:00:42.113Z","avatar_url":"https://github.com/hudsonm62.png","language":"PowerShell","funding_links":["https://github.com/sponsors/hudsonm62","https://buymeacoffee.com/ziroau"],"categories":["Win32 App Packaging"],"sub_categories":["Other Tools"],"readme":"# Intune Win32 Apps Library\n\nA collection of Win32 Apps for Intune.\n\nYou can use these pre-made setups to quickly package Win32 apps for deployment to Intune, or repurpose this repository as a template library for your own apps.\n\n![GitHub License](https://img.shields.io/github/license/hudsonm62/Intune-Win32App-Library)\n\n---\n\nWhilst we can't provide any `.intunewin` and installer files directly (due to licensing issues), we've provided enough scripts and resources to help you create and maintain them easily.\n\nThe repo is structured to allow you to both automate your own library, or pick and choose just what apps you want to use. Each App has its own folder under [`/Apps`][./Apps] and **_can_** contain the following:\n\n- **`download.ps1`**: Script to download an installer.\n- **`detect.ps1`**: Intune detection script.\n- **`logo.png`**: Logo file to use for Company Portal.\n- **`/source`**: Folder where required files are stored for packaging.\n- **`/source/install.cmd`**: App Installation script.\n- **`/source/uninstall.cmd`**: App uninstallation script.\n\nSee the [Template App](./Apps/_template) for the basic file structure.\n\n\u003c!--The below video should help you get started with the basics of using this repo as a whole:\nTODO VIDEO TUT HERE\n--\u003e\n\nYou can also visit the [Wiki](https://hudsonm62.github.io/Intune-Win32App-Library) for more detailed information, examples and using some of the provided [scripts](./Scripts).\n\n## Contributing\n\nStill in the early stages, if you feel like something is missing or could be improved, please open an issue or a pull request.\n\nRead [Contributing.md](https://hudsonm62.github.io/Intune-Win32App-Library/contributing) for more information.\n\n[./Apps]: ./Apps\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n\n## Disclaimer\n\nThis repository is not affiliated with, nor endorsed by, Microsoft Corporation. \"Microsoft,\" \"Intune,\" and all other mentioned trademarks are the property of their respective owners.\n\nThe scripts and resources provided herein are for educational and informational purposes only. Always test in a controlled, non-production environment before deploying them in a live setting. Use at your own risk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhudsonm62%2FIntune-Win32App-Library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhudsonm62%2FIntune-Win32App-Library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhudsonm62%2FIntune-Win32App-Library/lists"}