SkillAgentSearch skills...

Omnipkg

Universal Python Runtime Orchestrator - One environment. Infinite Pythons and packages. <1ms zero-copy IPC. On @conda-forge and Docker.

Install / Use

/learn @1minds3t/Omnipkg

README

<p align="center"> <a href="https://github.com/1minds3t/omnipkg"> <img src="https://raw.githubusercontent.com/1minds3t/omnipkg/main/.github/logo.svg" alt="omnipkg Logo" width="150"> </a> </p> <h1 align="center">omnipkg – Universal Python Runtime Orchestrator</h1> <p align="center"> <p align="center"> <p align="center"> <strong><strong>One environment. Infinite Pythons and packages. <1ms zero-copy IPC. </strong> <p align="center"> <!-- Core Project Info --> <a href="https://github.com/1minds3t/omnipkg/blob/main/LICENSE"> <img src="https://img.shields.io/badge/License-AGPLv3-d94c31?logo=gnu" alt="License"> </a> <a href="https://pypi.org/project/omnipkg/"> <img src="https://img.shields.io/pypi/v/omnipkg?color=blue&logo=pypi" alt="PyPI"> </a> <a href="https://anaconda.org/conda-forge/omnipkg"> <img src="https://img.shields.io/conda/dn/conda-forge/omnipkg?logo=anaconda" alt="Conda Downloads"> </a> <a href="https://anaconda.org/minds3t/omnipkg"> <img src="https://img.shields.io/conda/dn/minds3t/omnipkg?logo=anaconda" alt="Conda Downloads (minds3t)"> </a> <a href="https://pepy.tech/projects/omnipkg"> <img src="https://static.pepy.tech/personalized-badge/omnipkg?period=total&units=INTERNATIONAL_SYSTEM&left_color=gray&right_color=blue&left_text=downloads" alt="PyPI Downloads"> </a> <a href="https://hub.docker.com/r/1minds3t/omnipkg"> <img src="https://img.shields.io/docker/pulls/1minds3t/omnipkg?logo=docker" alt="Docker Pulls"> </a> <a href="https://anaconda.org/conda-forge/omnipkg"> <a href="https://clickpy.clickhouse.com/dashboard/omnipkg"> <img src="https://img.shields.io/badge/global_reach-80+_countries-228B22?logo=globe" alt="Global Reach Badge"> <p align="center"> </a> <a href="https://pypi.org/project/omnipkg/"> <img src="https://img.shields.io/pypi/pyversions/omnipkg?logo=python&logoColor=white" alt="Python Versions"> </a> <a href="https://anaconda.org/conda-forge/omnipkg/files"> <img src="https://img.shields.io/badge/platforms-win--64|macOS--64|macOS--arm64|linux--64|linux--aarch64|linux--ppc64le|noarch-blue?logo=anaconda" alt="Supported Platforms"> </a> <p align="center"> </p> <p align="center"> <!-- Quality & Security --> <a href="https://github.com/1minds3t/omnipkg/actions?query=workflow%3A%22Security+Audit%22"> <img src="https://img.shields.io/badge/Security-passing-success?logo=security" alt="Security"> </a> <a href="https://github.com/1minds3t/omnipkg/actions/workflows/safety_scan.yml"> <img src="https://img.shields.io/badge/Safety-passing-success?logo=safety" alt="Safety"> </a> <a href="https://github.com/1minds3t/omnipkg/actions?query=workflow%3APylint"> <img src="https://img.shields.io/badge/Pylint-10/10-success?logo=python" alt="Pylint"> </a> <a href="https://github.com/1minds3t/omnipkg/actions?query=workflow%3ABandit"> <img src="https://img.shields.io/badge/Bandit-passing-success?logo=bandit" alt="Bandit"> </a> <a href="https://github.com/1minds3t/omnipkg/actions?query=workflow%3ACodeQL+Advanced"> <img src="https://img.shields.io/badge/CodeQL-passing-success?logo=github" alt="CodeQL"> </a> <a href="https://socket.dev/pypi/package/omnipkg/overview/1.1.2/tar-gz"> <img src="https://img.shields.io/badge/Socket-secured-success?logo=socket" alt="Socket"> </a> </p> <p align="center"> <!-- Key Features --> <a href="https://github.com/1minds3t/omnipkg/actions/workflows/multiverse_test.yml"> <img src="https://img.shields.io/badge/<3ms 3 Py Interps 1 Script 1 Env-passing-success?logo=python&logoColor=white" alt="Concurrent Python Interpreters"> </a> <a href="https://github.com/1minds3t/omnipkg/actions/workflows/numpy_scipy_test.yml"> <img src="https://img.shields.io/badge/🚀0.25s_Live_NumPy+SciPy_Hot--Swapping-passing-success?logo=github-actions" alt="Hot-Swapping"> </a> <a href="https://github.com/1minds3t/omnipkg/actions/workflows/multiverse_test.yml"> <img src="https://img.shields.io/badge/🔥_0.25s_Python_Interpreter_Hot--Swapping-Live-orange?logo=python&logoColor=white" alt="Python Hot-Swapping"> </a> <a href="https://github.com/1minds3t/omnipkg/actions/workflows/old_rich_test.yml"> <img src="https://img.shields.io/badge/⚡_Auto--Healing-8x_Faster_than_UV-gold?logo=lightning&logoColor=white" alt="Auto-Healing Performance"> </a> <a href="https://github.com/1minds3t/omnipkg/actions/workflows/language_test.yml"> <img src="https://img.shields.io/badge/💥_Breaking_Language_Barriers-24_Languages-success?logo=babel&logoColor=white" alt="24 Languages"> </a> </p>

