# Install mbt with Homebrew, apk, apt, Nix

Multi-Target Application (MTA) build tool for Cloud Applications. Version 1.2.49 via Homebrew; verified 2026-07-29. Also installable with debian: sudo apt install libmbt-dev.

## Install

```sh
sudo av install brew:mbt
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install mbt
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add mbt
```

  Evidence: Alpine Linux edge package indexes: mbt from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install mbt
```

  Evidence: Debian stable package indexes: mbt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#mbt
```

  Evidence: nixpkgs package indexes: pkgs/by-name/mb/mbt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:mbt
- **Package manager:** Homebrew
- **Version:** 1.2.49
- **Source summary:** Multi-Target Application (MTA) build tool for Cloud Applications
- **Homepage:** <https://sap.github.io/cloud-mta-build-tool>
- **Repository:** <https://github.com/SAP/cloud-mta-build-tool>
- **Last updated:** 2026-07-29T17:04:51+02:00
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- mbt (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 1.2.49
## Project history and usage

The Cloud MTA Build Tool, installed as mbt, is SAP's command-line builder for Multi-Target Application archives. It turns an MTA development descriptor, usually mta.yaml, and module artifacts into deployment-ready .mtar archives for SAP Cloud Foundry style workflows.

### Project history

SAP's README describes mbt as a standalone command-line tool for building multitarget application archives and running intermediate build steps such as descriptor validation, module builds, and deployment descriptor generation. The public GitHub release stream starts with v0.0.1 in January 2019, matching its role as a purpose-built replacement for older MTA build flows.

The tool sits at the boundary between application build systems and SAP cloud deployment packaging. Its input format, mta.yaml, comes from the SAP Multi-Target Application model, so the CLI is tightly connected to SAP's documentation and developer tooling rather than being a generic archive builder.

### Adoption history

Upstream documents several distribution paths: npm global installation, GitHub release downloads, and Docker images with preconfigured runtimes. The input metadata adds Homebrew, Alpine, Debian/Ubuntu, and Nix package names, showing that the CLI escaped SAP-specific install instructions and became a package-manager artifact for local developer machines and CI images.

### How it is used

mbt is used in SAP cloud application projects to validate mta.yaml, build modules, generate mtad.yaml, and produce .mtar archives. In package-manager culture it is mostly installed for CI pipelines and developer workstations that need to reproduce SAP Business Application Studio or Cloud Foundry deployment builds locally.

### Why package nerds care

mbt is interesting to package nerds because it is a vendor-specific cloud build CLI distributed like a normal Unix tool. It also has a mixed packaging story: a Go executable, npm installation path, Docker images, GitHub releases, and native package-manager entries all coexist around the same command.

### Timeline

- 2019: The first public GitHub releases for cloud-mta-build-tool were published.
- 2020: SAP's README copyright period identifies SAP SE or an SAP affiliate company as the steward of the tool.
- 2021: SAP published Multi-Target Application Model v3 documentation used by mbt projects.
- 2026: Homebrew packages the mbt executable for local SAP cloud build workflows.

### Related projects

- Related SAP tools and formats include the Multi-Target Application model, mta.yaml, mtad.yaml, SAP Cloud Foundry deployment tooling, and SAP Business Application Studio.

### Sources

- <https://github.com/SAP/cloud-mta-build-tool>
- <https://github.com/SAP/cloud-mta-build-tool/releases>
- <https://sap.github.io/cloud-mta-build-tool/>
- <https://www.sap.com/documents/2021/09/66d96898-fa7c-0010-bca6-c68f7e60039b.html>
- source_facts.package-manager


## Security Notes

generalized runtime or code generation signal. infrastructure mutation or orchestration signal.

- **Geiger risk:** orange / medium
- generalized runtime or code generation signal
- infrastructure mutation or orchestration signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: mta.yaml
## Other Package-Manager Records

- Debian apt - libmbt-dev - 3.11-2: normalized package name match | Debian stable package indexes: libmbt-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | memory-based tagger-generator and tagger - development | http://languagemachines.github.io/mbt/
- Debian apt - libmbt2 - 3.11-2: normalized package name match | Debian stable package indexes: libmbt2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | memory-based tagger-generator and tagger - runtime | http://languagemachines.github.io/mbt/
- Debian apt - mbt - 3.11-2: normalized package name match | Debian stable package indexes: mbt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | memory-based tagger-generator and tagger | http://languagemachines.github.io/mbt/
- Nix - mbt: normalized package name match | nixpkgs package indexes: pkgs/by-name/mb/mbt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libmbt-dev - 3.6-3.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libmbt-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | memory-based tagger-generator and tagger - development | http://languagemachines.github.io/mbt/
- Ubuntu apt - libmbt1t64 - 3.6-3.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libmbt1t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | memory-based tagger-generator and tagger - runtime | http://languagemachines.github.io/mbt/
- Ubuntu apt - mbt - 3.6-3.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: mbt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | memory-based tagger-generator and tagger | http://languagemachines.github.io/mbt/
- apk - mbt - 3.11-r2: normalized package name match | Alpine Linux edge package indexes: mbt from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Memory-based Tagger and Tagger Generator | https://github.com/LanguageMachines/mbt
- apk - mbt-dev - 3.11-r2: normalized package name match | Alpine Linux edge package indexes: mbt-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Memory-based Tagger and Tagger Generator (development files) | https://github.com/LanguageMachines/mbt
- apk - mbt-doc - 3.11-r2: normalized package name match | Alpine Linux edge package indexes: mbt-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Memory-based Tagger and Tagger Generator (documentation) | https://github.com/LanguageMachines/mbt


## Combined YAML source

View the package source record on GitHub. [combined/mbt.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mbt.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
