Versions:
Tuckr is a Rust-based symlink farm manager positioned as a high-performance successor to the venerable GNU Stow, designed for users who maintain large collections of dotfiles or modular software trees. Where Stow relies on Perl and file-system traversal that can bog down on deep hierarchies, Tuckr exploits Rust’s concurrency and memory safety to parse and deploy hundreds of interlinked package directories almost instantaneously. The tool consumes a simple "packages" layout—each top-level folder under a common prefix is treated as an independent module—and exposes commands to stow (create symlinks), unstow (remove them), verify integrity, and forcibly override conflicts, all while preserving the exact relative structure expected by shell initialization scripts, Vim/Neovim runtimes, or XDG-compliant configurations. Typical use cases include synchronizing personal development environments across laptops and servers, selectively activating subsets of dotfiles per project or hostname, and bundling sets of shell functions, git hooks, or editor plugins that can be toggled without touching upstream package managers. Because Tuckr stores metadata in hidden companion files rather than in the global filesystem, it remains compatible with version-controlled home directories and integrates cleanly with CI pipelines that need to replicate a developer’s setup in seconds. The program operates on Windows, macOS, and Linux, requires no elevated privileges, and emits POSIX-compatible symlinks even on NTFS through the Windows Developer Mode. RaphGL released the inaugural public stream as version 0.13.0, marking feature parity with Stow’s core operations plus recursive conflict detection, colored diagnostics, and a built-in dry-run mode. Tuckr is available for free on get.nero.com, where downloads are supplied through trusted Windows package sources such as winget, always serving the latest build and enabling batch installation alongside other applications.
Tags: