Skip to main content

Flavor Pack packaging system implementing Progressive Secure Package Format (PSPF/2025)

Project description

🌶️📦 Flavor Pack: Your Yummy Progressive Secure Polyglot Packaging Toolchain

Python 3.11+ Go 1.21+ Rust 1.75+ CI Pipeline

Flavor Pack (flavorpack) is a cross-language packaging system that creates self-contained, portable executables using the Progressive Secure Package Format (PSPF) 2025 Edition. It enables you to ship Python applications as single binaries that "just work" - no installation, no dependencies, no configuration required.

🎯 Key Features

  • Single-File Distribution: Package entire applications into one executable file
  • Cross-Language Support: Python orchestrator with Go and Rust launchers
  • Secure by Default: Ed25519 signature verification ensures package integrity
  • Progressive Extraction: Extract only what's needed, when it's needed
  • Smart Caching: Persistent work environment with intelligent validation
  • Zero Dependencies: End users need nothing pre-installed

🚀 Quick Start

Prerequisites

  • Python 3.11 or higher
  • UV package manager (curl -LsSf https://astral.sh/uv/install.sh | sh)
  • Go 1.21+ and Rust 1.75+ (for building ingredients)

Installation

# Clone the repository
git clone https://github.com/provide-io/flavor.git
cd flavor

# Set up environment and install dependencies
source env.sh

# Build the Go and Rust ingredients
./build.sh

Creating Your First Package

# Package a Python application
flavor pack --manifest pyproject.toml --output myapp.psp

# Run the packaged application
./myapp.psp

# Verify package integrity
flavor verify myapp.psp

📦 PSPF Format

The Progressive Secure Package Format is a polyglot file format that works as both an OS executable and a structured package:

[Native Launcher] → Go or Rust executable
[8192-byte Index] → Format metadata and offsets
[Metadata] → Gzipped JSON manifest
[Slot Table] → Slot descriptors
[Slots 0..N] → Application code, runtime, dependencies
[📦🪄] → 8-byte emoji magic footer

📚 Documentation

🏗️ Architecture

Flavor Pack consists of three main components:

  1. Python Orchestrator (src/flavor/)

    • Manages the build process and dependency resolution
    • Creates manifests and handles Python packaging
    • Provides CLI interface for package operations
  2. Native Launchers (src/flavor-go/, src/flavor-rs/)

    • Extract and execute packages at runtime
    • Perform Ed25519 signature verification
    • Manage workenv caching and lifecycle
  3. Native Builders (src/flavor-go/, src/flavor-rs/)

    • Assemble PSPF packages from manifests
    • Implement the PSPF/2025 binary format
    • Handle slot packing and metadata encoding

🔒 Security

Every PSPF package includes cryptographic integrity verification:

  • Ed25519 signatures ensure packages haven't been tampered with
  • Public keys are embedded in the package index
  • Signature verification happens automatically on every launch
  • Optional deterministic builds with --key-seed for reproducibility

🧪 Testing

# Run the test suite
make test

# Run with coverage
make test-cov

# Test cross-language compatibility
make validate-pspf

# Run specific test categories
pytest -m unit        # Fast unit tests
pytest -m integration # Integration tests
pytest -m security    # Security tests

# Test ingredients with Pretaster
cd tests/pretaster
make test

🙏 Acknowledgments

Flavor Pack is built on the shoulders of giants:

  • UV for fast Python package management
  • The Python, Go, and Rust communities for excellent tooling

Built with ❤️ by the provide.io team

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

flavorpack-0.0.1000.post1-py3-none-macosx_11_0_arm64.whl (7.0 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

flavorpack-0.0.1000.post1-py3-none-macosx_10_9_x86_64.whl (7.4 MB view details)

Uploaded Python 3macOS 10.9+ x86-64

File details

Details for the file flavorpack-0.0.1000.post1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for flavorpack-0.0.1000.post1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0866a4b72dba7b683a8e265aed1b6cccd04edc4bfa68f43f604bffd29bd9a2e
MD5 d1e7dbb0ba333718b700837386907dae
BLAKE2b-256 ec563fd3faac728a5221bdec282fa04bdc6c5f865fd4c05dedbac379f5db3302

See more details on using hashes here.

File details

Details for the file flavorpack-0.0.1000.post1-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for flavorpack-0.0.1000.post1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4801441e1dc483dbc0e841349aeca524d5e937a31ba0286b753b6526a1bad6e9
MD5 0bd8c2ed5f7e145342e016ed51abb747
BLAKE2b-256 f04c5b7816efee8872390a0331efb0d63e101e8913d46b81e0638ec661d3c402

See more details on using hashes here.

File details

Details for the file flavorpack-0.0.1000.post1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for flavorpack-0.0.1000.post1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cfc96832508ab124aa99727efb5d645bd30e60b366e4f50cedcad7b9b7ee7154
MD5 847dda723639292dd2b62b15f9db3cbc
BLAKE2b-256 5590c9aa03435dcdc1a2e1eeb9e11e4bb96cf55668f023adc4f4e2d9c839dde5

See more details on using hashes here.

File details

Details for the file flavorpack-0.0.1000.post1-py3-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for flavorpack-0.0.1000.post1-py3-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 039a2dab2aa374e4a26fa13015fae8c717e7970a8f6ce1cf434fa485f61bb656
MD5 b055c579f6e441585903cc5069fa3ee8
BLAKE2b-256 fe65e06e9525efa214ec7228b2a69890365be63fa7eec71ca4102b46d2cfd6d7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page