# blisp を Homebrew, MacPorts, Nix, pacman でインストール

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
