Add FAM_OS package - #233
Open
demimagic-ML wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add the x86_64 FAM_OS package for Omarchy 4 with:
Project site: fam-os.demimagic.chatgpt.site
Why FAM
FAM_OS is a Linux-native engineering agent built around durable, resumable goals: it works in isolated candidate workspaces, invokes local models or Codex, executes OS and application tools, and applies changes only after file, command, browser-level, or application-level verification. Packaging it for Omarchy provides a reproducible system installation for the service, launchers, application-testing dependencies, user units, native widget integration, and lifecycle hooks while preserving user-owned configuration and goal state across upgrades and removals.
The recipe consumes the signed FAM_OS v0.1.1 release and pins its deterministic source archive to SHA-256
81f1af76184604157be4354b19762d26afc894c32b7d449b87d0f74424218b2c. FAM installation and Omarchy user setup remain separate lifecycle steps; package installation does not silently enable plugins or mutate user configuration.Verification
The v0.1.1 release workflow completed:
The submitted Omarchy recipe was also selected correctly by
bin/repo build --dry-run --package fam-os. A local full upstream-builder attempt stopped in the builder image's existingkeys.openpgp.orgbootstrap before the FAM recipe was executed; the release workflow's Arch build and install passed. aarch64 remains experimental and is intentionally not part of this Omarchy package recipe.