Automic VaultAutomic Vault

brew

使用 Homebrew, apk, Nix 安装 lspmux

查看 lspmux 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install lspmux

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add lspmux

Alpine Linux edge package indexes · lspmux · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#lspmux

nixpkgs package indexes · pkgs/by-name/ls/lspmux/package.nix · 来源: api.github.com

概览

软件包摘要

Share one language instance between multiple LSP clients to save resources

命令和别名

  • lspmux

历史

项目历史与用法

lspmux is a Language Server Protocol multiplexer that lets multiple editor clients share one language-server instance per workspace. Its README describes it as a proxy and client shim that multiplexes editor connections onto the appropriate language server to save resources.

项目历史

The project started as ra-multiplex, focused on rust-analyzer. Its changelog shows early releases in January and February 2022 adding configuration, removing a nightly Rust requirement, improving client/server behavior, and adding initial support for language servers other than rust-analyzer.

In 2024, the project added status and reload commands, native LSP initialize-message handshakes, Unix socket support, and environment filtering. In October 2025, it migrated to Codeberg, changed license to EUPL-1.2, and was renamed from ra-multiplex to lspmux to reflect its broader language-server scope.

采用历史

lspmux is a niche developer tool aimed at users who run multiple editor windows or clients against the same workspace. The README points users to Cargo installation and package-manager availability through Repology, while the supplied package facts list Homebrew, Alpine, and Nix.

使用方式

The usual setup is to run `lspmux server` as a user service and configure an editor to use `lspmux` as the language-server executable or connect directly to the lspmux socket. The README gives examples for rust-analyzer, CoC in Neovim, clangd, systemd user services on Linux, and launchd services on macOS.

Configuration is optional and stored in a TOML file in the system default configuration directory, with `~/.config/lspmux/config.toml` given as the Unix example. The README documents defaults for instance timeout, garbage-collection interval, TCP or Unix-socket listen/connect addresses, logging filters, and environment-variable filtering.

为什么软件包爱好者会关心

lspmux matters to package nerds because it is a resource-control tool for the LSP era. Rather than replacing an editor or a language server, it sits in the middle and makes repeated editor sessions cheaper, especially for heavy servers such as rust-analyzer.

时间线

  • 2022: ra-multiplex 0.1.x releases add configuration and early support for non-rust-analyzer servers.
  • 2024: 0.2.x releases add status/reload commands, Unix sockets, native LSP handshake changes, and environment filtering.
  • 2025: Repository migrates to Codeberg and license changes to EUPL-1.2.
  • 2025: Project is renamed from ra-multiplex to lspmux in v0.3.0.

Related projects

  • Related projects include rust-analyzer, clangd, Neovim LSP clients, CoC, and the Language Server Protocol itself.

安全态势

风险级别:orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service

信号

  • metadata:service
  • text:client

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • formula 元数据声明了服务或守护进程块。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
~/.config/lspmux/config.toml

可执行文件

已安装的可执行文件

命令类型暴露范围备注
lspmuxcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本0.3.0
管理器更新时间2026-07-15
本地数据OK
上游not checked
检测到的最新版本未检测到

https://codeberg.org/p2502/lspmux

安装元数据

软件包元数据

软件包键brew:lspmux
版本0.3.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/lspmux
主页https://codeberg.org/p2502/lspmux
仓库https://codeberg.org/p2502/lspmux
上游文档https://codeberg.org/p2502/lspmux
许可证EUPL-1.2
源码归档https://codeberg.org/p2502/lspmux/archive/v0.3.0.tar.gz
最后更新2026-07-15T08:34:20Z
Pulseupdated
依赖rust-analyzer
构建依赖rust
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务declared

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelspmux
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

lspmux

nix profile install nixpkgs#lspmux
  • normalized package name match
  • 匹配方式:Lspmux
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ls/lspmux/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

lspmux 0.3.0-r0

Share one instance of an LSP between multiple clients

https://codeberg.org/p2502/lspmux

sudo apk add lspmux
  • License: EUPL-1.2
  • Architecture: x86_64
  • Source Package: lspmux
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Lspmux
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lspmux from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

lspmux-doc 0.3.0-r0

Share one instance of an LSP between multiple clients (documentation)

https://codeberg.org/p2502/lspmux

sudo apk add lspmux-doc
  • License: EUPL-1.2
  • Architecture: x86_64
  • Source Package: lspmux
  • normalized package name match
  • 匹配方式:Lspmux
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: lspmux-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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