RepoPilot

iced-rs/iced

A cross-platform GUI library for Rust, inspired by Elm

Healthy

Healthy across all four use cases

HealthyDependency

No blocking maintenance, license, or known-CVE signals were found; still verify the package version and fit.

HealthyFork & modify

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

HealthyLearn from

Documented and popular — useful reference codebase to read through.

HealthyDeploy as-is

No blocking repository-level signals were found; deployment review is still required.

  • Single-maintainer risk — top contributor 85% of recent commits
  • Last commit 1d ago
  • 9 active contributors
  • MIT licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and 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: iced-rs/iced

Generated by RepoPilot · document generated 2026-09-16 · concise human review Evidence snapshot · analyzed 2026-09-16T10:50:39.553Z · commit 8abb85ad924e

Verdict

Healthy — Healthy across all four use cases

  • Last commit 1d ago
  • 9 active contributors
  • MIT licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against dependency CVEs from deps.dev and OpenSSF Scorecard

What it is

Iced is a cross-platform GUI library for Rust that implements a reactive, Elm-inspired architecture for building user interfaces on Windows, macOS, Linux, and the web. It provides type-safe, stateful UI composition with built-in widgets (text inputs, scrollables, etc.), dual renderers (wgpu for GPU acceleration and tiny-skia for software fallback), and first-class async support via futures. Monorepo with a modular ecosystem: core/src/ contains foundational types (alignment, animation, color, events, fonts, layout); src/application.rs and src/daemon.rs define the runtime architecture; separate crates (iced_wgpu, iced_tiny_skia, iced_winit) provide renderers and windowing; beacon/ offers…

Start here

Open these first:

  • src/lib.rs — Main crate entry point exposing the public API for the Iced GUI framework.
  • core/src/lib.rs — Core module containing fundamental abstractions (Element, Widget, Renderer) shared across the framework.
  • core/src/widget.rs — Defines the Widget trait and tree structure—the foundation for all UI components in Iced.
  • src/application.rs — Application lifecycle management and message-update loop, implementing Elm-inspired architecture.
  • core/src/renderer.rs — Renderer abstraction defining how UI is drawn, with backends selectable at compile-time (wgpu, tiny-skia).

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.

Verify the root Cargo.toml for workspace setup, then clone: git clone https://github.com/iced-rs/iced.git && cd iced. Check Cargo.lock and root Cargo.toml for workspace member configuration, then build with `cargo bui…

Daily commands:

No traditional dev server (desktop native app framework). Instead: cargo build to compile, cargo run --example <name> to launch example GUIs, cargo test to run test suite. For debug mode with metrics: enable the '…

…shortened for this brief.

Key cautions & unknowns

  • Single-maintainer risk — top contributor 85% of recent commits
  • Feature flags are tightly coupled to renderer/platform support: enabling wgpu requires picking at least one backend (Vulkan/Metal/DX12/OpenGL), defaulting to all. The debug/time-travel features are marked 'very…
  • 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 "Healthy" badge

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

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/iced-rs/iced)](https://repopilot.app/r/iced-rs/iced)

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

Ask AI about iced-rs/iced

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

Or write your own question

Featured in lists

Curated shortlists that include this repo.

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