# 使用 Homebrew 安装 libslax

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

## 安装

```sh
sudo av install brew:libslax
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install libslax
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:libslax
- **软件包管理器:** Homebrew
- **版本:** 3.1.6
- **来源摘要:** Implementation of the SLAX language (an XSLT alternative)
- **主页:** <https://github.com/Juniper/libslax/wiki>
- **仓库:** <https://github.com/Juniper/libslax>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- slax-config (别名)
- slaxproc (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.1.6
## 项目历史与用法

libslax is Juniper's open-source C implementation of SLAX, an alternate syntax for XSLT used for Junos automation scripts. It provides the parser, writer, processor, debugger, profiler, and libraries behind the `slaxproc` command.

### 项目历史

Juniper documentation describes SLAX, Stylesheet Language Alternative syntaX, as a language for Junos OS commit scripts, op scripts, event scripts, and SNMP scripts. It keeps XSLT semantics but replaces XML-heavy syntax with a style closer to C and Perl.

The libslax distribution overview says SLAX was originally developed as part of Junos OS for on-box scripting to customize and enhance the CLI. It also describes libslax as an open-source New BSD licensed C implementation built on libxml2, libxslt, and libexslt.

### 采用历史

libslax adoption is concentrated in the Junos ecosystem. Juniper states that standard Junos OS and Junos OS Evolved include the libslax tools, while the open-source distribution can be installed on a Unix-like computer for off-box SLAX development.

The Juniper version table ties libslax versions to Junos releases, including libslax 0.14.1 with Junos OS 14.1, libslax 0.17.1 across Junos 14.2 through 17.3, libslax 0.22.0 across Junos 17.4 through 25.2, and libslax 3.1.6 for 25.4R1 and later.

### 使用方式

Network engineers use libslax indirectly through Junos script execution and directly through `slaxproc` to validate SLAX syntax, run or debug scripts, format files, and convert between SLAX and XSLT. The debugger and profiler make it more than a syntax translator.

Outside Junos devices, Homebrew's package gives developers a local Unix-like environment for writing and testing SLAX scripts before deploying them into Junos automation workflows.

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

libslax is niche, but it is a useful package-manager artifact because it exposes a vendor network-automation language as a normal open-source C toolchain. It pulls Junos scripting out of appliance firmware and into local development environments.

It also represents an unusual branch in XSLT history: rather than replacing XSLT, SLAX keeps the transform model and changes the surface syntax so humans can write network automation code with less XML noise.

### 时间线

- 2014: Juniper's version table maps Junos OS 14.1 to libslax 0.14.1 and SLAX 1.1.
- 2017: The libslax Read the Docs build records Juniper Networks copyright for the hosted documentation.
- 2025-08-26: The Juniper/libslax GitHub repository release list records libslax-3.1.6.
- 25.4R1: Juniper's version table maps Junos OS 25.4R1 and later to libslax 3.1.6 and SLAX 1.3.

### Related projects

- libslax is built on libxml2, libxslt, and libexslt. It is closely related to Junos OS automation scripting, Juniper's junoscriptorium example repository, and the broader XSLT/XML tooling ecosystem.

### 来源

- <https://github.com/Juniper/libslax>
- <https://juniper.github.io/libslax/slax-manual.html>
- <https://www.juniper.net/documentation/us/en/software/junos/automation-scripting/topics/concept/junos-script-automation-libslax-distribution-overview.html>
- <https://www.juniper.net/documentation/us/en/software/junos/automation-scripting/topics/concept/junos-script-automation-slax-overview.html>
- <https://www.juniper.net/documentation/us/en/software/junos/automation-scripting/topics/task/junos-script-automation-libslax-distribution-installing.html>


## 安全说明

library-like package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- library-like package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/libslax.yml](https://github.com/mxcl/pkgdb/blob/main/combined/libslax.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
