# Installer asm-lsp avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de asm-lsp pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:asm-lsp
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install asm-lsp
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#asm-lsp
```

  Preuve: nixpkgs package indexes: pkgs/by-name/as/asm-lsp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:asm-lsp
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/asm-lsp>
- **Version:** 0.10.1
- **Résumé source:** Language server for NASM/GAS/GO Assembly
- **Page d'accueil:** <https://github.com/bergercookie/asm-lsp>
- **Dépôt:** <https://github.com/bergercookie/asm-lsp>
- **Docs amont:** <https://github.com/bergercookie/asm-lsp#readme>
- **Licence:** BSD-2-Clause
- **Archive source:** <https://github.com/bergercookie/asm-lsp/archive/refs/tags/v0.10.1.tar.gz>
- **Généré:** 2026-07-25T07:20:51+00:00

## exécutables

- asm-lsp (cli)
- asm-lsp (alias)

## Dépendances de compilation

- pkgconf
- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-25
- version du gestionnaire: 0.10.1
- données locales: OK
- dépôt amont: https://github.com/bergercookie/asm-lsp
- dernière version détectée: v0.10.1 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

asm-lsp is a Rust language server for assembly code. Its README says it supports NASM, GAS, Go assembly, MASM, ca65, AVR, FASM, and several instruction-set families including x86, ARM, RISC-V, z80, AVR, and 6502.

### Historique du projet

The GitHub repository was created in July 2020, in the period when editors increasingly standardized on Language Server Protocol integrations. The project applies that model to assembly source, where hover help, completions, diagnostics, and references are useful but historically fragmented by assembler dialect.

The README documents a configuration-centered design: project-local `.asm-lsp.toml` files override global config under `~/.config/asm-lsp/`, and `compile_commands.json` or `compile_flags.txt` can extend diagnostics and include-path behavior.

### Historique d'adoption

asm-lsp is packaged for Rust users through cargo and for system package users through Homebrew and Nix according to the input package facts. GitHub metadata shows several hundred stars, which is meaningful for a specialized editor backend for assembly.

### Modes d'utilisation

Users install it with cargo, GitHub release binaries, or a package manager, then configure an editor LSP client to launch `asm-lsp` for assembly filetypes. Projects can add `.asm-lsp.toml`, or generate one interactively with `asm-lsp gen-config`, to select assembler dialects, instruction sets, diagnostics, and compiler settings.

### Pourquoi les passionnés de paquets s'y intéressent

asm-lsp matters to package nerds because it turns a historically editor-specific assembly tooling problem into a single reusable server binary. It is also a good example of a modern Rust CLI that becomes useful only when package managers, editor integrations, and per-project config all line up.

### Chronologie

- 2020: GitHub repository created.
- 2024: v0.8.0 and v0.9.0 GitHub releases published.
- 2025: v0.10.x releases published.
- 2026: Homebrew API lists stable version 0.10.1.

### Related projects

- The README cites upstream documentation sources including binutils GAS docs, NASM docs, Microsoft MASM docs, cc65 ca65 docs, Arm documentation, Microchip AVR documentation, and the asm-dude Visual Studio extension.

### Sources

- <https://api.github.com/repos/bergercookie/asm-lsp>
- <https://api.github.com/repos/bergercookie/asm-lsp/releases>
- <https://formulae.brew.sh/api/formula/asm-lsp.json>
- <https://github.com/bergercookie/asm-lsp#readme>
- source_facts.package-manager


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool 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: ./.asm-lsp.toml, ~/.config/asm-lsp/.asm-lsp.toml, compile_commands.json, compile_flags.txt
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** asm-lsp
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - asm-lsp: normalized package name match | nixpkgs package indexes: pkgs/by-name/as/asm-lsp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://www.automicvault.com/fr/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [pkgconf](https://www.automicvault.com/fr/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/fr/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [millet](https://www.automicvault.com/fr/pkg/brew/millet/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp, rust.
- [phpantom-lsp](https://www.automicvault.com/fr/pkg/brew/phpantom-lsp/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp, rust.
- [actions-languageserver](https://www.automicvault.com/fr/pkg/brew/actions-languageserver/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [ansible-language-server](https://www.automicvault.com/fr/pkg/brew/ansible-language-server/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [bash-language-server](https://www.automicvault.com/fr/pkg/brew/bash-language-server/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [beancount-language-server](https://www.automicvault.com/fr/pkg/brew/beancount-language-server/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [clojure-lsp](https://www.automicvault.com/fr/pkg/brew/clojure-lsp/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [cmake-language-server](https://www.automicvault.com/fr/pkg/brew/cmake-language-server/) - Shares av.db curated category or tags: cli, developer-tools, language-server, lsp.
- [gopls](https://www.automicvault.com/fr/pkg/brew/gopls/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, go, language.

## Combined YAML source

View the package source record on GitHub. [combined/asm-lsp.yml](https://github.com/automic-vault/db/blob/main/combined/asm-lsp.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
