https://github.com/thisismygitrepo/machineconfig
A stack manager: a package manager, work orchestrator, dotfile manager, secrets manager, code and data manager, machine configurator, command runner and utils provider, its digital life manager
https://github.com/thisismygitrepo/machineconfig
automation code command-line configuration configuration-files configuration-management dotfiles package-manager secrets setup-script utils workflow
Last synced: 4 days ago
JSON representation
A stack manager: a package manager, work orchestrator, dotfile manager, secrets manager, code and data manager, machine configurator, command runner and utils provider, its digital life manager
- Host: GitHub
- URL: https://github.com/thisismygitrepo/machineconfig
- Owner: thisismygitrepo
- License: apache-2.0
- Created: 2022-06-19T03:01:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T11:11:37.000Z (7 days ago)
- Last Synced: 2026-01-15T15:49:53.336Z (7 days ago)
- Topics: automation, code, command-line, configuration, configuration-files, configuration-management, dotfiles, package-manager, secrets, setup-script, utils, workflow
- Language: Python
- Homepage:
- Size: 8.83 MB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# đ Welcome to **Machineconfig**
Your stack is awesome, but you need a stack manager, to have a tight grip over it, put it together and maintain it.
Entering, **Machineconfig**, a cli-based cross-platform **Stack Manager** â It is a swiss-army knife; a *Package Manager*, *Configuration Manager*, *Automation Tool*, *Dotfiles Manager*, *Data Solution*, and *Code Manager*, among other functionalities covered, all rolled into one seamless experience, that is consistent across different platforms.
## Workflow:
What is your stack? Say you have a new computer/ VM, how do you go about setting it up with your stack?
Surely, you have:
* A bunch of CLI tools.
* [Optional] A bunch of softwares (GUIs for desktop environment)
* [Public] A bunch of configuration files for your tools.
* [Private] A bunch of secrets, passowords, tokens, credentials etc, etc.
* Data (Both highly sensitive and encrypted less serious unencrypted data)
* Code (your repositories).
Wouldn't be nice if you can set it all up in 2 minutes? This is a hackable tool to get it done.
Consider this concrete scenario: When setting up a new machine, VM, or Docker container, you often face dependency chains like this:
```mermaid
flowchart TD
A["Need to setup my [dev] environment"] --> B["need my tool x, e.g.: yadm"]
B --> C["Requires git"]
C --> D["Requires package manager, e.g. brew"]
D --> E["Requires curl"]
E --> F["Requires network setup / system update"]
F --> G["Requires system configuration access"]
G --> H["Finally ready to start setup the tool x."]
```
Machineconfig builds on shoulder of giants. A suite of best-in-class stack of projects on github are used, the most starred, active and written in Rust tools are used when possible. The goal is to provide a seamless experience that abstracts away the complexity of setting up and maintaining your digital environment. The goal of machineconfig is to replicate your setup, config, code, data and secrets on any machine, any os, in 5 minutes, using minimal user input. Then, from that point, machineconfig will help you maintain, update, backup and sync your digital life across all your devices, automatically.
## âď¸ Functional Overview
| Category | Comparable Tools | Description |
|------------------------|----------------------------------------------|-----------------------------------------------------------|
| **Package Manager** | `winget`, `apt`, `brew`, `nix` | Installs and manages software packages across systems. |
| **Configuration Manager** | `Ansible`, `Chef`, `Puppet` | Configures and maintains systemâlevel preferences. |
| **Automation Tool** | `Airflow`, `Prefect`, `Dagster`, `Celery` | Automates repetitive tasks, pipelines, orchestration. |
| **Dotfiles Manager** | `chezmoi`, `yadm`, `rcm`, `GNU Stow` | Synchronises dotfiles & personal configs across systems. |
| **Data Solution** | `rclone`, `rsync` | Handles backups, mirroring and secure file sync. |
| **Code Manager** | `strongâbox`, `Vault` | Manages and protects code snippets, secrets and creds. |
---
# Install On Windows:
```powershell
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" # Skip if UV is already installed
uv tool install --upgrade --python 3.14 machineconfig
```
# Install On Linux and MacOS
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh # Skip if UV is already installed
uv tool install --upgrade --python 3.14 machineconfig
```
# Quickies ...
```powershell
# interactive install of machineconfig and following on to run it and make basic machine configuration (RECOMMENDED):
irm bit.ly/cfgwindows | iex # Or, if UV is installed: iex (uvx machineconfig define)
# Quick install and configure (optionals are accepted by default):
irm bit.ly/cfgwq | iex
```
```bash
# interactive install of machineconfig and following on to run it and make basic machine configuration (RECOMMENDED):
. <(curl -L bit.ly/cfglinux) # Or, if UV is installed: . <(uvx machineconfig define)
```
# Author
Alex Al-Saffar. [email](mailto:programmer@usa.com)
# Contributor
Ruby Chan. [email](mailto:ruby.chan@sa.gov.au)
[](https://github.com/ashutosh00710/github-readme-activity-graph)