# blisp mit Homebrew, MacPorts, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für blisp in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install blisp
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install blisp
```

  Evidenz: 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
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:blisp
- **Paketmanager:** Homebrew
- **Version:** 0.0.5
- **Quellzusammenfassung:** ISP tool & library for Bouffalo Labs RISC-V Microcontrollers and SoCs
- **Homepage:** <https://github.com/pine64/blisp>
- **Repository:** <https://github.com/pine64/blisp>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- blisp (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.0.5
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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`.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- 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


## Sicherheitshinweise

library-like package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- library-like package without higher-risk signals

## Andere Paketmanager-Einträge

- 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)


## Quellen

- 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
