Build and run verifiable, deterministic containers with RISC-V support and attestation.
This project is under heavy development and is not recommended for production use. Features, APIs, and behavior may change without notice.
Currently unlicensed.
# Install
npm install -g @zippie/vcr
# Create and run
vcr create myapp --template python
cd myapp
vcr up dev --hot
- Quick Start & Profiles - Get up and running fast
- Workflow Guide - Detailed development process
- CLI Reference - Complete command reference
- Advanced Topics - Power user features
dev
- Native platform, fastest developmentstage
- RISC-V QEMU with debug toolsstage-release
- RISC-V QEMU without debug toolsprod
- Verifiable RISC-V Cartesi Machineprod-debug
- Verifiable RISC-V with debug tools
- 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
.