Ryan Hughes
2beda6abed
Scaffold Python orchestrator + split install.sh / finalize.sh
...
Chunk 1 of the C3 refactor: replace the two-pass install model (archinstall
CLI + custom shell dance + chroot bash installer) with a single Python
orchestrator that owns phase ordering, using archinstall as a library
subsystem.
Splits the bash entry point into two:
- install.sh: online entry point. Ensures omarchy runtime + base.packages
are installed/up to date, then exec's finalize.sh.
- finalize.sh: the in-target portion (preflight + packaging + config +
login + post-install). Called by install.sh (online) AND by the
orchestrator after arch-chroot -u $USER (offline).
Adds the orchestrator skeleton under install/orchestrator/:
- main.py: entry point, builds + runs the phase list
- context.py: InstallContext (parsed configurator JSON + invocation paths)
- phases.py: phase state machine (logging + state.json + error wrapping)
- phases_impl.py: stubbed phase implementations (filled in by chunks 2-6)
- archinstall_adapter.py: thin compat wall around archinstall lib imports
(only this module imports from archinstall.*)
- ui.py: gum subprocess wrappers so the orchestrator keeps the same
styled-terminal UX as the bash installer
Updates bin/omarchy-install to dispatch:
- --config <json> in args → python -m orchestrator.main (ISO install)
- anything else → bash install.sh (online rerun on installed system)
Concrete phase logic lands in subsequent chunks. All phases currently
raise NotImplementedError; the orchestrator imports cleanly and --help
works as a smoke check.
2026-06-04 18:34:35 -04:00
..
2026-05-25 16:49:18 +02:00
2026-05-01 17:40:22 +02:00
2026-05-16 20:34:09 +02:00
2026-05-21 11:53:48 +02:00
2026-05-22 13:26:41 +02:00
2026-05-22 13:26:41 +02:00
2026-05-22 15:18:14 +02:00
2026-05-21 10:54:23 +02:00
2026-05-22 13:26:26 +02:00
2026-05-01 17:40:22 +02:00
2026-05-21 15:45:36 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-23 15:02:11 +02:00
2026-05-21 11:29:55 +02:00
2026-05-01 17:40:22 +02:00
2026-05-11 09:53:07 +02:00
2026-05-11 09:53:07 +02:00
2026-05-22 11:35:36 +02:00
2026-05-22 11:35:36 +02:00
2026-05-22 11:35:36 +02:00
2026-05-02 10:24:31 +02:00
2026-05-25 23:51:48 +02:00
2026-05-25 20:28:22 +02:00
2026-05-25 23:51:48 +02:00
2026-05-17 19:51:29 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 11:15:28 +02:00
2026-05-29 13:54:55 +02:00
2026-05-29 13:15:00 +02:00
2026-05-29 13:15:00 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 12:56:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-27 16:44:43 -04:00
2026-06-04 18:34:35 -04:00
2026-05-21 07:57:08 +02:00
2026-05-23 04:32:20 -04:00
2026-05-17 19:51:29 +02:00
2026-05-19 21:42:02 +02:00
2026-05-17 19:51:29 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-17 21:55:53 +02:00
2026-05-19 20:54:20 +02:00
2026-05-27 12:36:47 +02:00
2026-06-04 18:34:35 -04:00
2026-06-04 18:34:35 -04:00
2026-06-04 18:34:35 -04:00
2026-05-21 19:30:30 +02:00
2026-06-04 18:34:35 -04:00
2026-05-17 20:47:48 +02:00
2026-05-01 17:40:22 +02:00
2026-05-06 12:58:55 +02:00
2026-05-06 12:58:55 +02:00
2026-06-04 18:34:35 -04:00
2026-05-14 16:34:21 -04:00
2026-05-01 17:40:22 +02:00
2026-05-19 17:08:14 +02:00
2026-05-11 13:01:45 +02:00
2026-06-04 18:34:04 -04:00
2026-05-01 17:40:22 +02:00
2026-05-15 11:03:21 +02:00
2026-05-02 13:10:47 +02:00
2026-05-07 10:33:12 +02:00
2026-05-07 10:34:28 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-07 12:10:45 +02:00
2026-05-08 21:07:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-17 17:29:52 +02:00
2026-05-21 19:30:30 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-25 20:28:39 +02:00
2026-05-03 15:58:32 +02:00
2026-05-03 15:58:32 +02:00
2026-05-11 10:40:26 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-21 11:44:11 +02:00
2026-05-01 17:40:22 +02:00
2026-05-05 21:18:09 +02:00
2026-05-11 10:40:26 -04:00
2026-05-11 10:40:26 -04:00
2026-05-17 21:44:08 +02:00
2026-05-01 17:40:22 +02:00
2026-05-17 19:51:29 +02:00
2026-05-11 10:40:26 -04:00
2026-05-11 10:40:26 -04:00
2026-05-11 10:40:26 -04:00
2026-05-01 17:40:22 +02:00
2026-05-11 10:40:26 -04:00
2026-05-10 11:26:59 +02:00
2026-05-29 15:59:13 +02:00
2026-05-11 10:40:26 -04:00
2026-05-23 13:37:57 +02:00
2026-05-17 19:51:29 +02:00
2026-06-04 18:34:35 -04:00
2026-05-17 21:30:58 +02:00
2026-05-14 17:43:12 -04:00
2026-06-04 18:34:35 -04:00
2026-05-04 13:23:27 +02:00
2026-06-04 11:15:28 +02:00
2026-05-01 17:40:22 +02:00
2026-05-04 13:23:27 +02:00
2026-05-27 10:53:30 +02:00
2026-05-27 10:53:30 +02:00
2026-05-27 10:53:30 +02:00
2026-05-14 17:43:12 -04:00
2026-06-04 18:34:04 -04:00
2026-05-27 11:15:21 +02:00
2026-05-27 11:15:21 +02:00
2026-05-04 13:23:27 +02:00
2026-05-04 13:23:27 +02:00
2026-05-10 16:47:21 +02:00
2026-05-04 13:23:27 +02:00
2026-05-27 11:15:21 +02:00
2026-05-27 11:15:21 +02:00
2026-06-04 18:34:35 -04:00
2026-05-25 17:29:02 +02:00
2026-05-27 10:53:30 +02:00
2026-05-27 10:53:30 +02:00
2026-05-27 10:53:30 +02:00
2026-05-25 18:19:06 +02:00
2026-05-25 18:12:40 +02:00
2026-05-19 20:54:20 +02:00
2026-05-27 10:53:30 +02:00
2026-05-15 17:44:09 +02:00
2026-05-01 17:40:22 +02:00
2026-05-23 04:32:20 -04:00
2026-05-27 15:11:36 +02:00
2026-05-21 19:30:30 +02:00
2026-05-15 16:07:35 +02:00
2026-05-19 17:08:14 +02:00
2026-05-22 14:24:04 +02:00
2026-05-26 18:50:24 +02:00
2026-05-14 13:15:03 +02:00
2026-05-14 11:12:25 +02:00
2026-05-11 10:40:26 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:34:04 -04:00
2026-05-25 18:19:06 +02:00
2026-05-25 18:12:40 +02:00
2026-05-14 10:56:10 +02:00
2026-05-14 10:57:44 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-23 04:32:20 -04:00
2026-05-20 14:09:09 +02:00
2026-05-20 14:12:06 +02:00
2026-05-29 15:25:21 +02:00
2026-05-19 20:54:20 +02:00
2026-05-21 19:30:30 +02:00
2026-05-19 20:54:20 +02:00
2026-06-04 11:15:28 +02:00
2026-05-19 20:54:20 +02:00
2026-05-01 17:40:22 +02:00
2026-05-20 22:10:46 +02:00
2026-05-19 20:54:20 +02:00
2026-05-01 17:40:22 +02:00
2026-05-25 16:49:18 +02:00
2026-05-21 10:54:23 +02:00
2026-05-22 08:46:19 +02:00
2026-05-14 12:02:53 +02:00
2026-05-20 14:24:19 +02:00
2026-05-25 23:51:48 +02:00
2026-05-14 12:02:53 +02:00
2026-05-23 04:32:20 -04:00
2026-06-04 11:15:28 +02:00
2026-05-06 13:05:20 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-19 21:33:12 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-05-29 16:55:15 -04:00
2026-06-04 18:34:04 -04:00
2026-06-04 18:34:04 -04:00
2026-06-04 18:34:04 -04:00
2026-05-21 19:30:30 +02:00
2026-05-01 17:40:22 +02:00
2026-05-21 11:39:55 +02:00
2026-05-19 09:42:13 +02:00
2026-05-25 16:49:18 +02:00
2026-06-04 11:15:28 +02:00
2026-06-04 18:34:04 -04:00
2026-05-01 17:40:22 +02:00
2026-05-15 14:02:12 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:34:04 -04:00
2026-05-11 10:19:12 +02:00
2026-06-04 18:34:04 -04:00
2026-05-01 17:40:22 +02:00
2026-05-20 13:05:40 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:34:04 -04:00
2026-05-14 13:52:46 -04:00
2026-05-01 17:40:22 +02:00
2026-05-23 18:04:21 +02:00
2026-05-21 19:30:30 +02:00
2026-05-01 17:40:22 +02:00
2026-05-19 14:09:04 -04:00
2026-05-27 11:15:21 +02:00
2026-05-04 11:18:25 +02:00
2026-05-04 10:31:06 +02:00
2026-05-04 08:57:19 +02:00
2026-05-10 16:47:21 +02:00
2026-05-04 08:57:19 +02:00
2026-05-04 09:57:13 +02:00
2026-05-27 11:15:21 +02:00
2026-05-25 18:32:41 +02:00
2026-06-04 18:34:35 -04:00
2026-05-08 20:52:29 +02:00
2026-05-19 17:08:14 +02:00
2026-05-25 17:29:02 +02:00
2026-05-27 10:48:08 +02:00
2026-05-16 13:00:30 +02:00
2026-05-27 10:48:08 +02:00
2026-05-01 17:40:22 +02:00
2026-05-22 13:26:46 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-05 12:53:51 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-21 07:57:08 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-05 14:22:03 +02:00
2026-05-21 10:19:36 +02:00
2026-05-01 17:40:22 +02:00
2026-05-19 21:01:15 -04:00
2026-06-04 18:34:35 -04:00
2026-05-08 20:52:29 +02:00
2026-05-19 17:08:14 +02:00
2026-06-04 18:34:35 -04:00
2026-05-27 15:11:36 +02:00
2026-05-27 12:36:45 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 18:34:04 -04:00
2026-05-17 21:55:53 +02:00
2026-05-06 13:20:34 +02:00
2026-05-23 11:28:36 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-20 08:42:00 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-21 07:57:08 +02:00
2026-05-21 07:57:08 +02:00
2026-05-21 11:58:43 +02:00
2026-05-06 12:12:26 +02:00
2026-05-11 15:29:31 -04:00
2026-05-16 10:05:42 +02:00
2026-05-01 17:40:22 +02:00
2026-05-12 21:57:57 -04:00
2026-05-21 19:30:30 +02:00
2026-05-17 21:55:53 +02:00
2026-06-02 19:35:07 -04:00
2026-05-01 17:40:22 +02:00
2026-05-03 19:36:50 +02:00
2026-05-01 17:40:22 +02:00
2026-06-02 20:39:36 -04:00
2026-05-05 14:22:29 +02:00
2026-05-20 22:18:38 +02:00
2026-05-23 13:46:27 +02:00
2026-05-06 16:26:21 +02:00
2026-05-23 13:46:27 +02:00
2026-06-02 19:35:07 -04:00
2026-05-06 13:20:34 +02:00
2026-05-06 12:56:51 +02:00
2026-05-06 12:56:51 +02:00
2026-05-06 13:20:34 +02:00
2026-05-20 01:53:34 -04:00
2026-06-03 22:14:48 +02:00
2026-06-02 17:23:28 -04:00
2026-06-02 20:28:18 -04:00
2026-05-17 21:55:53 +02:00
2026-05-01 17:40:22 +02:00
2026-06-04 11:14:04 +02:00
2026-06-04 11:14:04 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-23 15:15:55 +02:00
2026-05-29 09:42:24 +02:00
2026-05-20 22:00:10 +02:00
2026-05-17 19:51:29 +02:00
2026-05-17 19:51:29 +02:00
2026-05-16 20:34:09 +02:00
2026-05-16 20:34:09 +02:00
2026-05-21 19:30:30 +02:00
2026-05-08 16:07:36 +02:00
2026-05-01 17:40:22 +02:00
2026-05-20 22:35:39 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-20 22:00:10 +02:00
2026-05-01 17:40:22 +02:00
2026-05-03 20:26:03 +02:00
2026-05-01 17:40:22 +02:00
2026-05-15 14:12:12 +02:00
2026-05-08 20:48:36 +02:00
2026-05-25 16:49:18 +02:00
2026-05-01 17:40:22 +02:00
2026-05-25 16:49:18 +02:00
2026-05-15 15:21:03 +02:00
2026-06-04 18:34:35 -04:00
2026-05-01 17:40:22 +02:00
2026-05-06 13:21:55 +02:00
2026-06-04 18:34:35 -04:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-29 14:36:26 -04:00
2026-05-21 09:56:50 +02:00
2026-05-14 16:33:51 -04:00
2026-05-21 06:48:20 +02:00
2026-05-16 21:01:09 +02:00
2026-05-11 16:32:51 +02:00
2026-05-14 12:02:53 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-01 17:40:22 +02:00
2026-05-20 22:35:39 +02:00
2026-05-19 20:54:20 +02:00
2026-06-04 18:34:04 -04:00
2026-05-17 19:51:29 +02:00