omnipkg is not just another package manager. It's an intelligent, self-healing runtime orchestrator that breaks the fundamental laws of Python environments. For 30 years, developers accepted that you couldn't run multiple Python versions in one script, or safely switch C-extensions like NumPy mid-execution. Omnipkg proves this is no longer true.

Born from a real-world nightmare—a forced downgrade that wrecked a production environment—omnipkg was built to solve what others couldn't: achieving perfect dependency isolation and runtime adaptability without the overhead of containers or multiple venvs.


<!-- COMPARISON_STATS_START -->

⚖️ Multi-Version Support

omnipkg pip uv

Multi-version installation tests run every 3 hours. Live results here.


<!-- COMPARISON_STATS_END -->

💡 Why This Matters

The Multi-Version Nightmare is Over: Modern projects are messy. You need tensorflow==2.10 for a legacy model but tensorflow==2.15 for new training. A critical library requires numpy==1.21 while your latest feature needs numpy==2.0. Traditional solutions like Docker or virtual environments force you into a painful choice: duplicate entire environments, endure slow context switching, or face crippling dependency conflicts.

The Multi-Interpreter Wall is Gone: Legacy codebases often require older Python versions (e.g., Django on 3.8) while modern ML demands the latest (Python 3.11+). This forces developers to constantly manage and switch between separate, isolated environments, killing productivity.

The omnipkg Solution: One Environment, Infinite Python Versions & Packages, Zero Conflicts, Downtime, or Setup. Faster than UV.

omnipkg doesn't just solve these problems—it makes them irrelevant.

  • Run Concurrently: Execute tests for Python 3.9, 3.10, and 3.11 at the same time, from one command, test is done in under 500ms. No more sequential CI jobs.
  • Switch Mid-Script: Seamlessly use torch==2.0.0 and torch==2.7.1 in the same script without restarting.
  • Instant Healing: Recover from environment damage in microseconds, not hours.
  • Speak Your Language: All of this, in your native tongue.

This is the new reality: one environment, one script, everything just works.


🧠 Revolutionary Core Features

1. Multiverse Orchestration & Python Hot-Swapping <600ms 3 Py Interps 1 Script 1 Env 🍎 macOS

The "Quantum Multiverse Warp": 3 Pythons, 1 Script, Sub-3ms Execution

Our "Quantum Multiverse Warp" demo, validated live in CI across multiple platforms, executes a single script across three different Python interpreters and three package versions concurrently in the same environment. The hot worker performance isn't just fast; it redefines what's possible for high-performance Python automation.

Production Benchmark Results (macOS CI)

| Task (Same Script, Same Environment) | Hot Worker Execution | | ------------------------------------ | :------------------: | | 🧵 Thread 1: Python 3.9 + Rich 13.4.2 | ✅ 2.2ms | | 🧵 Thread 2: Python 3.10 + Rich 13.6.0 | ✅ 2.3ms | | 🧵 Thread 3: Python 3.11 + Rich 13.7.1 | ✅ 2.3ms | | 🏆 Total Concurrent Runtime | 2.3ms | | ⏱️ Total Test Duration (with setup) | 2.14s |

Platform-Specific Performance:

| Platform | Hot Worker Benchmark | Total w/ Setup | CI Link | |----------|---------------------|----------------|---------| | 🐧 Linux | 3.8ms avg (3.2-4.5ms range) | ~580ms | View CI | | 🍎 macOS | 2.3ms avg (2.2-2.3ms range) | 2.14s | View CI |

What This Actually Means

The numbers that matter are the hot worker benchmarks (sub-5ms). This is the actual execution time for running code across three concurrent Python interpreters with three different package versions. The "Total w/ Setup" includes one-time initialization:

  • Worker pool spawning
  • Package installation (if not cached)
  • Environment validation

Why This Is Revolutionary:

  • Traditional approach: Docker containers or separate venvs would take 30-90 seconds minimum to achieve the same multi-version testing
  • omnipkg approach: After initial setup, switching between Python versions and package combinations happens in **microseco

Related Skills

View on GitHub
GitHub Stars50
CategoryDevelopment
Updated13d ago
Forks1

Languages

Python

Security Score

85/100

Audited on Mar 20, 2026

No findings