Make Easy Deb
Build .deb packages quickly and clearly, regardless of your project's language. MEB detects your project, generates and validates meb.toml, and builds the final package — all from the terminal.
curl -fsSL https://meb-cli.pages.dev/install.sh | sh
Engineered for Precision
Automatic Detection
Just like uv, meb config takes your folder name as the default project name, then looks for a known manifest file (pyproject.toml, package.json, Cargo.toml, CMakeLists.txt...) to refine name, version and language — and infers the Debian architecture from your machine.
Multi-Language
High Velocity
Optimized build engine designed to handle large package distributions with minimal overhead.
Config Validation
meb check validates your meb.toml before you build: required fields, icon, and executable — so mistakes are caught early, not after packaging.
Get Started in Seconds
One-Line Install
Runs install.sh, which detects your architecture and installs the latest v1.0.0 release automatically.
curl -fsSL https://meb-cli.pages.dev/install.sh | sh
CLI Reference
Master the MEB command line interface.
Crée un meb.toml vide dans le projet.
Détecte automatiquement nom, version, langage et architecture du projet, et met à jour meb.toml.
Vérifie que meb.toml est valide (champs requis, icône, exécutable).
Génère le paquet .deb du projet à partir de meb.toml.
Ready to Simplify Your Distribution?
Join the developers using MEB to ship Debian packages with confidence and speed.