MEB logo MEB v1.0.0
rocket_launch Fast Debian Packaging v1.0.0

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.

install.sh
curl -fsSL https://meb-cli.pages.dev/install.sh | sh

Engineered for Precision

auto_fix_high

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.

language

Multi-Language

Python Node.js Rust C/C++
speed

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.

Learn more chevron_right

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.

Utility Set 1.0.0
meb init

Crée un meb.toml vide dans le projet.

Action: Scaffold
meb config

Détecte automatiquement nom, version, langage et architecture du projet, et met à jour meb.toml.

Action: Setup
meb check

Vérifie que meb.toml est valide (champs requis, icône, exécutable).

Action: Lint
meb build

Génère le paquet .deb du projet à partir de meb.toml.

Action: Pack
deployed_code

Ready to Simplify Your Distribution?

Join the developers using MEB to ship Debian packages with confidence and speed.