# tighten/takeout

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.

Repository: https://github.com/tighten/takeout
Canonical: https://ross.abutalabs.com/products/takeout
Language: PHP
License: MIT
License Family: permissive
Topics: takeout, docker-containers, docker, mysql, hacktoberfest
Last push: 2026-04-09T15:27:05+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 76, release rhythm 56, longevity 100
- inputs: {"age_days": 2308, "days_push": 146, "days_rel": 216, "gap_med": 58, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1653, forks 81 (observed 2026-08-28T04:05:17.115161+00:00)

## What it is
Takeout is a CLI tool that spins up small Docker containers for individual development dependencies like MySQL, Redis, PostgreSQL, and ElasticSearch. It manages these containers with simple enable/disable commands so developers avoid installing services directly on their host machine.

## Use cases
- run mysql locally without homebrew
- spin up redis for local development
- manage development database containers
- quickly enable elasticsearch for a project
- replace locally installed dev services with docker
- pair with laravel valet for local php development

## When to choose
- you develop on macOS, Linux, or WSL2 and want disposable local service containers
- you use Laravel Valet or a similar host-based dev server and need databases or caches on demand
- you want to avoid polluting your host machine with Homebrew-installed services

## When to avoid
- you need production-grade container orchestration rather than simple dev containers
- you are on a platform without Docker or outside macOS/Linux/WSL2
- you prefer full docker-compose files managed manually for complex multi-service setups

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, container-runtime, developer-tools, configuration-management
- domain: developer-tools
- platform: windows, cli
- tags: docker-containers, development-environment, local-services, laravel-valet, php, containers, devops, command-line, macos, linux, docker

## Member repositories
- tighten/takeout (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:17.115161+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:44:58.612457+00:00, confidence not recorded.
  - readme: https://github.com/tighten/takeout (fetched 2026-08-28T04:05:17.115161+00:00, sha 27785011a808)
- Data as of 2026-08-30T08:39:29.467469+00:00.
