# devstructure/blueprint

Reverse engineer server configuration

Repository: https://github.com/devstructure/blueprint
Canonical: https://ross.abutalabs.com/products/devstructure-blueprint
Homepage: http://devstructure.com/
Language: Python
License: NOASSERTION
License Family: other
Last push: 2018-04-13T15:27:38+00:00

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

## Adoption (not part of the score)
Stars 2157, forks 129 (observed 2026-08-28T04:06:19.793477+00:00)

## What it is
Blueprint is a Python CLI tool that reverse-engineers server configuration by inspecting package managers, config file changes, and source-installed software. It stores blueprints in Git and can export them as POSIX shell scripts, Puppet modules, Chef cookbooks, or CFEngine 3 sketches.

## Use cases
- capture the configuration of an existing server as reusable code
- convert a hand-configured server into a Puppet module or Chef cookbook
- diff two servers to find configuration drift
- clone a server's setup onto a new machine
- archive packages and source-installed software from a server

## When to choose
- you have a legacy hand-configured Debian or RPM-based Linux server you want to codify
- you need a one-off snapshot of server state without adopting a full config management workflow
- you want to migrate imperative server changes into Puppet, Chef, or CFEngine

## When to avoid
- you need an actively maintained tool - the last release was 2018 and it targets Python 2.6-era systems
- you run non-Debian/non-RPM systems like Alpine, Arch, or macOS
- you want modern infrastructure-as-code with idempotent, testable modules - use Ansible, Terraform, or Pulumi instead

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: configuration-management, developer-tools, deployment
- domain: infrastructure-as-code, self-hosted
- platform: python, cli
- tags: server-configuration, reverse-engineering, puppet, chef, cfengine, infrastructure-drift, devops, automation, linux

## Member repositories
- devstructure/blueprint (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:19.793477+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:50:23.630985+00:00, confidence not recorded.
  - readme: https://github.com/devstructure/blueprint (fetched 2026-08-28T04:06:19.793477+00:00, sha 15193e7acd7c)
  - homepage: http://devstructure.com/ (fetched 2026-08-29T10:30:20.586523+00:00, sha 72a911709567)
- Data as of 2026-08-30T08:39:29.467469+00:00.
