Skip to content

Releases: Betanu701/atlas-cortex

Atlas Cortex v0.0.2

26 Mar 02:56

Choose a tag to compare

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):

  1. Download balenaEtcher
  2. Select atlas-tablet-core-v0.0.2-20260326.1539.img.xz — no need to decompress
  3. Select your USB drive → Flash

Windows (Rufus):

  1. Extract with 7-Zip first → get .img file
  2. Open Rufus → change file filter to All files
  3. Select the .img file → Flash in DD mode

⚠️ Rufus cannot flash .img.xz directly — 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=progress

First Boot

  1. Boot from USB → Ubuntu Core console-conf starts
  2. Connect to WiFi + create user account
  3. 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=nick

Highlights

  • 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

25 Mar 00:33

Choose a tag to compare

Atlas Tablet OS Image

Pre-built OS image for x86_64 tablets (Surface Go, etc.) with Atlas satellite.

Quick Start

  1. Flash atlas-tablet-os-20260325.iso to a USB drive:
    sudo dd if=atlas-tablet-os-20260325.iso of=/dev/sdX bs=4M status=progress
    Or use balenaEtcher / Rufus.
  2. Boot the tablet from USB
  3. Connect to WiFi on the touchscreen
  4. 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)