# lutgen mit Homebrew, apk, Nix, scoop installieren

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

## Installation

```sh
sudo av install brew:lutgen
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install lutgen
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add lutgen
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#lutgen
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/lu/lutgen/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/lutgen
```

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

## Paketfakten

- **Paketschlüssel:** brew:lutgen
- **Paketmanager:** Homebrew
- **Version:** 1.1.1
- **Quellzusammenfassung:** Blazingly fast interpolated LUT generator and applicator for color palettes
- **Homepage:** <https://ozwaldorf.github.io/lutgen-rs/>
- **Repository:** <https://github.com/ozwaldorf/lutgen-rs>
- **Zuletzt aktualisiert:** 2026-05-14T21:16:41Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- lutgen (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

Lutgen is a Rust project for generating and applying interpolated lookup tables for color palettes. The upstream README describes it as a fast LUT utility for arbitrary and popular color palettes, with both CLI and Studio packaging.

### Projektgeschichte

The ozwaldorf/lutgen-rs repository was created in 2023 and developed as a Rust workspace containing CLI, Studio, and library components. The README centers the project on recoloring images to desktop color schemes, with examples for Hald CLUTs and color corrections.

Lutgen's documentation has a dedicated wiki at lut.sh, while the repository README documents source installation, crates.io packages, a Nix flake, and development-shell commands.

### Adoptionsgeschichte

The supplied package metadata lists Lutgen across Alpine APK, Homebrew, Nix, and Scoop, and the README adds crates.io and Nix flake installation paths. This makes it a package-manager-friendly desktop theming utility rather than only a Rust crate.

Repository metadata shows a few hundred stars and active maintenance into 2026, which fits a focused but visible audience in color-scheme, wallpaper, and Linux desktop customization communities.

### Wie es verwendet wird

Users can install the CLI from source with `cargo install --path crates/cli`, from crates.io as `lutgen-cli`, or through package managers. The project also ships Lutgen Studio and a Rust library documented through docs.rs.

The README emphasizes applying palettes to images and producing Hald CLUT-style outputs, and the Nix flake supports running both `lutgen` and `lutgen-studio` directly.

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

Lutgen is significant for package nerds because it turns a desktop-rice workflow into a small reproducible command-line tool: generate a LUT, apply a palette, and integrate it with package-managed themes or wallpapers.

Its multi-surface packaging, including CLI, GUI, crate, and flake, is a modern Rust packaging pattern where the repository is simultaneously an application, a library, and a theme-tool distribution point.

### Zeitleiste

- 2023: ozwaldorf/lutgen-rs repository created.
- 2026: GitHub metadata and release listing show continued activity.
- 2026: Lutgen Studio v0.4.0 published as the latest GitHub release.

### Related projects

- Hald CLUT workflows are a documented source and output model.
- Catppuccin, Gruvbox, and Nord appear in README example outputs.
- Nix flakes, crates.io, docs.rs, and Lutgen Studio are related packaging or project surfaces.

### Quellen

- <https://api.github.com/repos/ozwaldorf/lutgen-rs>
- <https://api.github.com/repos/ozwaldorf/lutgen-rs/releases/latest>
- <https://github.com/ozwaldorf/lutgen-rs#readme>
- <https://lut.sh/>
- source_facts.package-manager


## Sicherheitshinweise

Für lutgen wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Andere Paketmanager-Einträge

- Nix - lutgen: normalized package name match | nixpkgs package indexes: pkgs/by-name/lu/lutgen/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - lutgen - 1.0.1-r0: normalized package name match | Alpine Linux edge package indexes: lutgen from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes | https://github.com/ozwaldorf/lutgen-rs
- apk - lutgen-bash-completion - 1.0.1-r0: normalized package name match | Alpine Linux edge package indexes: lutgen-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for lutgen | https://github.com/ozwaldorf/lutgen-rs
- apk - lutgen-doc - 1.0.1-r0: normalized package name match | Alpine Linux edge package indexes: lutgen-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes (documentation) | https://github.com/ozwaldorf/lutgen-rs
- apk - lutgen-fish-completion - 1.0.1-r0: normalized package name match | Alpine Linux edge package indexes: lutgen-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fish completions for lutgen | https://github.com/ozwaldorf/lutgen-rs
- apk - lutgen-zsh-completion - 1.0.1-r0: normalized package name match | Alpine Linux edge package indexes: lutgen-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for lutgen | https://github.com/ozwaldorf/lutgen-rs
- Scoop - main/lutgen: normalized package name match | Scoop official bucket manifest trees: bucket/lutgen.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/lutgen.yml](https://github.com/mxcl/pkgdb/blob/main/combined/lutgen.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
