RepoPilot

glzr-io/zebar

Zebar is a tool for creating customizable and cross-platform taskbars, desktop widgets, and popups.

Mixed

Mixed signals — read the receipts

ConcernsDependency

copyleft license (GPL-3.0) — review compatibility; test evidence incomplete…

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

  • Concentrated ownership — top contributor handles 73% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • Last commit 5w ago
  • 19 active contributors
  • GPL-3.0 licensed
  • CI configured

What would improve this?

  • Use as dependency Concerns to Mixed if: relicense under MIT/Apache-2.0 (rare for established libs)

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: glzr-io/zebar

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T19:47:43.245Z · commit 6aa335f741a2

Verdict

Mixed — Mixed signals — read the receipts

  • Last commit 5w ago
  • 19 active contributors
  • GPL-3.0 licensed
  • CI configured

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

What it is

Zebar is a cross-platform desktop widget framework that uses native webviews to render customizable taskbars, desktop widgets, and popups written in HTML/CSS/TypeScript. It runs on Windows, macOS, and Linux, with a widget marketplace for distribution and a local development workflow using zpack.json manifests stored in ~/.glzr/zebar/. Monorepo structure: packages/desktop contains the main Rust application (webview host + system tray + marketplace client), crates/ holds reusable Rust libraries (komorebi-util for window management, shell-util for shell integration, systray-util for tray icon handling). TypeScript lives in packages/client-api and user widget packs. Desktop app is the…

Start here

Open these first:

  • packages/client-api/src/index.ts — Main entry point for the client API; exposes all public interfaces for widget configuration, providers, and desktop controls.
  • packages/client-api/src/providers/create-provider.ts — Core provider factory pattern; understanding this is essential for adding new data providers (audio, battery, CPU, etc.).
  • packages/client-api/src/config/widget-config.ts — Widget configuration schema and validation; defines how users declare and customize widgets.
  • packages/client-api/src/desktop/widgets.ts — Widget lifecycle management and rendering; handles creation, updates, and destruction of widget instances.
  • packages/client-api/src/config/widget-pack.ts — Widget pack loading and distribution; manages how widget bundles are discovered and loaded into Zebar.

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.

git clone https://github.com/glzr-io/zebar.git
cd zebar
npm install
cargo build --release

Refer to CONTRIBUTING.md for platform-specific build steps and Node.js version (see .nvmrc). For widget development, use the Zebar GUI to create packs in ~/.glzr/zebar/ or scaffold via 'Create new pack'.

Daily commands:

Dev build: cargo build (debug) or cargo build --release (optimized). Start Zebar desktop app via packages/desktop. Widget development: scaffold a pack in ~/.glzr/zebar/<pack-name>/, edit zpack.json, run template-spe…

…shortened for this brief.

Key cautions & unknowns

  • Concentrated ownership — top contributor handles 73% of recent commits
  • GPL-3.0 is copyleft — check downstream compatibility
  • No Electron: native webview host is custom; debug tooling differs from Electron (check .vscode/launch.json). Windows API complexity: extensive windows 0.58 feature flags are tightly coupled; changing them…
  • 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/glzr-io/zebar?axis=fork)](https://repopilot.app/r/glzr-io/zebar)

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/glzr-io/zebar on X, Slack, or LinkedIn.

Ask AI about glzr-io/zebar

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