Skip to content

Releases: viralcode/tensoragentos

TensorAgent OS v0.1.0 Preview

15 Jun 02:22

Choose a tag to compare

Pre-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.

v0.1.2

09 Mar 18:32

Choose a tag to compare

TensorAgent OS v0.1.2

Downloads

Architecture File
x86_64 (Intel/AMD) tensoragent-os-x86_64.iso
aarch64 (ARM64 / Apple Silicon) tensoragent-os-aarch64.iso

Quick Start

# Flash to USB
sudo dd if=tensoragent-os-x86_64.iso of=/dev/sdX bs=4M status=progress

# VMware Fusion (Apple Silicon) — use the aarch64 ISO
# UTM (macOS) — use the aarch64 ISO
# QEMU
./scripts/run-qemu.sh

What's included

  • 🐋 OpenWhale AI engine (multi-agent, MCP, tools)
  • 🖥️ WhaleOS Qt6 desktop shell
  • 📦 Debian Bookworm base
  • ⚡ Node.js 22, Python 3, SQLite
  • 🌐 Chromium, terminal, and system tools

Login: ainux / ainux

Full Changelog: v0.1.1...v0.1.2

v0.1.1

09 Mar 17:29

Choose a tag to compare

TensorAgent OS v0.1.1

Downloads

Architecture File
x86_64 (Intel/AMD) tensoragent-os-x86_64.iso
aarch64 (ARM64 / Apple Silicon) tensoragent-os-aarch64.iso

Quick Start

# Flash to USB
sudo dd if=tensoragent-os-x86_64.iso of=/dev/sdX bs=4M status=progress

# VMware Fusion (Apple Silicon) — use the aarch64 ISO
# UTM (macOS) — use the aarch64 ISO
# QEMU
./scripts/run-qemu.sh

What's included

  • 🐋 OpenWhale AI engine (multi-agent, MCP, tools)
  • 🖥️ WhaleOS Qt6 desktop shell
  • 📦 Debian Bookworm base
  • ⚡ Node.js 22, Python 3, SQLite
  • 🌐 Chromium, terminal, and system tools

Login: ainux / ainux

Full Changelog: v0.1.0...v0.1.1

v0.1.0

09 Mar 17:17

Choose a tag to compare

TensorAgent OS v0.1.0

Quick Start

# Flash to USB
sudo dd if=tensoragent-os-x86_64.iso of=/dev/sdX bs=4M status=progress

# Or boot in QEMU
./scripts/run-qemu.sh

What's included

  • OpenWhale AI engine
  • WhaleOS Qt6 desktop shell
  • Debian Bookworm base
  • Node.js 22, Python 3, SQLite
  • Chromium, terminal, and system tools

Full Changelog: https://github.com/viralcode/tensoragentos/commits/v0.1.0