# lisette を Homebrew, Nix, dnf, MacPorts でインストール

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

## インストール

```sh
sudo av install brew:lisette
```

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

### macOS

- Homebrew (100%):

```sh
brew install lisette
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install lis
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#lisette
```

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

- dnf (92%):

```sh
sudo dnf install lis
```

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

## パッケージ情報

- **パッケージキー:** brew:lisette
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/lisette>
- **バージョン:** 0.11.1
- **ソース概要:** Language inspired by Rust that compiles to Go
- **ホームページ:** <https://lisette.run>
- **リポジトリ:** <https://github.com/ivov/lisette>
- **上流ドキュメント:** <https://lisette.run>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/ivov/lisette/archive/refs/tags/lisette-v0.11.1.tar.gz>
- **最終更新:** 2026-08-02T21:20:48Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- lis (cli)
- lis (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.11.1
- マネージャ更新日: 2026-08-02
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/ivov/lisette
- 検出された最新: lisette-v0.11.1 (最新)
## プロジェクトの歴史と使われ方

Lisette is a small compiled programming language by Ivan Ovejero that uses Rust-like syntax while targeting Go as its runtime and output ecosystem. Its public materials emphasize algebraic data types, pattern matching, Hindley-Milner type inference, immutable-by-default values, Go interoperation, diagnostics, and editor tooling.

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

The project was published as a Rust crate in December 2025 and developed rapidly through the first half of 2026. The repository and project site present Lisette as an experiment in bringing ML- and Rust-flavored safety features to Go-oriented programs without abandoning Go's deployment model.

The language's early design mixed familiar Rust surface syntax with Go-specific affordances such as imports from Go packages, Go-style interfaces, channels, goroutines, and readable generated Go. That combination makes it part compiler project, part language-design prototype, and part bridge into the Go ecosystem.

### 採用の歴史

Lisette's adoption evidence is early-stage and concentrated around source distribution, crates.io releases, the hosted playground, and package-manager entries. By June 2026, the repository showed dozens of tagged releases and Homebrew, Nix, Fedora, and MacPorts metadata had appeared in the package facts for the tool.

### 使われ方

Users install the `lis` command and compile `.lis` programs to Go. The examples in the README and site focus on pattern matching, `Result` and `Option`-style error handling, typed channels, pipelines, and direct calls into Go packages.

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

For package maintainers, Lisette is interesting because it packages a young language toolchain as a Rust-distributed compiler whose output depends on Go. It sits in the niche where language runtimes, compiler front ends, editor tooling, and generated-code workflows all meet.

### タイムライン

- 2025-12-28: Lisette 0.0.1 was published on crates.io.
- 2026-03-21: Lisette 0.1.0 was published on crates.io.
- 2026-06-28: Lisette 0.6.0 was published, matching the repository's June 28, 2026 release marker.

### Related projects

- Lisette is related to Rust through its syntax and safety vocabulary, to Go through its generated output and runtime interoperation, and to ML-family languages through Hindley-Milner type inference and algebraic data types.

### ソース

- <https://crates.io/crates/lisette>
- <https://github.com/ivov/lisette>
- <https://lisette.run/>


## セキュリティノート

lisette に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


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

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** lisette
- **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

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

- Nix - lisette: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/lisette/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - lis: installed executable or alias match | MacPorts ports tree: math/lis/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - lis: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/li/lis/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - lis - 2.1.11-5.fc45: installed executable or alias match | Fedora Rawhide package metadata: lis from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A library for solving linear equations and eigenvalue problems | http://www.ssisc.org/lis/index.en.html
- dnf - lis-bin - 2.1.11-5.fc45: installed executable or alias match | Fedora Rawhide package metadata: lis-bin from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | lis executables | http://www.ssisc.org/lis/index.en.html
- dnf - lis-devel - 2.1.11-5.fc45: installed executable or alias match | Fedora Rawhide package metadata: lis-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development headers and library for lis | http://www.ssisc.org/lis/index.en.html
- dnf - lis-doc - 2.1.11-5.fc45: installed executable or alias match | Fedora Rawhide package metadata: lis-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Developer documentation for lis | http://www.ssisc.org/lis/index.en.html


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [nesc](https://pkg.so/ja/brew/nesc/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [ats2-postiats](https://pkg.so/ja/brew/ats2-postiats/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [lua](https://pkg.so/ja/brew/lua/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [kotlin](https://pkg.so/ja/brew/kotlin/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [nim](https://pkg.so/ja/brew/nim/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [scala](https://pkg.so/ja/brew/scala/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [julia](https://pkg.so/ja/brew/julia/) - Shares pkgdb curated category or tags: cli, compiler, language-runtime, programming-language.
- [ldpl](https://pkg.so/ja/brew/ldpl/) - Local package facts share a topical domain. Shared terms: cli, compiler, compiles, language, language-runtime.
- [purescript](https://pkg.so/ja/brew/purescript/) - Local package facts share a topical domain. Shared terms: cli, compiler, compiles, language, language-runtime.

## Combined YAML source

View the package source record on GitHub. [combined/lisette.yml](https://github.com/mxcl/pkgdb/blob/main/combined/lisette.yml)


## ソース

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