# Install asm-lsp with Homebrew, Nix

Language server for NASM/GAS/GO Assembly. Version 0.10.1 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#asm-lsp.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

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

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Package facts

- **Package key:** brew:asm-lsp
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/asm-lsp>
- **Version:** 0.10.1
- **Source summary:** Language server for NASM/GAS/GO Assembly
- **Homepage:** <https://github.com/bergercookie/asm-lsp>
- **Repository:** <https://github.com/bergercookie/asm-lsp>
- **Upstream docs:** <https://github.com/bergercookie/asm-lsp#readme>
- **License:** BSD-2-Clause
- **Source archive:** <https://github.com/bergercookie/asm-lsp/archive/refs/tags/v0.10.1.tar.gz>
- **Generated:** 2026-07-25T07:20:51+00:00

## Executables

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

## Build dependencies

- pkgconf
- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-25
- Package-manager version: 0.10.1
- Local data: ok
- Upstream repository: https://github.com/bergercookie/asm-lsp
- Upstream latest detected: v0.10.1 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 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


## Security Notes

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

- **Geiger risk:** blue / medium
- 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
## Source Database Details

- **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

## Other Package-Manager Records

- 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


## Related links

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