You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,6 +40,14 @@ Pick what you need in a terminal UI. Takes minutes. Or snapshot your current Mac
39
40
40
41
No tracking. No telemetry. Just works.
41
42
43
+
## Why OpenBoot?
44
+
45
+
**Fresh project, proven demand** — 2 weeks old, already trending on Reddit (100K+ views) and growing fast.
46
+
47
+
Brewfiles are manual YAML editing. Nix has a brutal learning curve. Shell scripts break silently. Dotfile repos become unmaintainable after six months.
48
+
49
+
OpenBoot is the first tool that handles **everything** — packages, dotfiles, shell config, macOS preferences, git identity — in an interactive TUI you can actually navigate. No config files to learn. No YAML to write. Just pick what you need and go.
Brewfiles are manual YAML editing. Nix has a brutal learning curve. Dotfile repos become unmaintainable after six months.
61
-
62
-
I wanted something simple: a visual way to pick packages, a dashboard to manage configs without touching files, and URLs you can share. One command, same environment for everyone on your team.
67
+
## How It Compares
63
68
64
69
|| OpenBoot | Brewfile | chezmoi | nix-darwin |
65
70
|---|:---:|:---:|:---:|:---:|
@@ -206,13 +211,13 @@ openboot version # Print version
206
211
207
212
## FAQ
208
213
209
-
**Do I need anything installed first?**
214
+
**Do I need anything installed first?**
210
215
macOS 12.0 or newer. Homebrew if you have it, but the installer will get it for you if not.
211
216
212
-
**What if I already have some of these tools?**
217
+
**What if I already have some of these tools?**
213
218
It checks what's installed and skips anything you already have.
214
219
215
-
**Is my data tracked?**
220
+
**Is my data tracked?**
216
221
No. No telemetry, no analytics. Code is open source, check for yourself.
0 commit comments