The core infrastructure library for MAT PhD Enterprises.
alib provides shared functionality written in Rust for a growing ecosystem of tools focused on software orchestration, configuration management, budgeting, publishing, and sustainable inference.
alib treats software as organizational infrastructure.
Rather than a collection of isolated applications, alib provides a common foundation for tools that help individuals and organizations coordinate resources, knowledge, and action.
A module manager for installing, running, and maintaining reusable software modules.
A configuration and dotfile management system.
A lightweight budgeting and resource allocation system.
Opinionated tooling for working with Quarto projects.
git clone https://github.com/subtletea-research/alib.git
cd alib
cargo buildcargo run --bin ahelper -- helpalib
├── cmd
├── ahelper
├── dotlink
├── tbudget
└── oquarto
Every alib command implements a common Command trait.
Early development (v0.1).
The API is expected to change rapidly as the ecosystem evolves.
Please contact me, the developer Matt Turner (matt at mat.phd), with suggestions, comments, questions, etc.
Thank you for visiting this repo.