Skip to content
Web App
Verified

IntuneGet

A web-based tool that automates deploying Windows applications from the Winget package repository directly into Microsoft Intune. Handles the entire deployment pipeline - searching, packaging apps into .intunewin format, and uploading to your Intune tenant. Features AI-powered app discovery, auto-generated detection rules, PSADT v4 support, configurable update policies, pre-upload permission checks, and multi-channel notifications via Slack, Teams, Discord, email, and webhooks. Self-hostable via Docker with embedded SQLite.

Works with
WindowsWin32 AppsGraph APIWinget

Screenshots

1 / 2

Swipe to see more

Security Analysis

6of 6
All Checks Passed

50 files scanned on Aug 16, 2026

No Obfuscated Code
No Remote Execution
No Credential Theft
No Data Exfiltration
No Malicious Patterns
No Hardcoded Secrets
AI Analysis

The IntuneGet-related code primarily relies on legitimate admin workflows (OpenAI classification, Graph API for Intune, and webhooks). However, notable concerns include data exfiltration risk via external AI classification in categorize-apps.js, high-privilege credentials (Supabase service role key) stored in env variables, and external callbacks in Check-DuplicateApp.ps1 that may reveal internal app details. Recommend tightening data governance, secret management (prefer scoped credentials and secret vaults), validating external endpoints, and minimizing external data transfer where possible.