{"id":37321482,"url":"https://github.com/kernel/hypeman","last_synced_at":"2026-03-03T18:06:22.079Z","repository":{"id":324292266,"uuid":"1076994351","full_name":"kernel/hypeman","owner":"kernel","description":"Run containerized workloads in VMs, powered by Cloud Hypervisor / QEMU.","archived":false,"fork":false,"pushed_at":"2026-01-09T23:07:13.000Z","size":920,"stargazers_count":26,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T05:50:28.065Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/kernel.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-15T16:15:31.000Z","updated_at":"2026-01-09T19:16:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kernel/hypeman","commit_stats":null,"previous_names":["onkernel/hypeman","kernel/hypeman"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kernel/hypeman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernel%2Fhypeman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernel%2Fhypeman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernel%2Fhypeman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernel%2Fhypeman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kernel","download_url":"https://codeload.github.com/kernel/hypeman/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kernel%2Fhypeman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-01-16T03:19:48.980Z","updated_at":"2026-03-03T18:06:22.072Z","avatar_url":"https://github.com/kernel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\n```\n ██╗  ██╗  ██╗   ██╗  ██████╗   ███████╗  ███╗   ███╗   █████╗   ███╗   ██╗\n ██║  ██║  ╚██╗ ██╔╝  ██╔══██╗  ██╔════╝  ████╗ ████║  ██╔══██╗  ████╗  ██║\n ███████║   ╚████╔╝   ██████╔╝  █████╗    ██╔████╔██║  ███████║  ██╔██╗ ██║\n ██╔══██║    ╚██╔╝    ██╔═══╝   ██╔══╝    ██║╚██╔╝██║  ██╔══██║  ██║╚██╗██║\n ██║  ██║     ██║     ██║       ███████╗  ██║ ╚═╝ ██║  ██║  ██║  ██║ ╚████║\n ╚═╝  ╚═╝     ╚═╝     ╚═╝       ╚══════╝  ╚═╝     ╚═╝  ╚═╝  ╚═╝  ╚═╝  ╚═══╝\n```\n\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eRun containerized workloads in VMs, powered by Cloud Hypervisor, Firecracker, QEMU, and Apple Virtualization.framework.\u003c/strong\u003e\n \u003cimg alt=\"GitHub License\" src=\"https://img.shields.io/github/license/kernel/hypeman\"\u003e\n  \u003ca href=\"https://discord.gg/FBrveQRcud\"\u003e\u003cimg src=\"https://img.shields.io/discord/1342243238748225556?logo=discord\u0026logoColor=white\u0026color=7289DA\" alt=\"Discord\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Requirements\n\n### Linux\n**KVM** virtualization support required. Supports Cloud Hypervisor, Firecracker, and QEMU as hypervisors.\n\n### macOS\n**macOS 11.0+** on Apple Silicon. Uses Apple's Virtualization.framework via the `vz` hypervisor.\n\n## Quick Start\n\nInstall Hypeman (Linux and macOS supported):\n\n```bash\ncurl -fsSL https://get.hypeman.sh | bash\n```\n\nThis installs the Hypeman server, CLI, and token tool. The installer:\n- Generates a YAML config file with a random JWT secret\n- Starts the server as a system service (launchd on macOS, systemd on Linux)\n- Creates a CLI config file (`~/.config/hypeman/cli.yaml`) with a pre-authenticated token\n\nNo environment variables needed -- just run `hypeman` commands immediately after install.\n\n## Remote CLI Access\n\nTo use the Hypeman CLI from a **different machine** than the server:\n\n**Homebrew (macOS):**\n```bash\nbrew install kernel/tap/hypeman\n```\n\n**Linux:**\n```bash\ncurl -fsSL https://get.hypeman.sh/cli | bash\n```\n\n**Go:**\n```bash\ngo install 'github.com/kernel/hypeman-cli/cmd/hypeman@latest'\n```\n\nThen create a CLI config file at `~/.config/hypeman/cli.yaml`:\n\n```yaml\nbase_url: http://\u003cserver-host\u003e:8080\napi_key: \"\u003ctoken\u003e\"\n```\n\nTo generate a token, run `hypeman-token` on the server:\n\n```bash\nhypeman-token -user-id \"my-user\" -duration 8760h\n```\n\nEnvironment variables (`HYPEMAN_BASE_URL`, `HYPEMAN_API_KEY`) and CLI flags (`--base-url`) also work and take precedence over the config file.\n\n## Configuration\n\nHypeman is configured via YAML config files.\n\n| Component | Config File |\n|-----------|-------------|\n| Server | `/etc/hypeman/config.yaml` (Linux) or `~/.config/hypeman/config.yaml` (macOS) |\n| CLI | `~/.config/hypeman/cli.yaml` |\n\n\nSee [`config.example.yaml`](config.example.yaml) (Linux) and [`config.example.darwin.yaml`](config.example.darwin.yaml) (macOS) for all available server options.\n\n## Usage\n\n```bash\n# Pull an image\nhypeman pull nginx:alpine\n\n# Boot a new VM (auto-pulls image if needed)\nhypeman run --name my-app nginx:alpine\n\n# List running VMs\nhypeman ps\n\n# Show all VMs\nhypeman ps -a\n\n# View logs (supports VM name, ID, or partial ID)\nhypeman logs my-app\nhypeman logs -f my-app\n\n# Execute a command in a running VM\nhypeman exec my-app whoami\n\n# Shell into the VM\nhypeman exec -it my-app /bin/sh\n```\n\n### VM Lifecycle\n\n```bash\n# Stop the VM\nhypeman stop my-app\n\n# Start a stopped VM\nhypeman start my-app\n\n# Put the VM in standby (snapshot to disk, stop hypervisor)\nhypeman standby my-app\n\n# Restore the VM from standby\nhypeman restore my-app\n\n# Delete all VMs\nhypeman rm --force --all\n```\n\n### Ingress (Reverse Proxy)\n\nCreate a reverse proxy from the host to your VM:\n\n```bash\n# Create an ingress\nhypeman ingress create --name my-ingress my-app --hostname my-nginx-app --port 80 --host-port 8081\n\n# List ingresses\nhypeman ingress list\n\n# Test it\ncurl --header \"Host: my-nginx-app\" http://127.0.0.1:8081\n\n# Delete an ingress\nhypeman ingress delete my-ingress\n```\n\n### TLS \u0026 Subdomain Routing\n\n```bash\n# TLS-terminating ingress (requires DNS credentials in server config)\nhypeman ingress create --name my-tls-ingress my-app \\\n  --hostname hello.example.com -p 80 --host-port 7443 --tls\n\n# Test TLS\ncurl --resolve hello.example.com:7443:127.0.0.1 https://hello.example.com:7443\n\n# Subdomain-based routing\nhypeman ingress create --name subdomain-ingress '{instance}' \\\n  --hostname '{instance}.example.com' -p 80 --host-port 8443 --tls\n\n# Delete all ingresses\nhypeman ingress delete --all\n```\n\n### Advanced Logging\n\n```bash\n# View Cloud Hypervisor logs\nhypeman logs --source vmm my-app\n\n# View Hypeman operational logs\nhypeman logs --source hypeman my-app\n```\n\nFor all available commands, run `hypeman --help`.\n\n## Development\n\nSee [DEVELOPMENT.md](DEVELOPMENT.md) for build instructions, configuration options, and contributing guidelines.\n\n## License\n\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernel%2Fhypeman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernel%2Fhypeman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernel%2Fhypeman/lists"}