# liblo を Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper でインストール

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

## インストール

```sh
sudo av install brew:liblo
```

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

### macOS

- Homebrew (100%):

```sh
brew install liblo
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install liblo
```

  証拠: MacPorts ports tree: audio/liblo/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add liblo
```

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

- dnf (92%):

```sh
sudo dnf install liblo
```

  証拠: Fedora Rawhide package metadata: liblo from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#liblo
```

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

- pacman (92%):

```sh
sudo pacman -S liblo
```

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

- Debian apt (92%):

```sh
sudo apt install liblo-dev
```

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

- zypper (92%):

```sh
sudo zypper install liblo-devel
```

  証拠: openSUSE Tumbleweed package metadata: liblo-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:liblo
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.36
- **ソース概要:** Lightweight Open Sound Control implementation
- **ホームページ:** <https://liblo.sourceforge.net/>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- oscdump (エイリアス)
- oscsend (エイリアス)
- oscsendfile (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

liblo, the Lite OSC library, is a lightweight C implementation of Open Sound Control for POSIX systems. It is most relevant to audio, music, media-art, and interactive systems that need to send and receive OSC messages over modern network transports.

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

The liblo homepage says the project was started by Steve Harris and later maintained by Stephen Sinclair. Its early release notes describe it as an ANSI C implementation intended to make OSC application development easy.

Release notes show public releases at least as far back as 0.13 on October 19, 2004. The 0.25 release on July 18, 2008 added oscsend and oscdump command-line tools, broadcast support, multicast support, and message deserialization. The 0.26 release on March 7, 2009 changed the license to LGPL 2.1 or later after requests for use in non-GPL software.

The project moved through SourceForge hosting and GitHub development. The homepage states that GitHub is preferred for active development, with the SourceForge git repository kept synchronized manually and used for web hosting.

### 採用の歴史

liblo's adoption is tied to OSC itself, a protocol used among computers, sound synthesizers, multimedia devices, and interactive control surfaces. Its small C API, C++ wrapper, and CLI tools made it easy for Unix audio software and scripting workflows to exchange OSC messages.

Package-manager metadata in this batch lists liblo across Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE, which matches a library used by cross-platform creative-coding and audio stacks.

### 使われ方

Typical command-line use centers on oscsend for emitting OSC messages and oscdump for inspecting received traffic. Library users create OSC addresses, servers, messages, bundles, and method handlers through the C API or C++ wrapper.

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

liblo is significant because it turns OSC from a multimedia protocol spec into a tiny linkable Unix library plus inspectable CLI tools. It is the sort of package that quietly enables live-coding, synth control, media installations, and test rigs.

### タイムライン

- 2004: Release 0.13 announced on October 19, 2004.
- 2008: Release 0.25 added oscsend and oscdump.
- 2009: Release 0.26 changed liblo to LGPL 2.1 or later.
- 2013: Release 0.27 added major bundle, multicast, TCP, and Unix-socket improvements.
- 2024: Release 0.32 added OSC path validation and CMake improvements.
- 2026: Releases 0.35 and 0.36 were published on April 30, 2026.

### Related projects

- Open Sound Control is the protocol liblo implements.
- The liblo homepage lists related bindings and modules including Net::LibLO, pyliblo, and aiolo.

### ソース

- <https://api.github.com/repos/radarsat1/liblo>
- <https://github.com/radarsat1/liblo>
- <https://liblo.sourceforge.net/>
- <https://liblo.sourceforge.net/NEWS.html>
- <https://opensoundcontrol.stanford.edu/>


## セキュリティノート

library-like package without higher-risk signals.

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

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

- Debian apt - liblo-dev - 0.32-2: normalized package name match | Debian stable package indexes: liblo-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Lightweight OSC library -- development files | https://github.com/radarsat1/liblo
- Debian apt - liblo-tools - 0.32-2: normalized package name match | Debian stable package indexes: liblo-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Lightweight OSC library (command-line tools) | https://github.com/radarsat1/liblo
- Debian apt - liblo7 - 0.32-2: normalized package name match | Debian stable package indexes: liblo7 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Lightweight OSC library | https://github.com/radarsat1/liblo
- Nix - liblo: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/liblo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - liblo-dev - 0.31-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: liblo-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Lightweight OSC library -- development files | https://github.com/radarsat1/liblo
- Ubuntu apt - liblo-tools - 0.31-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: liblo-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Lightweight OSC library (command-line tools) | https://github.com/radarsat1/liblo
- Ubuntu apt - liblo7 - 0.31-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: liblo7 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Lightweight OSC library | https://github.com/radarsat1/liblo
- apk - liblo - 0.31-r1: normalized package name match | Alpine Linux edge package indexes: liblo from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Open Sound Control protocol implementation for POSIX systems | https://liblo.sourceforge.net/
- apk - liblo-dev - 0.31-r1: normalized package name match | Alpine Linux edge package indexes: liblo-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Open Sound Control protocol implementation for POSIX systems (development files) | https://liblo.sourceforge.net/
- dnf - liblo - 0.34-4.fc45: normalized package name match | Fedora Rawhide package metadata: liblo from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Open Sound Control library | https://liblo.sourceforge.net
- dnf - liblo-devel - 0.34-4.fc45: normalized package name match | Fedora Rawhide package metadata: liblo-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Libraries, includes, etc to develop liblo applications | https://liblo.sourceforge.net
- pacman - liblo - 1:0.36-1: normalized package name match | Arch Linux sync databases: liblo from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A lightweight OSC (Open Sound Control) implementation | http://liblo.sourceforge.net/
- zypper - liblo-devel - 0.36-1.3: normalized package name match | openSUSE Tumbleweed package metadata: liblo-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Header files for the liblo OSC implementation | https://liblo.sourceforge.net
- zypper - liblo7 - 0.36-1.3: normalized package name match | openSUSE Tumbleweed package metadata: liblo7 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Open Sound Control implementation | https://liblo.sourceforge.net
- MacPorts - liblo: normalized package name match | MacPorts ports tree: audio/liblo/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/liblo.yml](https://github.com/mxcl/pkgdb/blob/main/combined/liblo.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
