macOS
brew install yasmlocal Homebrew formula metadata
sudo port install yasmMacPorts ports tree · lang/yasm/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de yasm pour les workflows d'agents IA.
installation
brew install yasmlocal Homebrew formula metadata
sudo port install yasmMacPorts ports tree · lang/yasm/Portfile · Source: api.github.com
sudo apk add yasmAlpine Linux edge package indexes · yasm · Source: dl-cdn.alpinelinux.org
sudo apt install yasmDebian stable package indexes · yasm · Source: deb.debian.org
sudo dnf install yasmFedora Rawhide package metadata · yasm · Source: dl.fedoraproject.org
nix profile install nixpkgs#yasmnixpkgs package indexes · pkgs/by-name/ya/yasm/package.nix · Source: api.github.com
sudo pacman -S yasmArch Linux sync databases · yasm · Source: geo.mirror.pkgbuild.com
sudo zypper install yasmopenSUSE Tumbleweed package metadata · yasm · Source: download.opensuse.org
choco install yasmChocolatey community package catalog · yasm · Source: community.chocolatey.org
scoop install main/yasmScoop official bucket manifest trees · bucket/yasm.json · Source: api.github.com
aperçu
Modular BSD reimplementation of NASM
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
vsyasm | cli | exécutable global | |
yasm | cli | exécutable global | |
ytasm | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://www.tortall.net/projects/yasm/manual/html/
métadonnées d'installation
| Clé du paquet | brew:yasm |
|---|---|
| Version | 1.3.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/yasm |
| Page d'accueil | https://www.tortall.net/projects/yasm/manual/html/ |
| Dépôt | https://github.com/yasm/yasm |
| Docs amont | https://www.tortall.net/projects/yasm/manual/html |
| Licence | 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) |
| Archive source | https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz |
| Dernière mise à jour | 2026-06-27T18:33:31-04:00 |
| Pulse | updated |
| Bouteille | disponible (sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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/yasmpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.