{"id":50778480,"url":"https://github.com/major/fez","last_synced_at":"2026-06-12T02:00:15.115Z","repository":{"id":363700909,"uuid":"1264508475","full_name":"major/fez","owner":"major","description":"Agent-native management CLI for Fedora/RHEL (drives cockpit-bridge)","archived":false,"fork":false,"pushed_at":"2026-06-10T02:27:25.000Z","size":138,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-10T03:08:47.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/major.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-06-10T00:20:29.000Z","updated_at":"2026-06-10T02:26:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/major/fez","commit_stats":null,"previous_names":["major/fez"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/major/fez","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/major%2Ffez","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/major%2Ffez/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/major%2Ffez/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/major%2Ffez/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/major","download_url":"https://codeload.github.com/major/fez/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/major%2Ffez/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34222709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-12T02:00:13.697Z","updated_at":"2026-06-12T02:00:15.077Z","avatar_url":"https://github.com/major.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fez\n\nAn agent-native management CLI for Fedora/RHEL. `fez` gives LLM-driven agents a\nuniform, structured, discoverable way to operate a host (and, over SSH, a fleet)\nby reusing Cockpit's existing system plumbing instead of scraping dozens of\nhuman-oriented CLIs.\n\n`fez` drives `cockpit-bridge` over its framed JSON protocol: it spawns the\nbridge, opens channels (`dbus-json3`, `stream`, privileged `superuser`), and\ndelegates privilege escalation to the bridge. Remote hosts are reached by\nshelling out to the system OpenSSH client.\n\n## Install\n\n```bash\nsudo dnf install fez\n```\n\nRequires `cockpit-bridge` (the substrate) and `openssh-clients` (remote\ntransport); both are pulled in automatically.\n\n## Usage\n\n```bash\n# Discover capabilities on demand (the git model: nothing preloaded).\nfez capabilities\nfez describe services.status --json\n\n# Read-only (no elevation).\nfez services list --state failed\nfez services status sshd.service --json\nfez services logs sshd.service --lines 100 --json\n\n# Mutations (privileged, guarded by the safety layer).\nfez services restart chronyd.service --dry-run\nfez services restart chronyd.service\n\n# Target a remote host (ssh_config aliases work).\nfez --host web1 services status nginx.service --json\n\n# Run as an MCP server (JSON-RPC 2.0 over stdio) for MCP-aware agents.\nfez mcp\n\n# Also expose strict per-capability MCP tools, such as services_status.\nfez mcp --expanded-tools\n```\n\nEvery command supports `--json` (the `fez/v1` envelope), `--host` (localhost by\ndefault), and layered `--help`.\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajor%2Ffez","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmajor%2Ffez","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajor%2Ffez/lists"}