burrito-elixir/burrito
Wrap your application in a BEAM Burrito! observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 94
- Release rhythm 55
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 1772
- days_rel: 303
- days_push: 40
- n_releases_24m: 6
Adoption not part of the score
1423 stars · 68 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Burrito is a packaging tool that wraps Elixir Mix projects into self-extracting, cross-platform executables for Windows, macOS, and Linux, bundling the BEAM runtime (ERTS) and compiled NIFs. It is inspired by Bakeware and implemented with Zig, supporting plugin hooks for boot-sequence customization like auto-updates.
Use cases
- distribute an elixir cli app without requiring erlang installed
- package a mix project into a single executable for windows macos and linux
- cross-compile elixir nifs from one ci build server
- ship on-premise cli tooling to customer environments
- bundle erts with my elixir application
- auto-update a packaged elixir binary
When to choose
- you need to distribute Elixir CLI tools to machines without Erlang/Elixir installed
- you must support Windows, macOS, and Linux targets from a single build pipeline
- your project uses elixir_make NIFs that need cross-compilation
- you want self-extracting binaries with automatic old-version cleanup
When to avoid
- you are deploying Phoenix/web apps to servers where you control the runtime (use standard mix releases)
- you need a fully mature, battle-tested solution and cannot tolerate experimental edge cases
- you target platforms or OTP versions outside the supported pre-compiled range and cannot build custom ERTS
- you only deploy within environments that already have the BEAM installed
Facets
cli-tool · maturity active
deployment build-tool cli developer-tools cross-platform windows elixir cli elixir mix-release self-extracting-archive zig erts-bundling cross-compilation nif beam command-line linux macos
1 source
- readme: https://github.com/burrito-elixir/burrito · fetched 2026-08-28 · 2047998208aa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| burrito-elixir/burrito | main | 82 |
For agents
markdown · JSON · MCP: product_card(name="burrito-elixir/burrito")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem