# xleak mit Homebrew, Nix, winget installieren

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

## Installation

```sh
sudo av install brew:xleak
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install xleak
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#xleak
```

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

### Windows

- winget (92%):

```sh
winget install --id bgreenwell.xleak -e
```

  Evidenz: Windows Package Manager source index: bgreenwell.xleak from https://cdn.winget.microsoft.com/cache/source.msix

## Paketfakten

- **Paketschlüssel:** brew:xleak
- **Paketmanager:** Homebrew
- **Version:** 0.2.6
- **Quellzusammenfassung:** Terminal Excel viewer with an interactive TUI
- **Homepage:** <https://github.com/bgreenwell/xleak>
- **Repository:** <https://github.com/bgreenwell/xleak>
- **Zuletzt aktualisiert:** 2026-07-24T11:19:41Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- xleak (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

xleak is a cross-platform Rust command-line and terminal-interface viewer for Excel, OpenDocument, CSV, and TSV data. It combines formatted previews, interactive navigation, search, formula inspection, and export without requiring a graphical spreadsheet application.

### Projektgeschichte

The official changelog dates xleak's initial release to 8 January 2025. Version 0.1.0 already supported an interactive ratatui interface, several Excel and OpenDocument formats, cross-sheet search, formula display, exports, sheet selection, and lazy loading.

The 0.1.1 release added persistent TOML configuration, built-in themes, Vim-style and custom keybindings, named Excel-table extraction, and a custom config-file flag. The 0.2 series then adopted cargo-dist for multi-platform releases and continued expanding packaging and terminal behavior.

### Adoptionsgeschichte

The upstream installation guide documents several distribution channels: Homebrew, Scoop, Debian, the Arch User Repository, NetBSD pkgsrc, Cargo, Nix, release binaries, and installer scripts. The 0.2.6 changelog records NetBSD installation plus automated AUR, WinGet, and Scoop publishing, showing deliberate growth from a Rust crate into a broadly packaged terminal utility.

### Wie es verwendet wird

Users can preview a workbook directly in the terminal or start the interactive interface with `-i`. Keyboard workflows cover cell navigation, full-text search, sheet switching, formula details, row or cell copying, and jumps to specific addresses.

Non-interactive workflows select sheets, limit rows, extract named Excel tables, and export CSV, JSON, or plain text. A TOML file can persist themes, display limits, column width, and keybinding choices; `--config` selects an alternate file.

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

xleak represents the modern Rust TUI pattern: a focused data utility built on calamine for parsing and ratatui for interaction, distributed as both a Cargo package and native binaries.

Its packaging breadth is useful on servers and keyboard-driven systems where spreadsheet files are common but installing or launching a full desktop office suite is undesirable.

### Zeitleiste

- 2025-01-08: Version 0.1.0 introduced the interactive spreadsheet viewer.
- 2025-12-03: Version 0.1.1 added TOML configuration; version 0.2.0 adopted cargo-dist releases.
- 2026-05-24: Version 0.2.6 added NetBSD installation and automated AUR, WinGet, and Scoop publishing.

### Related projects

- The upstream README names doxx as xleak's inspiration. It also identifies calamine as the spreadsheet parser and ratatui as the terminal-interface framework.

### Quellen

- <https://github.com/bgreenwell/xleak#readme>
- <https://github.com/bgreenwell/xleak/blob/devel/CHANGELOG.md>
- <https://github.com/bgreenwell/xleak/releases>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: $XDG_CONFIG_HOME/xleak/config.toml, ~/.config/xleak/config.toml
- macOS: $XDG_CONFIG_HOME/xleak/config.toml, ~/.config/xleak/config.toml, ~/Library/Application Support/xleak/config.toml
- Windows: %APPDATA%\xleak\config.toml
## Andere Paketmanager-Einträge

- Nix - xleak: normalized package name match | nixpkgs package indexes: pkgs/by-name/xl/xleak/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- winget - bgreenwell.xleak: normalized package name match | Windows Package Manager source index: bgreenwell.xleak from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
