macOS
brew install yasmlocal Homebrew formula metadata
sudo port install yasmMacPorts ports tree · lang/yasm/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für yasm in AI-Agent-Workflows.
Installation
brew install yasmlocal Homebrew formula metadata
sudo port install yasmMacPorts ports tree · lang/yasm/Portfile · Quelle: api.github.com
sudo apk add yasmAlpine Linux edge package indexes · yasm · Quelle: dl-cdn.alpinelinux.org
sudo apt install yasmDebian stable package indexes · yasm · Quelle: deb.debian.org
sudo dnf install yasmFedora Rawhide package metadata · yasm · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#yasmnixpkgs package indexes · pkgs/by-name/ya/yasm/package.nix · Quelle: api.github.com
sudo pacman -S yasmArch Linux sync databases · yasm · Quelle: geo.mirror.pkgbuild.com
sudo zypper install yasmopenSUSE Tumbleweed package metadata · yasm · Quelle: download.opensuse.org
choco install yasmChocolatey community package catalog · yasm · Quelle: community.chocolatey.org
scoop install main/yasmScoop official bucket manifest trees · bucket/yasm.json · Quelle: api.github.com
Überblick
Modular BSD reimplementation of NASM
Verlauf
Yasm is a modular assembler for x86 and AMD64 that began as a BSD-licensed rewrite of NASM. Its package-manager identity is unusually clear: it exists because build systems needed a portable NASM-like assembler that could emit the object formats, debug formats, and 64-bit code used by Unix, Windows, and macOS projects.
The Yasm manual says the project started in 2001 as a rewrite of the Netwide Assembler under the BSD license. Rather than being a drop-in clone only, Yasm was designed around modules for assembler syntaxes, object formats, debug formats, and instruction sets, which let it support NASM syntax while also adding GNU as syntax, AMD64 support, and multiple platform object formats.
Yasm's public GitHub repository describes itself as the mainline development tree and was created there in 2011, after the project had already been established through its own site and release tarballs. The current manual still presents the core command as yasm, with vsyasm for Visual Studio integration and ytasm as part of the toolkit.
Yasm became a common build dependency during the period when multimedia and codec projects leaned heavily on hand-written x86 assembly. FFmpeg's own development log records a later switch of the default x86 assembler from Yasm to NASM while preserving an option to use Yasm, which is a good marker of how central Yasm had been to that ecosystem.
Its adoption was strongest where projects wanted NASM-style source compatibility plus portable output: ELF for Unix, Mach-O for macOS, COFF/Win32/Win64 for Windows, and debug information for platform debuggers. That combination made it show up in package managers less as an end-user tool and more as the thing that quietly made optimized native packages build.
Typical use is direct assembly of NASM- or GAS-style input into an object file, often from a larger configure or make build. Users select output formats with flags such as -f, target machines with -m, parser syntax with -p, and debug formats with -g.
In practical packaging, Yasm is important when a source tree contains x86 assembly tuned for codecs, emulators, runtimes, or low-level libraries. A build may not expose Yasm to the final user at all, but failure to find it can disable assembly optimizations or stop old release branches from building.
Yasm is package-nerd plumbing: a small command-line tool whose importance is measured by how many other packages used to need it. It is also a useful example of a compatibility tool that gained adoption by matching an existing language, NASM syntax, while being friendlier to license and portability requirements.
Its later displacement by newer NASM releases in some projects is part of the story. Package collections keep Yasm because old build systems still ask for it, while newer projects may prefer NASM; knowing which assembler a package wants can explain otherwise opaque native-build failures.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
vsyasm | cli | globales Executable | |
yasm | cli | globales Executable | |
ytasm | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://www.tortall.net/projects/yasm/manual/html/
Installationsmetadaten
| Paketschlüssel | brew:yasm |
|---|---|
| Version | 1.3.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/yasm |
| Homepage | https://www.tortall.net/projects/yasm/manual/html/ |
| Repository | https://github.com/yasm/yasm |
| Upstream-Dokumentation | https://www.tortall.net/projects/yasm/manual/html |
| Lizenz | BSD-2-Clause AND BSD-3-Clause AND LicenseRef-Homebrew-public-domain AND (Artistic-1.0-Perl OR GPL-2.0-or-later OR LGPL-2.0-or-later) |
| Quellarchiv | https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz |
| Zuletzt aktualisiert | 2026-06-27T18:33:31-04:00 |
| Pulse | updated |
| Bottle | verfügbar (auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | yasm |
| Version Scheme | 0 |
| Revision | 2 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
yasm 1.3.0-7
modular assembler with multiple syntaxes support
sudo apt install yasmyasm
nix profile install nixpkgs#yasmyasm 1.3.0-4
modular assembler with multiple syntaxes support
http://www.tortall.net/projects/yasm/
sudo apt install yasmyasm 1.3.0-r4
A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)
http://www.tortall.net/projects/yasm/
sudo apk add yasmyasm-dev 1.3.0-r4
A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.) (development files)
http://www.tortall.net/projects/yasm/
sudo apk add yasm-devyasm-doc 1.3.0-r4
A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.) (documentation)
http://www.tortall.net/projects/yasm/
sudo apk add yasm-docyasm 1.3.0^20250625git121ab15-3.fc44
Modular Assembler
sudo dnf install yasmyasm-devel 1.3.0^20250625git121ab15-3.fc44
Header files and static libraries for the yasm Modular Assembler
sudo dnf install yasm-develyasm 1.3.0-9
A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)
sudo pacman -S yasmyasm 1.3.0-9.5
A complete rewrite of the NASM assembler
sudo zypper install yasmyasm-devel 1.3.0-9.5
YASM development package
sudo zypper install yasm-develyasm
sudo port install yasmyasm
choco install yasmmain/yasm
scoop install main/yasmQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.