Versions:

  • 0.3.0

Aftman, developed by LPGhatguy, is a modern toolchain manager positioned in the Development Tools category and distributed as a single-version release numbered 0.3.0. Conceived as the “prodigal sequel to Foreman,” the utility inherits its predecessor’s mandate to simplify installation, switching, and synchronization of language-specific compilers, linters, and runtimes across heterogeneous code bases, yet re-implements the workflow in Rust for faster startup, safer concurrency, and cross-platform consistency. Typical use cases cover open-source contributors who need identical Lua, TypeScript, or Python tool versions as upstream CI, game studios that pin exact compiler chains for RobStudio or custom engines, and DevOps teams that inject reproducible tool manifests into Docker layers without inflating images. Aftman stores project-level tool specifications in a concise TOML file; cloning a repository and running a single command automatically fetches the correct binaries for Windows, macOS, or Linux, eliminating “works-on-my-machine” divergence. The CLI further offers sub-commands for listing, updating, or globally pinning executables, while a shared cache minimizes redundant downloads across repositories. Semantic-version resolution, checksum verification, and offline operation round out the feature set, giving solo developers and enterprise build farms alike a lightweight alternative to container-based tool management. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.

Tags: