Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osctl

alt text

Declarative OS Configuration Tool

osctl is a Rust-based command-line tool that lets you manage your macOS system declaratively. Instead of manually installing packages or enabling services, you define your desired system state in a YAML file (os.yaml) and let osctl apply the changes.


Features

  • Install packages declaratively
  • Enable or disable system services
  • Preview changes with --dry-run
  • Generate a diff between current and desired state
  • Fully automated system setup for new machines or team environments

Installation

You need Rust installed. Then, clone this repo and build:

git clone https://github.com/Maszter-ctrl/osctl.git
cd osctl
cargo build --release

Run the program with: bash cargo run -- [COMMAND]

For example expecting:

  install:
    - git
    - curl
    - wget
    - node

services:
  enable:
    - ssh
  disable:
    - bluetooth

About

A Rust and brew based OS control center for all convenient uses.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages