Skip to content

CPU Binaries v0.0.4

Latest

Choose a tag to compare

@ericvh ericvh released this 18 Jul 22:03
· 7 commits to main since this release

CPU Binaries for aarch64 (ARM64)

Built from u-root/cpu version: 264e2f3

Files

Individual Binaries

  • cpu - CPU client binary for aarch64
  • cpud - CPU daemon binary for aarch64
  • BUILD_INFO.txt - Build information and usage notes
  • *.sha256 - SHA256 checksums for verification

SSH Keys

  • identity - Default SSH private key
  • identity.pub - Default SSH public key (also embedded in initramfs)
  • identity.sha256 - Private key checksum
  • identity.pub.sha256 - Public key checksum

⚠️ WARNING: These are default keys for convenience. Generate your own keys for production use!

Initramfs

  • cpud-initramfs.cpio.gz - U-root initramfs with cpud as init
  • cpud-initramfs.cpio.gz.sha256 - Initramfs checksum

The initramfs includes the SSH public key at /etc/identity.pub and cpud automatically uses it for authentication.

Archive

  • cpu-binaries-aarch64-264e2f3.tar.gz - Complete archive with all binaries
  • cpu-binaries-aarch64-264e2f3.tar.gz.sha256 - Archive checksum

Usage

Download and use the complete archive, or individual binaries as needed.
Use the initramfs with Linux kernel (boot parameters: init=/init).
SSH public key is embedded at /etc/identity.pub for automatic authentication.