Releases: Betanu701/atlas-cortex
Releases · Betanu701/atlas-cortex
Atlas Cortex v0.0.2
Atlas Cortex v0.0.2
Tablet Satellite Image (Ubuntu Core 24)
Download: atlas-tablet-core-v0.0.2-20260326.1539.img.xz (449MB)
Flashing
Windows (recommended):
- Download balenaEtcher
- Select
atlas-tablet-core-v0.0.2-20260326.1539.img.xz— no need to decompress - Select your USB drive → Flash
Windows (Rufus):
- Extract with 7-Zip first → get
.imgfile - Open Rufus → change file filter to All files
- Select the
.imgfile → Flash in DD mode
⚠️ Rufus cannot flash.img.xzdirectly — use balenaEtcher or decompress first.
Linux:
xz -d atlas-tablet-core-v0.0.2-20260326.1539.img.xz
sudo dd if=atlas-tablet-core-v0.0.2-20260326.1539.img of=/dev/sdX bs=4M status=progressFirst Boot
- Boot from USB → Ubuntu Core
console-confstarts - Connect to WiFi + create user account
- After setup, install the Atlas kiosk stack:
sudo snap install ubuntu-frame
sudo snap install wpe-webkit-mir-kiosk
sudo snap install atlas-satellite --dangerous # from local file or server
snap set wpe-webkit-mir-kiosk url=http://YOUR-ATLAS-IP:5100/avatar#skin=nickHighlights
- Qwen3-TTS as primary voice (ValyrianTech server)
- Fish Speech provider for story narration
- Plugin UX overhaul — schema-driven config forms
- LoRA adapter discovery and registration
- Part 13: Legacy Protocol (SMS, email, webhooks, serial)
- Satellite remote management via WebSocket
- CLI overhaul — persistent sessions, streaming, VS Code integration
- Ubuntu Core kiosk image (449MB vs 2GB)
- 3,900+ tests passing, CI green
Atlas Tablet OS v0.1.0 — 2026-03-25
Atlas Tablet OS Image
Pre-built OS image for x86_64 tablets (Surface Go, etc.) with Atlas satellite.
Quick Start
- Flash
atlas-tablet-os-20260325.isoto a USB drive:Or use balenaEtcher / Rufus.sudo dd if=atlas-tablet-os-20260325.iso of=/dev/sdX bs=4M status=progress
- Boot the tablet from USB
- Connect to WiFi on the touchscreen
- Atlas avatar appears — done!
No installer. No terminal. Everything is pre-installed.
What's Included
- Ubuntu 24.04 minimal + Openbox kiosk
- linux-surface kernel (Surface Go touchscreen + WiFi)
- Chromium fullscreen avatar display
- Atlas satellite agent + Python venv
- Captive portal for WiFi setup
- mDNS auto-discovery
Default Credentials
- User:
atlas - Password:
atlas-setup - SSH: Enabled (change password after setup!)
Checksum
$(cat ${ISO_FILE}.sha256)