Autonomous offline AI tutor device for AI literacy in remote classrooms (local-first).
Roadmap: see ROADMAP.md
A local-only classroom device that runs an on-device LLM and delivers guided lessons without requiring internet connectivity.
- Offline-first learning mode (no internet required)
- Local LLM runtime (on-device inference)
- Lesson engine + classroom safety controls
- Reproducible “golden image” builds for consistent deployments
image/– golden image build scripts and artifactsdevice/– device services, configs, provisioningruntime/– local LLM runtime wrappers / toolingcurriculum/– lesson packs and content (non-sensitive)tools/– utilities (build, flash, validate)docs/– architecture notes and operational guides
- Build image:
tools/build-image.sh - Provision device:
tools/provision.sh - Run tutor mode:
device/start.sh
- Golden image v1 (reproducible build)
- Tutor mode MVP (lesson packs + safety)
- Fleet provisioning (offline updates, diagnostics)
- Hardware profiles and benchmarks
See LICENSE.