siemens/jailhouse
Linux-based partitioning hypervisor observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4700
- days_rel: n/a
- days_push: 837
- n_releases_24m: 0
Adoption not part of the score
1952 stars · 363 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Jailhouse is a Linux-based partitioning hypervisor that splits hardware resources into isolated cells running bare-metal applications or adapted operating systems alongside Linux. It prioritizes simplicity over features, performing no scheduling or resource overcommitment, and is loaded and configured by a running Linux system.
Use cases
- run bare-metal real-time applications alongside Linux on the same hardware
- statically partition CPUs, RAM, and devices between isolated cells
- isolate safety-critical or deterministic workloads from a general-purpose Linux host
- run a second (adapted) operating system next to Linux without full virtualization
- achieve strong isolation with minimal hypervisor overhead on x86 or ARM hardware
When to choose
- you need static, non-overcommitted partitioning of hardware resources with strong isolation
- you want a minimal hypervisor with no scheduling overhead for real-time or embedded workloads
- you can boot Linux first and use it to configure and manage the hypervisor
- your hardware supports the required virtualization features (Intel VMX/EPT/VT-d or ARM virtualization extensions)
When to avoid
- you need dynamic resource overcommitment, scheduling, or general-purpose VM management (use KVM or Xen)
- you want to run unmodified guest operating systems with full device virtualization
- you need a standalone bare-metal hypervisor that boots without a Linux host
- your platform lacks the required hardware virtualization and IOMMU support
Facets
library · maturity stable
security embedded operating-systems embedded-systems developer-tools hypervisor partitioning bare-metal cells real-time static-partitioning virtualization linux x86 arm
1 source
- readme: https://github.com/siemens/jailhouse · fetched 2026-08-28 · 9059abc6aa61
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| siemens/jailhouse | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="siemens/jailhouse")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem