3 Repos
Creating symbolic links from installation directories to system-standard binary paths.
Distinct from Local Package Linking: Closest candidates focus on package ownership lookups or local dev linking, not the standard system-wide path management for CLI accessibility.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · System Path Symlinking. Refine with filters or upvote what's useful.
This project is a Ruby-based package definition repository that functions as a cross-platform package manager and software dependency resolver for macOS and Linux. It provides a centralized system for installing, updating, and managing software through a Git-based distribution model. The system distinguishes itself through a binary package distribution network that produces pre-compiled bottles to avoid local compilation from source. It utilizes a Ruby-based domain specific language to define installation recipes and employs a distributed version control architecture to synchronize these defi
Provides a mechanism to link installed binaries into the system prefix for command-line accessibility.
PTF ist ein Manager für Penetration-Testing-Tools und ein modularer Software-Orchestrator, der entwickelt wurde, um die Installation, Kompilierung und Aktualisierung von Sicherheitstools über verschiedene Betriebssystem-Distributionen hinweg zu automatisieren. Es fungiert als Automatisierungs-Utility für Sicherheitstools, das die neuesten Releases abruft und globale System-Launcher für eine kuratierte Sammlung von Sicherheits-Binärdateien erstellt. Das Framework ermöglicht das Paketieren von Sicherheitstool-Suiten in portable Container-Images, um eine konsistente Ausführung über verschiedene Infrastrukturumgebungen hinweg zu gewährleisten. Es ermöglicht die Verteilung spezifischer Sets kompilierter Binärdateien und Konfigurationen durch modulare Installationsdefinitionen. Das System deckt das Management von Toolchain-Abhängigkeiten ab, indem es erforderliche Softwaremodule in einer spezifischen Reihenfolge auflöst und installiert. Es bietet Funktionen für die Installationsfilterung nach Kategorien, die Verwaltung benutzerdefinierter Tool-Listen und die Ausführung von Shell-Befehlen nach der Installation. Nutzer können installierte Tools prüfen und unbeaufsichtigte Installationen durchführen, um Umgebungen ohne manuelle Interaktion aufzubauen.
Creates executable symbolic links in the system path to enable global tool execution from any directory.
Whalebrew is a containerized package manager and alias manager that wraps Docker images as executable system commands. It functions as a container runtime orchestrator, mapping specific images to native-behaving binaries to allow users to run containerized applications without manual container engine strings. The system utilizes a wrapper utility to map host commands to image entrypoints. It provides tools for installing, updating, and removing these mappings, and includes a search mechanism to locate available images across configured registries. The tool manages the runtime environment by
Manages the relationship between the system path and container wrappers using a directory of symbolic links.