| Crates.io | macutil_tui |
| lib.rs | macutil_tui |
| version | 0.0.1 |
| created_at | 2025-07-17 13:18:07.821599+00 |
| updated_at | 2025-07-17 13:18:07.821599+00 |
| description | Chris Titus Tech's MacOS Toolbox - Macutil is a toolbox to fix all the INSANE defaults Apple forces on its users. |
| homepage | |
| repository | https://github.com/ChrisTitusTech/macutil/tree/main/tui |
| max_upload_size | |
| id | 1757482 |
| size | 136,670 |

macutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks. It helps you set up applications and optimize your system for specific use cases. The utility is actively developed in Rust 🦀, providing performance and reliability.
[!NOTE] Since the project is still in active development, you may encounter some issues. Please consider submitting feedback if you do.
To get started, pick which branch you would like to use, then run the command in your terminal:
curl -fsSL https://christitus.com/mac | sh
View available options by running:
macutil --help
For installer options:
curl -fsSL https://christitus.com/mac | sh -s -- --help
macutil is also available as a package in various repositories:
macutil can be installed via Cargo with:
cargo install macutil_tui
Note that crates installed using cargo install require manual updating with cargo install --force (update functionality is included in macutil)
macutil supports configuration through a TOML config file. Path to the file can be specified with --config (or -c).
Available options:
auto_execute - A list of commands to execute automatically (can be combined with --skip-confirmation)skip_confirmation - Boolean ( Equal to --skip-confirmation)size_bypass - Boolean ( Equal to --size-bypass )Example config:
# example_config.toml
auto_execute = [
"Fastfetch",
"Alacritty",
"Kitty"
]
skip_confirmation = true
size_bypass = true
macutil --config /path/to/example_config.toml
If you find macutil helpful, please consider giving it a ⭐️ to show your support!
For comprehensive information on how to use macutil, visit the macutil Official Documentation.
We welcome contributions from the community! Before you start, please review our Contributing Guidelines to understand how to make the most effective and efficient contributions.
Docs are now here
Thank you to everyone who has contributed to the development of macutil. Your efforts are greatly appreciated, and you're helping make this tool better for everyone!