# dblock/fui

Find unused Objective-C imports.

Repository: https://github.com/dblock/fui
Canonical: https://ross.abutalabs.com/products/fui
Language: Ruby
License: MIT
License Family: permissive
Topics: objective-c, imports
Last push: 2026-04-12T14:59:55+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 77, release rhythm 35, longevity 100
- inputs: {"age_days": 4606, "days_push": 143, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2045, forks 178 (observed 2026-08-28T04:06:08.820181+00:00)

## What it is
Fui is a Ruby command-line gem that finds unused Objective-C header (.h) files that are never imported anywhere in a project, indicating classes that can potentially be deleted. It supports options to skip .xib files, ignore local or global imports, exclude paths, and delete unused files with a prompt.

## Use cases
- find unused objective-c classes in my xcode project
- detect header files that are never imported
- clean up dead code in an ios codebase
- delete unused class files safely with a prompt
- ignore pods folder when scanning for unused imports
- find headers only referenced from xib files

## When to choose
- you maintain an Objective-C codebase and want to find deletable classes
- you want a quick CLI scan for headers with no importers
- you need to exclude paths like Pods or ignore xib references

## When to avoid
- you want to find unused #import statements within a single file (use Clang warnings or AppCode)
- your project is primarily Swift
- you need full static analysis rather than import-based heuristics

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: linter, static-site-generator, developer-tools
- domain: developer-tools
- platform: cli, ruby
- tags: objective-c, unused-imports, code-cleanup, xcode, ruby-gem, command-line, macos

## Member repositories
- dblock/fui (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:08.820181+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:58:01.245466+00:00, confidence not recorded.
  - readme: https://github.com/dblock/fui (fetched 2026-08-28T04:06:08.820181+00:00, sha 34d8d6ec2446)
- Data as of 2026-08-30T08:39:29.467469+00:00.
