Python · Rust · C · impossible is nothing.
$ 8pkg sync
Python 3.8 ✅ 52 active Python 3.11 ✅ 261 active · 33 bubbles
Python 3.9 ✅ 48 active Python 3.12 ✅ 41 active
Python 3.10 ✅ 44 active Python 3.13 ✅ 62 active
Python 3.14 ✅ 56 active
[SHA-CHECK] match=True sha256:69545e99…
✅ Environment already matches lock file.
Started May 2025. The goal from day one: make pip install <anything> work everywhere — fast, reproducible, CVE-aware — without fighting the existing ecosystem.
That turned into omnipkg: a Universal Python Runtime Hypervisor. Daemon worker pool, filesystem-isolated bubbles, multi-version Python concurrency in one env, zero-copy shared memory IPC between interpreter versions, dynamic CUDA loading, and a C dispatcher binary for <1ms startup.
Python is kept in RAM. The FFI layer is Rust. The critical paths are C. The policy engine is next.
What others see as a decade-long problem, I see as a weekend project.
┌──────────────────────────────────────────────────────┐
│ omnipkg — runtime hypervisor │
│ daemon · bubbles · multi-version · zero-copy IPC │
└────────────┬─────────────────────────────────────────┘
│
┌─────────┼──────────┬───────────────────┐
│ │ │ │
uv-ffi dispatcher.c omnipatcher exotic-wheels
Rust FFI <1ms startup CVE auto-patch missing wheels
~2.78×uv OSV · GHSA PEP 503 index
│
filelock-lts · urllib3-lts (CVE LTS forks, py3.7–3.9)
| project | what | status |
|---|---|---|
| omnipkg | Universal Python Runtime Hypervisor — daemon, bubbles, multi-version, zero-copy IPC, CUDA | ✅ live on PyPI |
| uv-ffi | Rust FFI layer over uv, ~2.78× faster, 671+ wheels shipped | ✅ live |
| exotic-wheels | PEP 503 wheel index for musllinux armv7l, aarch64, ppc64le — drop-in for pip | ✅ live |
| omnipatcher | CVE auto-patcher, OSV+GHSA scanner, diff transparency, reproducibility proofs | private |
| filelock-lts | CVE-2025-68146 + CVE-2026-22701 patched for py3.7–3.9 | ✅ live |
| filelock-lts | 6 CVEs patched for py3.7–3.8 | ✅ live |
- Phase 1 — Foundation · daemon · bubbles · uv-ffi · zero-copy IPC · dynamic CUDA · C dispatcher · LTS forks · exotic-wheels infra
- Phase 2 — CI Hardening · musllinux armv7l builds · abi3 C extension · cffi + psutil wheels · GH Actions auto-index (active)
- Phase 3 — CVE Policy Engine · OSV+GHSA scanner · warn / block / sandbox / lts policy · import hook · reproducibility proofs
- Phase 4 — exotic-wheels Growth · all major packages × all exotic platforms · omnibuilder auto-upload · lockfile integration
- Phase 5 — pip just works everywhere ·
8pkg install <anything>on every platform · lock files travel frictionlessly
omnipkg · exotic-wheels · PyPI · request a wheel · 1minds3t@proton.me



