Releases: viralcode/tensoragentos
Releases · viralcode/tensoragentos
TensorAgent OS v0.1.0 Preview
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.vmdkWhat'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
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.shWhat'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
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.shWhat'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
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.shWhat'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