macOS
brew install asm-lsplocal Homebrew formula metadata
brew
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
brew install asm-lsplocal Homebrew formula metadata
nix profile install nixpkgs#asm-lspnixpkgs package indexes · pkgs/by-name/as/asm-lsp/package.nix · source: api.github.com
overview
Language server for NASM/GAS/GO Assembly
history
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.
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.
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.
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.
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
./.asm-lsp.toml~/.config/asm-lsp/.asm-lsp.tomlcompile_commands.jsoncompile_flags.txtexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
asm-lsp | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/bergercookie/asm-lsp
install metadata
| Package key | brew:asm-lsp |
|---|---|
| Version | 0.10.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/asm-lsp |
| 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 |
| Build dependencies | pkgconf, rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
asm-lsp
nix profile install nixpkgs#asm-lspsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.