Skip to content

zippiehq/vcr

Repository files navigation

VCR - Verifiable Container Runner

Build and run verifiable, deterministic containers with RISC-V support and attestation.

⚠️ Development Status

This project is under heavy development and is not recommended for production use. Features, APIs, and behavior may change without notice.

License

Currently unlicensed.

🚀 Quick Start

# Install
npm install -g @zippie/vcr

# Create and run
vcr create myapp --template python
cd myapp
vcr up dev --hot

📚 Documentation

🏗️ Build Profiles

  • dev - Native platform, fastest development
  • stage - RISC-V QEMU with debug tools
  • stage-release - RISC-V QEMU without debug tools
  • prod - Verifiable RISC-V Cartesi Machine
  • prod-debug - Verifiable RISC-V with debug tools

📦 Prerequisites

  • Docker and buildx
  • vsock support (auto-installed if needed)

That's it! VCR handles the complexity of building verifiable, deterministic containers.

Need help? Check the documentation or run vcr --help.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages