# RazrFalcon/svgcleaner

svgcleaner could help you to clean up your SVG files from the unnecessary data.

Repository: https://github.com/RazrFalcon/svgcleaner
Canonical: https://ross.abutalabs.com/products/svgcleaner
Language: Rust
License: GPL-2.0
License Family: copyleft
Topics: svg, cleaner, rust
Archived: true
Last push: 2021-10-30T13:53:34+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5354, "days_push": 1768, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1670, forks 101 (observed 2026-08-28T04:05:20.058982+00:00)

## What it is
svgcleaner is a Rust command-line tool that losslessly cleans and optimizes SVG files by removing unnecessary data such as editor metadata, unused elements, and non-optimal structure. It is designed for correctness, high cleaning ratio, and fast processing (~1ms per file), and is portable as a single executable.

## Use cases
- optimize svg files before publishing
- reduce size of svg icons exported from vector editors
- clean up svg files without breaking rendering
- batch-shrink an icon theme's svg assets
- lossless svg minifier alternative to svgo

## When to choose
- you need strictly lossless SVG optimization by default
- you want a fast, dependency-free single executable
- you need higher cleaning ratios than svgo or scour
- you process SVG files one at a time in a pipeline

## When to avoid
- you need SVGZ or batch directory processing
- you want a GUI or many configurable options
- you need actively developed software with recent releases
- you require destructive/aggressive optimization options out of the box

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: cli, image-processing, compression, developer-tools
- domain: graphics, web-development, developer-tools, files
- platform: windows, cli, cross-platform
- tags: svg-optimizer, svg, lossless-compression, rust, linux, macos

## Member repositories
- RazrFalcon/svgcleaner (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:20.058982+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-30T03:42:43.368164+00:00, confidence not recorded.
  - readme: https://github.com/RazrFalcon/svgcleaner (fetched 2026-08-28T04:05:20.058982+00:00, sha 26587e3721e1)
  - registry_crates: https://crates.io/api/v1/crates/svgcleaner (fetched 2026-08-29T11:15:49.844253+00:00, sha cf35a9f6d4bd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
