# lsix を Homebrew, apk, apt, Nix, pacman, scoop でインストール

lsix のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:lsix
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install lsix
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add lsix
```

  証拠: Alpine Linux edge package indexes: lsix from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install lsix
```

  証拠: Debian stable package indexes: lsix from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#lsix
```

  証拠: nixpkgs package indexes: pkgs/by-name/ls/lsix/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S lsix
```

  証拠: Arch Linux sync databases: lsix from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/lsix
```

  証拠: Scoop official bucket manifest trees: bucket/lsix.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:lsix
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.9.1
- **ソース概要:** Shows thumbnails in terminal using sixel graphics
- **ホームページ:** <https://github.com/hackerb9/lsix>
- **リポジトリ:** <https://github.com/hackerb9/lsix>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- lsix (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.9.1
## プロジェクトの歴史と使われ方

lsix is a Bash script that behaves like an image-oriented ls: it displays thumbnail montages directly in Sixel-capable terminals. The README positions it as a simple terminal image browser built on ImageMagick and Sixel escape sequences.

### プロジェクトの歴史

The GitHub repository was created in 2017. Its README emphasizes simplicity: installation is copying the single lsix script into the user's PATH, with ImageMagick as the only prerequisite.

The project grew alongside renewed interest in inline terminal graphics. The README documents tested or reported support across xterm, MLterm, foot, WezTerm, iTerm2, Konsole, WSLtty, MinTTY, Yaft, and other Sixel-capable terminals, while explicitly listing common incompatible terminals.

### 採用の歴史

lsix is packaged by several Unix package managers despite being a single script. The supplied package facts list Homebrew, Debian, Alpine, Arch, Nix, and Scoop, and the official README directly mentions Homebrew as a macOS installation path.

The repository's visible GitHub metadata shows thousands of stars and more than one hundred forks, which is unusually high for a small shell utility and reflects its popularity among terminal-graphics enthusiasts.

### 使われ方

Typical usage is running `lsix` in a directory to display local image thumbnails, or passing explicit filenames and shell globs. Because it delegates decoding to ImageMagick, the README notes broad support for bitmap and non-bitmap formats, with GIFs and multi-image files expanded into montages.

The README says lsix has no command-line flags or configuration files; users who want to change tile width, font, or similar defaults edit variables at the top of the script.

### パッケージ好きにとっての重要性

lsix is notable because it is almost aggressively small: a Bash script plus ImageMagick, using old Sixel terminal graphics to solve a real daily problem over SSH. Package nerds tend to care about it because it sits at the intersection of terminal capability detection, image conversion, and the long tail of terminal emulator compatibility.

### タイムライン

- 2017: GitHub repository created.
- 2024: GitHub repository still active with README updates and a large user-visible star/fork footprint.
- 2026: Current package facts list lsix in multiple Unix package managers.

### Related projects

- Related projects include ImageMagick, which performs the image conversion and montage work, libsixel, which the README discusses as an alternative library approach, and Sixel-capable terminal emulators such as xterm, MLterm, foot, WezTerm, and iTerm2.

### ソース

- <https://api.github.com/repos/hackerb9/lsix>
- <https://github.com/hackerb9/lsix>
- <https://github.com/hackerb9/lsix#readme>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Debian apt - lsix - 1.9.1-2: normalized package name match | Debian stable package indexes: lsix from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Show thumbnails in terminal using sixel graphics | https://github.com/hackerb9/lsix
- Nix - lsix: normalized package name match | nixpkgs package indexes: pkgs/by-name/ls/lsix/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - lsix - 1.8.2-r0: normalized package name match | Alpine Linux edge package indexes: lsix from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Preview thumbnails in the terminal using sixel graphics | https://github.com/hackerb9/lsix
- pacman - lsix - 1.9.1-1: normalized package name match | Arch Linux sync databases: lsix from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Like ls, but for images, shows thumbnails in terminal using sixel graphics | https://github.com/hackerb9/lsix
- Scoop - main/lsix: normalized package name match | Scoop official bucket manifest trees: bucket/lsix.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/lsix.yml](https://github.com/mxcl/pkgdb/blob/main/combined/lsix.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
