Skip to content

TensorAgent OS v0.1.0 Preview

Pre-release
Pre-release

Choose a tag to compare

@viralcode viralcode released this 15 Jun 02:22
· 5 commits to main since this release

TensorAgent OS v0.1.0 Preview

Pre-built VM Image (ARM64 / Apple Silicon)

This is a ready-to-run QCOW2 VM image of TensorAgent OS for ARM64 (Apple Silicon Macs).

Download both parts and reassemble:

# Download both parts, then:
cat ainux-vm-arm64.qcow2.xz.part* > ainux-vm-arm64.qcow2.xz
xz -d ainux-vm-arm64.qcow2.xz

# Run with UTM or convert to VMDK for VMware Fusion:
qemu-img convert -f qcow2 -O vmdk ainux-vm-arm64.qcow2 ainux.vmdk

What's Included

  • πŸ‹ OpenWhale AI engine (multi-agent, MCP, tools)
  • πŸ–₯️ WhaleOS Qt6 Wayland desktop shell with glassmorphic UI
  • πŸ“¦ Ubuntu 24.04 LTS (Noble) base
  • ⚑ Node.js 22, Python 3, SQLite
  • 🌐 Chromium, Mousepad, Galculator, LibreOffice
  • πŸ“¦ Package Store β€” install GUI apps from 90,000+ packages
  • πŸ”’ Enterprise security (AppArmor, auditd, fail2ban)

Login: ainux / ainux

ISOs for x86_64 and aarch64 will be added when CI builds complete.