# 使用 Homebrew, apk, Nix, winget 安装 tuckr

查看 tuckr 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:tuckr
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install tuckr
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add tuckr
```

  证据: Alpine Linux edge package indexes: tuckr from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#tuckr
```

  证据: nixpkgs package indexes: pkgs/by-name/tu/tuckr/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id RaphGL.Tuckr -e
```

  证据: Windows Package Manager source index: RaphGL.Tuckr from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:tuckr
- **软件包管理器:** Homebrew
- **版本:** 0.13.1
- **来源摘要:** Super powered replacement for GNU Stow
- **主页:** <https://raphgl.github.io/Tuckr/>
- **仓库:** <https://github.com/RaphGL/Tuckr>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- tuckr (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.13.1
## 项目历史与用法

Tuckr is a Rust dotfile manager positioned by its own README as a "super powered replacement for GNU Stow". Its history is best understood as part of the long-running Unix dotfiles tradition: keep configuration in a directory, symlink it into $HOME, and make machine setup repeatable without taking over version control or shell scripting.

### 项目历史

The project describes itself as inspired by Stow and Git, but deliberately smaller in scope than a full dotfile platform. Its README says Tuckr follows Stow's model of symlinking files into $HOME, while adding tracked and validated symlinks, grouped configuration files, hooks, conditional deployment, and experimental secrets handling.

Tuckr's design emphasizes "no configuration" and a predictable dotfiles directory layout with Configs, Hooks, and Secrets directories. That places it in the package-nerd niche of tools that trade broad automation for inspectable filesystem conventions.

### 采用历史

Official installation instructions document several distribution channels: cargo install from the Git repository, cargo install from crates.io, an AUR package, and Homebrew. The input package facts also record packaging through Homebrew, apk, Nix, and WinGet, suggesting adoption across Unix-like package-manager ecosystems and Windows-oriented package catalogs.

The README includes explicit migration notes for Stow users, making the target audience unusually clear: people already managing dotfiles through symlink farms who want validation, grouping, hooks, and cross-platform behavior without moving to a heavier dotfile framework.

### 使用方式

Typical use is to keep dotfiles in a Tuckr directory, group them by program, and run commands such as `tuckr add`, `tuckr rm`, `tuckr set`, `tuckr status`, `tuckr push`, and `tuckr pop`. Hooks provide setup and cleanup scripts around deployment, while conditional groups let one dotfiles tree target Linux, macOS, Windows, WSL, or other Rust target names.

### 为什么软件包爱好者会关心

Tuckr matters to package-manager users because it packages a familiar Stow workflow as a modern CLI with Homebrew, cargo, AUR, Nix, apk, and WinGet availability. It is the sort of tool that appears in bootstrap scripts, dotfiles repositories, and new-machine setup notes rather than in general application lists.

### 时间线

- Current README: Presents Tuckr as a Stow-compatible dotfile manager with no required configuration.
- Current README: Documents cargo, AUR, and Homebrew installation paths.
- Current input facts: Record Homebrew, apk, Nix, and WinGet package-manager coverage.

### Related projects

- GNU Stow is the explicit comparison point and migration source in the README.
- Git is cited as an inspiration, but Tuckr deliberately avoids wrapping Git or reimplementing unrelated system utilities.

### 来源

- <https://github.com/RaphGL/Tuckr README: project positioning, Stow/Git inspiration, goals, layout, migration notes, commands, install methods.>
- <https://raphgl.github.io/Tuckr: official documentation surface from input current_curation.docs.>
- input source_facts.package-manager: Homebrew, apk, Nix, and WinGet package coverage.


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal


## 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: ~/.config/dotfiles, ~/.dotfiles
- macOS: ~/Library/Application Support/dotfiles, ~/.dotfiles
- Windows: %HomePath%\AppData\Roaming\dotfiles, %HomePath%\.dotfiles
## 其他软件包管理器记录

- Nix - tuckr: normalized package name match | nixpkgs package indexes: pkgs/by-name/tu/tuckr/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - tuckr - 0.13.1-r1: normalized package name match | Alpine Linux edge package indexes: tuckr from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Dotfile manager inspired by Stow and Git | https://raphgl.github.io/Tuckr/
- winget - RaphGL.Tuckr: normalized package name match | Windows Package Manager source index: RaphGL.Tuckr from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## 来源

- 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
