RepoPilot

dremin/RetroBar

Classic Windows 95, 98, Me, 2000, XP, Vista taskbar for modern versions of Windows

Mixed

Evidence incomplete — review before adopting

MixedDependency

test evidence incomplete; 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

dependency CVE scan unavailable

  • Could not verify tests from the available repository evidence
  • Last commit 1w ago
  • 19 active contributors
  • Distributed ownership (top contributor 48% of recent commits)
  • Apache-2.0 licensed
  • CI configured

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

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: dremin/RetroBar

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T06:40:19.778Z · commit 947eee1fcb49

Verdict

Mixed — Evidence incomplete — review before adopting

  • Last commit 1w ago
  • 19 active contributors
  • Distributed ownership (top contributor 48% of recent commits)
  • Apache-2.0 licensed
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

RetroBar replaces the modern Windows taskbar with faithful classic Windows 95/98/Me/2000/XP/Vista reproductions, built on the ManagedShell library. It provides native notification area rendering, task list management with UWP support, drag-reorderable windows, and multi-monitor taskbar placement—all in C# with XAML UI and custom HLSL shaders for visual effects. Monolithic WPF/XAML application under RetroBar/ root with clear separation: Controls/ subdirectory holds 15+ XAML components (TaskList, NotifyIcon, Clock, etc.), Converters/ provides 13 value converters for binding logic, and top-level App.xaml.cs bootstraps the shell replacement. Theme assets and localization strings reside outside…

Start here

Open these first:

  • RetroBar/App.xaml.cs — Application entry point and root initialization—sets up the WPF shell replacement and must be understood before modifying…
  • RetroBar/Program.cs — Main program entry point that bootstraps the application runtime and argument parsing—essential for understanding how…
  • RetroBar/Controls/TaskList.xaml.cs — Core task window enumeration and management logic—handles the primary taskbar window list and grouping that defines…
  • RetroBar/Controls/StartButton.xaml.cs — Start menu integration and click handling—critical for user interaction with the classic taskbar replacement.
  • RetroBar/Controls/NotifyIconList.xaml.cs — System tray/notification area management—handles legacy notification icon display and is core to the retro taskbar…

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 and open in Visual Studio: git clone https://github.com/dremin/RetroBar.git && cd RetroBar && start RetroBar.sln. Requires .NET 6.0.2 SDK and Windows 7 SP1 or later. Build via Visual Studio IDE or `dotnet build…

Daily commands:

Open RetroBar.sln in Visual Studio 2022 (or later), set RetroBar as startup project, and press F5. The app immediately replaces the system taskbar on launch. For CLI: dotnet run --project RetroBar/RetroBar.csproj from…

…shortened for this brief.

Key cautions & unknowns

  • Could not verify tests from the available repository evidence
  • WPF native window hooking (taskbar positioning, window enumeration) is OS-version sensitive—freshly updated Windows 7 may require KB patches (noted in #1319). ManagedShell interop layer must match .NET 6.0+ runtime…
  • 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/dremin/retrobar?axis=fork)](https://repopilot.app/r/dremin/retrobar)

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/dremin/retrobar on X, Slack, or LinkedIn.

Ask AI about dremin/retrobar

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/dremin/retrobar"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>