RepoPilot

Devolutions/UniGetUI

UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers

Mixed

Mixed signals — read the receipts

MixedDependency

no tests detected in the complete Git tree; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

Scorecard "Branch-Protection" is 0/10; dependency CVE scan unavailable

  • Concentrated ownership — top contributor handles 65% of recent commits
  • No tests detected in the complete Git tree
  • Scorecard: default branch unprotected (0/10)
  • Last commit today
  • 20 active contributors
  • MIT licensed
  • CI configured

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: Devolutions/UniGetUI

Generated by RepoPilot · document generated 2026-09-14 · concise human review Evidence snapshot · analyzed 2026-09-14T23:27:11.089Z · commit 0544681f82e9

Verdict

Mixed — Mixed signals — read the receipts

  • Last commit today
  • 20 active contributors
  • MIT licensed
  • CI configured

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

UniGetUI is a Windows-first graphical interface that unifies interactions with multiple CLI package managers (WinGet, Scoop, Chocolatey, Homebrew, APT, DNF, Pacman, Flatpak, Snap, pip, npm, Bun, .NET Tool, PowerShell Gallery, and more) into a single cross-platform desktop application. It lets users discover, install, update, and uninstall software packages across all these managers without touching the command line. Monorepo structure: src/ExternalLibraries.Clipboard/ and src/ExternalLibraries.FilePickers/ are utility libraries (Windows COM wrappers for clipboard and file selection); src/Languages/ contains 20+ JSON language files (i18n) and translator metadata. The main application…

Start here

Open these first:

  • src/Directory.Build.props — Central MSBuild configuration that defines shared compilation settings, version info, and project-wide build properties for…
  • src/SharedAssemblyInfo.cs — Defines shared assembly metadata (version, company, copyright) used across all project builds to maintain version…
  • src/Shared/SharedPreUiCommandDispatcher.cs — Core command routing mechanism that dispatches pre-UI commands before application startup, essential for understanding…
  • src/Shared/AutoUpdater.InstallerArguments.cs — Manages auto-updater and installer argument parsing, critical for deployment and update mechanisms.
  • src/ExternalLibraries.FilePickers/FileOpenPicker.cs — Windows native file dialog wrapper implementing platform-specific picker abstractions used throughout the UI.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone the repository: git clone https://github.com/Devolutions/UniGetUI.git && cd UniGetUI. The presence of src/Directory.Build.props and .csproj files indicates .NET project structure; build with: `dotnet build s…

Daily commands:

Exact command unverifiable without full manifest, but conventional .NET approach: dotnet build src/ to compile, then dotnet run --project src/<MainProject>.csproj to launch (main project name not visible in snippet)…

…shortened for this brief.

Key cautions & unknowns

  • Concentrated ownership — top contributor handles 65% of recent commits
  • No tests detected in the complete Git tree
  • Scorecard: default branch unprotected (0/10)
  • COM interop dependencies: File picker and clipboard code use Windows COM (CLSIDGuid, IIDGuid, IFileDialog interfaces), so builds only work on Windows or with Mono/Wine emulation. Package manager adapters likely require…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/devolutions/unigetui?axis=fork)](https://repopilot.app/r/devolutions/unigetui)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/devolutions/unigetui on X, Slack, or LinkedIn.

Ask AI about devolutions/unigetui

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/devolutions/unigetui"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>