# 使用 Homebrew, MacPorts, Nix, pacman 安装 blisp

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

## 安装

```sh
sudo av install brew:blisp
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install blisp
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install blisp
```

  证据: MacPorts ports tree: sysutils/blisp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#blisp
```

  证据: nixpkgs package indexes: pkgs/by-name/bl/blisp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S blisp
```

  证据: Arch Linux sync databases: blisp from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:blisp
- **软件包管理器:** Homebrew
- **版本:** 0.0.5
- **来源摘要:** ISP tool & library for Bouffalo Labs RISC-V Microcontrollers and SoCs
- **主页:** <https://github.com/pine64/blisp>
- **仓库:** <https://github.com/pine64/blisp>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- blisp (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

BLISP is PINE64's open source in-system-programming tool and library for flashing Bouffalo Labs RISC-V microcontrollers and SoCs. In package-manager terms it is a small but useful hardware enablement CLI: it turns firmware update instructions for BL60x and BL70x-class chips into a repeatable command-line workflow.

### 项目历史

The official repository describes BLISP as a Bouffalo Labs ISP tool and library, with supported MCU families including BL60x and BL70x and supported devices including Pinecil V2 and Pinecone. GitHub repository metadata dates the public repository to 2022, and the release history shows public tagged releases beginning with v0.0.2 in January 2023 and continuing through v0.0.5 in August 2025.

The README cautions that the library API and CLI arguments are not stable yet, which fits BLISP's role as a young hardware-support tool rather than a frozen platform API.

### 采用历史

BLISP's adoption is tied to PINE64 hardware workflows, especially Pinecil V2 firmware updates documented in the project's GitHub wiki. The input package metadata records packaging in Homebrew, MacPorts, Nix, and Arch/pacman, showing that the tool has moved beyond manual downloads into common Unix package channels.

### 使用方式

Users run `blisp write` with a target chip family, optional serial port, reset handling, and a firmware image. The README gives BL70x USB flashing examples with auto-detected serial ports on Windows and BL60x examples requiring an explicit serial device such as `/dev/ttyUSB0`.

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

BLISP matters to package nerds because it is the kind of tiny hardware utility that becomes valuable only when packaging makes it boring: a maintained formula lets firmware-update docs say `install blisp` instead of asking users to build a USB serial flasher from source.

It also shows the modern RISC-V microcontroller toolchain pattern: open hardware communities need small, cross-platform flashing tools with libserialport-style dependencies, reproducible builds, and packaged CLIs.

### 时间线

- 2022: Official GitHub repository created for PINE64 BLISP.
- 2023: Public BLISP releases v0.0.2 and v0.0.3 published in January, followed by v0.0.4 in August.
- 2025: BLISP v0.0.5 published with the repository README still presenting Pinecil V2 update workflows.

### Related projects

- PINE64 Pinecil V2 and Pinecone are named supported devices in the README.
- Bouffalo Labs BL60x and BL70x chip families are named supported targets.
- libserialport is part of the build/debugging context noted by the README.

### 来源

- GitHub repository metadata via gh api repos/pine64/blisp
- <https://github.com/pine64/blisp#readme>
- <https://github.com/pine64/blisp/releases>
- <https://github.com/pine64/blisp/wiki/Update-Pinecil-V2>
- source_facts.package-manager


## 安全说明

library-like package without higher-risk signals.

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

## 其他软件包管理器记录

- Nix - blisp: normalized package name match | nixpkgs package indexes: pkgs/by-name/bl/blisp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - blisp - 0.0.5-1: normalized package name match | Arch Linux sync databases: blisp from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | ISP tool & library for Bouffalo Labs RISC-V Microcontrollers and SoCs | https://github.com/pine64/blisp
- MacPorts - blisp: normalized package name match | MacPorts ports tree: sysutils/blisp/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

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