{"id":18085392,"url":"https://github.com/xe/waifud","last_synced_at":"2025-08-21T15:32:43.847Z","repository":{"id":50611952,"uuid":"367779168","full_name":"Xe/waifud","owner":"Xe","description":"For your server and all of its waifus \u003c3","archived":true,"fork":false,"pushed_at":"2023-10-02T01:43:35.000Z","size":576,"stargazers_count":177,"open_issues_count":16,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-14T19:05:20.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Xe.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2021-05-16T03:47:30.000Z","updated_at":"2025-07-01T14:52:35.000Z","dependencies_parsed_at":"2024-01-21T04:37:34.130Z","dependency_job_id":"ac7b3cd9-7480-4d91-a375-732a3d4b36e6","html_url":"https://github.com/Xe/waifud","commit_stats":null,"previous_names":["xe/mkvm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Xe/waifud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fwaifud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fwaifud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fwaifud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fwaifud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xe","download_url":"https://codeload.github.com/Xe/waifud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xe%2Fwaifud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271500361,"owners_count":24770375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"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":"2024-10-31T15:11:05.724Z","updated_at":"2025-08-21T15:32:43.509Z","avatar_url":"https://github.com/Xe.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# waifud\n\n![enbyware](https://pride-badges.pony.workers.dev/static/v1?label=enbyware\u0026labelColor=%23555\u0026stripeWidth=8\u0026stripeColors=FCF434%2CFFFFFF%2C9C59D1%2C2C2C2C)\n![made with Nix](https://img.shields.io/badge/made%20with-Nix-blue?logo=nixos)\n![built with Garnix](https://img.shields.io/static/v1?label=Built%20with\u0026message=Garnix\u0026color=blue\u0026style=flat\u0026logo=nixos\u0026link=https://garnix.io\u0026labelColor=111212)\n![license](https://img.shields.io/github/license/Xe/waifud)\n![language count](https://img.shields.io/github/languages/count/Xe/waifud)\n![repo size](https://img.shields.io/github/repo-size/Xe/waifud)\n\nA few tools to help me manage and run virtual machines across a homelab cluster.\n\nwaifud was made for my own personal use and I do not expect it to be very useful\noutside that context. If you do want to run this on your\ninfrastructure anyways, please [contact me](https://xeiaso.net/contact).\n\n\u003cbig\u003eTHIS IS EXPERIMENTAL! USE IT AT YOUR OWN PERIL!\u003c/big\u003e\n\nTODO(Xe): Link to blogpost on the design/implementation once it is a thing.\n\nBlogposts about waifud:\n - [waifud Plans](https://xeiaso.net/blog/waifud-plans-2021-06-19)\n - [waifud Progress Report #1](https://xeiaso.net/blog/waifud-progress-2022-02-06)\n - [waifud Progress Report #2](https://xeiaso.net/blog/waifud-progress-report-2)\n\nOverall architecture diagram (with incomplete components marked with a\nclock):\n\n```mermaid\nflowchart TD\n    subgraph control plane\n    WD[fa:fa-rust waifud]\n    WC[fa:fa-rust waifuctl]\n    ID[fa:fa-golang fa:fa-clock isekaid]\n    MD[fa:fa-golang fa:fa-clock megamid]\n    PD[fa:fa-golang fa:fa-clock portald]\n    end\n    subgraph VM plane\n    LV[fa:fa-c libvirt]\n    WH[fa:fa-linux runner\\nnodes]\n    VM[fa:fa-linux virtual\\nmachines]\n    end\n    subgraph external\n    TS[fa:fa-golang Tailscale]\n    end\n\n    PD --\u003e |tailnet ingress for| WD\n    WC --\u003e |operator tool for| WD\n    WC --\u003e |usually connects via|PD\n    ID --\u003e |fetches node metadata\\nand secrets for| WD\n    VM --\u003e |cloud-init\\nmetadata| ID\n    WD --\u003e |manages libvirt on| WH\n    LV --\u003e |actually runs VMs| VM\n    VM --\u003e |network storage| MD\n    WD --\u003e |sets limits for\\nrequests metrics from| MD  \n    WH --\u003e |runs| LV\n    WH \u003c--\u003e |subnet router\\ninterconnect| TS\n    TS --\u003e |network layer for| PD\n    VM --\u003e |usually a part of| TS\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxe%2Fwaifud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxe%2Fwaifud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxe%2Fwaifud/lists"}