pkg.soopen package index

brew / 排名 6273

使用 Homebrew, apk, apt, Nix 安装 mbt

查看 mbt 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install mbt

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add mbt

Alpine Linux edge package indexes · mbt · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install mbt

Debian stable package indexes · mbt · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#mbt

nixpkgs package indexes · pkgs/by-name/mb/mbt/package.nix · 来源: api.github.com

概览

软件包摘要

Multi-Target Application (MTA) build tool for Cloud Applications

命令和别名

  • mbt

历史

项目历史与用法

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.

项目历史

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.

采用历史

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.

使用方式

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.

为什么软件包爱好者会关心

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.

时间线

  • 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.

安全态势

风险级别:orange

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

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

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

信号

  • text:build tool
  • text:cloud

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
mta.yaml

可执行文件

已安装的可执行文件

命令类型暴露范围备注
mbt可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本1.2.49
管理器更新时间2026-07-29
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:mbt
版本1.2.49
软件包管理器Homebrew
主页https://sap.github.io/cloud-mta-build-tool
仓库https://github.com/SAP/cloud-mta-build-tool
最后更新2026-07-29T17:04:51+02:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

libmbt-dev 3.11-2

memory-based tagger-generator and tagger - development

http://languagemachines.github.io/mbt/

sudo apt install libmbt-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: mbt
  • 1 依赖
  • normalized package name match
  • 匹配方式:Mbt
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmbt-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmbt2 3.11-2

memory-based tagger-generator and tagger - runtime

http://languagemachines.github.io/mbt/

sudo apt install libmbt2
  • Section: libs
  • Architecture: amd64
  • Source Package: mbt
  • 7 依赖
  • normalized package name match
  • 匹配方式:Mbt
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmbt2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mbt 3.11-2

memory-based tagger-generator and tagger

http://languagemachines.github.io/mbt/

sudo apt install mbt
  • Section: science
  • Architecture: amd64
  • 7 依赖
  • normalized package name match
  • 匹配方式:Mbt
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mbt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

mbt

nix profile install nixpkgs#mbt
  • normalized package name match
  • 匹配方式:Mbt
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/mb/mbt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libmbt-dev 3.6-3.1build2

memory-based tagger-generator and tagger - development

http://languagemachines.github.io/mbt/

sudo apt install libmbt-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: mbt
  • 1 依赖
  • normalized package name match
  • 匹配方式:Mbt
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmbt-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libmbt1t64 3.6-3.1build2

memory-based tagger-generator and tagger - runtime

http://languagemachines.github.io/mbt/

sudo apt install libmbt1t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: mbt
  • 6 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Mbt
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmbt1t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

mbt 3.6-3.1build2

memory-based tagger-generator and tagger

http://languagemachines.github.io/mbt/

sudo apt install mbt
  • Section: universe/science
  • Architecture: amd64
  • 6 依赖
  • normalized package name match
  • 匹配方式:Mbt
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mbt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

mbt 3.11-r2

Memory-based Tagger and Tagger Generator

https://github.com/LanguageMachines/mbt

sudo apk add mbt
  • License: GPL-3.0-only
  • Architecture: x86_64
  • Source Package: mbt
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Mbt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mbt from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mbt-dev 3.11-r2

Memory-based Tagger and Tagger Generator (development files)

https://github.com/LanguageMachines/mbt

sudo apk add mbt-dev
  • License: GPL-3.0-only
  • Architecture: x86_64
  • Source Package: mbt
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Mbt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mbt-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mbt-doc 3.11-r2

Memory-based Tagger and Tagger Generator (documentation)

https://github.com/LanguageMachines/mbt

sudo apk add mbt-doc
  • License: GPL-3.0-only
  • Architecture: x86_64
  • Source Package: mbt
  • normalized package name match
  • 匹配方式:Mbt
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mbt-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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