# tilt-dev/tilt

Define your dev environment as code. For microservice apps on Kubernetes.

Repository: https://github.com/tilt-dev/tilt
Canonical: https://ross.abutalabs.com/products/tilt
Homepage: https://tilt.dev/
Language: Go
License: Apache-2.0
License Family: permissive
Topics: kubernetes, development-environment
Last push: 2026-08-15T01:24:21+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 98, longevity 100
- inputs: {"age_days": 2948, "days_push": 19, "days_rel": 19, "gap_med": 29.5, "n_releases_24m": 23}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10019, forks 412 (observed 2026-08-28T04:10:39.265226+00:00)

## What it is
Tilt is a CLI tool that defines your microservice development environment as code (via a Tiltfile) and automates the loop from code change to running process on Kubernetes. It watches files, builds container images, deploys with kubectl, and provides smart rebuilds and live updates with a terminal UI.

## Use cases
- run a multi-service kubernetes dev environment with one command
- automate docker build and kubectl apply on every code change
- live update code in running kubernetes containers
- define local dev environment as code for a team
- develop microservices locally against a kubernetes cluster
- replace manual docker-compose/kubectl workflows with smart rebuilds

## When to choose
- you develop microservice apps deployed on Kubernetes and want fast inner-loop feedback
- your team wants a shared, versioned dev environment definition
- you want automatic rebuilds and live updates across many services

## When to avoid
- your app is a single service or doesn't use Kubernetes
- you only need production deployment tooling rather than local dev workflow
- you want a fully GUI-based non-CLI workflow

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, deployment, container-orchestration, build-tool, workflow-automation
- domain: microservices, developer-tools, cloud-computing
- platform: windows, cli
- tags: kubernetes, microservices, local-development, live-update, tiltfile, dev-environment-as-code, hot-reload, devops, containers, macos, linux, docker

## Member repositories
- tilt-dev/tilt (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:39.265226+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-29T17:19:55.836760+00:00, confidence not recorded.
  - readme: https://github.com/tilt-dev/tilt (fetched 2026-08-28T04:10:39.265226+00:00, sha d7a0db26c5a7)
  - homepage: https://tilt.dev/ (fetched 2026-08-29T08:19:44.558368+00:00, sha cf136eefe20d)
  - site_page: https://docs.tilt.dev/ (fetched 2026-08-29T08:19:44.561313+00:00, sha 6d6f233f10a0)
  - site_page: https://docs.tilt.dev/install.html (fetched 2026-08-29T08:19:44.563125+00:00, sha 9bf1f85fa6be)
- Data as of 2026-08-30T08:39:29.467469+00:00.
