Skip to content
View 1minds3t's full-sized avatar
🫧
Solving dependency hell for all devs worldwide.
🫧
Solving dependency hell for all devs worldwide.

Block or report 1minds3t

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
1minds3t/README.md

1minds3t's GitHub Stats 1minds3t's Language Stats


omnipkg

1minds3t

Python · Rust · C · impossible is nothing.

omnipkg PyPI exotic-wheels started


$ 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.

what i'm building

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.


the stack

┌──────────────────────────────────────────────────────┐
│              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)

projects

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

roadmap

  • 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

Pinned Loading

  1. omnipkg omnipkg Public

    Run infinite Python package & interpreter versions concurrently in one environment in milliseconds. On @conda-forge and Docker.

    Python 52 1

  2. github_stats github_stats Public

    Python 20

  3. 1minds3t.github.io 1minds3t.github.io Public

    Founder of omnipkg — Run multiple conflicting Python package & interpreter versions concurrently in one environment in milliseconds. On @conda-forge & @docker

    HTML 20 1

  4. conda-forge/omnipkg-feedstock conda-forge/omnipkg-feedstock Public

    A conda-smithy repository for omnipkg.

    10 2

  5. uv-ffi uv-ffi Public

    Forked from astral-sh/uv

    PyO3 FFI layer for uv's pip_install internals — call uv directly from Python without CLI overhead. Fork of astral-sh/uv v0.10.8.

    Rust 4

  6. conda-forge/staged-recipes conda-forge/staged-recipes Public

    A place to submit conda recipes before they become fully fledged conda-forge feedstocks

    Python 819 5.9k