# ol を Homebrew, apk でインストール

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

## インストール

```sh
sudo av install brew:ol
```

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

### macOS

- Homebrew (100%):

```sh
brew install ol
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add ol
```

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

## パッケージ情報

- **パッケージキー:** brew:ol
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/ol>
- **バージョン:** 2.7
- **ソース概要:** Purely functional dialect of Lisp
- **ホームページ:** <https://yuriy-chumak.github.io/ol/>
- **リポジトリ:** <https://github.com/yuriy-chumak/ol>
- **上流ドキュメント:** <https://github.com/yuriy-chumak/ol#readme>
- **ライセンス:** LGPL-3.0-or-later OR MIT
- **ソースアーカイブ:** <https://github.com/yuriy-chumak/ol/archive/refs/tags/2.7.tar.gz>
- **生成日時:** 2026-07-26T07:20:29+00:00

## 実行可能ファイル

- ol (cli)
- olvm (cli)
- ol (エイリアス)
- olvm (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-26
- マネージャ版: 2.7
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/yuriy-chumak/ol
- 検出された最新: 2.7 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

Otus Lisp, packaged as ol, is a small, cross-platform, purely functional Lisp dialect with Scheme influence. Its documentation describes it as implementing an extended subset of R7RS Scheme with built-in FFI, regular expressions, infix math notation, a REPL, an interpreter/compiler stack, and the olvm virtual machine.

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

The yuriy-chumak/ol repository was created on 2014-09-06. The project presents itself as both a language experiment and a practical embeddable runtime, emphasizing a tiny footprint, cross-platform support, and foreign-function access to C, Python, Lua, and operating-system APIs.

### 採用の歴史

Otus Lisp has niche adoption compared with major Scheme and Lisp implementations. Its presence in Homebrew and Alpine packaging, plus its GitHub topic footprint around R7RS, FFI, interpreter, compiler, and virtual-machine work, show a package aimed at language implementers, embedded scripting users, and Lisp collectors rather than a broad application ecosystem.

### 使われ方

Users run ol or olvm to experiment with the language, execute scripts, embed the runtime, or use the FFI as a compact bridge to native libraries. The package's appeal is strongest where a small Lisp-like runtime and direct foreign calls matter more than a large library ecosystem.

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

For package nerds, ol is interesting because it is not just another Scheme package: it combines a deliberately tiny runtime, R7RS-flavored semantics, and a virtual-machine/compiler design in a Homebrew-installable artifact. It is the kind of package that preserves an independent language implementation in mainstream package indexes.

### タイムライン

- 2014-09-06: The yuriy-chumak/ol repository was created on GitHub.
- 2026-07-01: GitHub repository metadata reported 278 stars, 14 forks, Scheme as the primary language, and active repository pushes in 2026.

### Related projects

- Related references include R7RS Scheme, SRFI libraries, other embeddable Lisp and Scheme runtimes, and the repository's own olvm virtual machine. The package metadata also connects it to Homebrew and Alpine Linux package ecosystems.

### ソース

- <https://api.github.com/repos/yuriy-chumak/ol>
- <https://formulae.brew.sh/formula/ol>
- <https://github.com/yuriy-chumak/ol>
- <https://github.com/yuriy-chumak/ol/blob/master/doc/reference/README.md>
- <https://yuriy-chumak.github.io/ol/>


## セキュリティノート

narrow executable package without higher-risk signals.

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

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ol
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- apk - ol - 2.6-r0: normalized package name match | Alpine Linux edge package indexes: ol from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Purely functional dialect of Lisp | https://yuriy-chumak.github.io/ol/
- apk - ol-dev - 2.6-r0: normalized package name match | Alpine Linux edge package indexes: ol-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Purely functional dialect of Lisp (development files) | https://yuriy-chumak.github.io/ol/
- apk - ol-doc - 2.6-r0: normalized package name match | Alpine Linux edge package indexes: ol-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Purely functional dialect of Lisp (documentation) | https://yuriy-chumak.github.io/ol/


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/ja/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [gerbil-scheme](https://www.automicvault.com/ja/pkg/brew/gerbil-scheme/) - Shares av.db curated category or tags: cli, ffi, language-runtime, lisp, scheme.
- [newlisp](https://www.automicvault.com/ja/pkg/brew/newlisp/) - Shares av.db curated category or tags: cli, language-runtime, lisp.
- [chibi-scheme](https://www.automicvault.com/ja/pkg/brew/chibi-scheme/) - Shares av.db curated category or tags: cli, embeddable, language-runtime, scheme.
- [ecl](https://www.automicvault.com/ja/pkg/brew/ecl/) - Shares av.db curated category or tags: cli, embeddable, language-runtime, lisp.
- [gcl](https://www.automicvault.com/ja/pkg/brew/gcl/) - Shares av.db curated category or tags: cli, language-runtime, lisp.
- [janet](https://www.automicvault.com/ja/pkg/brew/janet/) - Shares av.db curated category or tags: cli, embeddable, language-runtime, lisp.
- [kawa](https://www.automicvault.com/ja/pkg/brew/kawa/) - Shares av.db curated category or tags: cli, language-runtime, lisp, scheme.
- [lispkit](https://www.automicvault.com/ja/pkg/brew/lispkit/) - Shares av.db curated category or tags: cli, language-runtime, lisp, scheme.

## Combined YAML source

View the package source record on GitHub. [combined/ol.yml](https://github.com/automic-vault/db/blob/main/combined/ol.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
