Downloads

Download pre-built Pantavisor Linux initial images for your embedded device. These are flashable base images that provide a starting point for developing with Pantavisor’s containerized embedded Linux platform.

Select your device platform and architecture below. All official images are tested and ready for deployment. Use PVR CLI, PVTX, or Pantahub to manage your devices after installation.

For all available releases and downloads see the Pantavisor Documentation.

Loading downloads...

Flashing Tools

Recommended tools for flashing Pantavisor images

RECOMMENDED
pvflasher

Pantavisor's own flashing tool with native .wic + .bmap support. Only writes data blocks for blazing-fast flashes, verifies checksums automatically, and works on Linux, macOS, and Windows. Available as both GUI and CLI.

View on GitHub
Linux — AppImage (recommended)
AppImage x86_64 AppImage aarch64
Linux — Other packages
Tarball x86_64 (.tar.xz) Tarball aarch64 (.tar.xz) Debian/Ubuntu amd64 (.deb) Debian/Ubuntu arm64 (.deb) RPM x86_64 RPM aarch64 Arch x86_64 (.pkg.tar.zst) Arch aarch64 (.pkg.tar.zst)
Windows
Windows x86_64 (.zip) Windows aarch64 (.zip)
macOS
macOS Apple Silicon (arm64) macOS Intel (amd64)
Quick Install (Script)
curl -fsSL https://raw.githubusercontent.com/pantavisor/pvflasher/main/scripts/install.sh | bash
powershell -c "irm https://raw.githubusercontent.com/pantavisor/pvflasher/main/scripts/install.ps1 | iex"
Other Tools
Raspberry Pi Imager

Official tool from Raspberry Pi Foundation. Easy to use with built-in image verification.

Command Line

Use dd command on Linux/macOS or Win32DiskImager on Windows for advanced users.

dd if=image.img of=/dev/sdX bs=4M