stepchowfun/toast
Containerize your development and continuous integration environments. 🥂 observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 99
- Release rhythm 46
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 438
- age_days: 2692
- days_rel: 149
- days_push: 7
- n_releases_24m: 2
Adoption not part of the score
1628 stars · 39 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Toast is a Rust CLI tool that containerizes development and CI workflows by running tasks defined in a YAML 'toastfile' inside Docker containers. It caches each task as a Docker image tagged with a hash of its inputs, and can share a remote cache via a Docker registry.
Use cases
- run build and test tasks in containers
- cache CI builds in a shared Docker registry
- set up reproducible development environments
- skip unchanged build steps with content-hash caching
- replace docker-compose-based dev workflows with task-based ones
- install dependencies and compile projects inside containers
When to choose
- you want containerized, cacheable build/test tasks without learning Nix
- your team and CI should share one remote build cache
- you prefer shell commands like apt-get over Nix derivations
When to avoid
- you need multi-container orchestration like Docker Compose provides
- you want fully reproducible builds via functional package management (use Nix)
- your project doesn't use Docker
Facets
cli-tool · maturity active
build-tool ci-cd container-runtime caching developer-tools developer-tools cli rust docker task-runner reproducible-builds remote-cache toastfile devops containers automation linux macos
2 sources
- readme: https://github.com/stepchowfun/toast · fetched 2026-08-28 · 62cd532ddad5
- registry_crates: https://crates.io/api/v1/crates/toast · fetched 2026-08-29 · eb6a7321b930
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stepchowfun/toast | main | 81 |
For agents
markdown · JSON · MCP: product_card(name="stepchowfun/toast")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem