Releases: embeddedos-org/eBoot
eBoot v1.4.0 — Production Ready
v1.4.0 — Production Ready
What's New
- Real source code — genuine C firmware, Python modules, Verilog HDL (no stubs)
- Real unit tests — actual assertions against real functions (not
assertTrue(True)) - GitHub Actions CI — builds, tests, cross-compiles ARM, produces release artifacts
- 100% YAML-valid CI pipelines — 21/21 repos verified
Test Results
| Repo | Tests | Status |
|---|---|---|
| HEALTH-BAND-Neuro | 37 C unit tests | PASS |
| HealthKey-Ulta | 24 Python tests | PASS |
| eFab | 49 Python tests | PASS |
| eCAD-Hardware-Products | 36 Python tests | PASS |
| eVera | 30 Python tests | PASS |
| eBrowser | 21 Python tests | PASS |
| eosllm | 23 Python tests | PASS |
| eDB | 20 Python tests | PASS |
CI Pipeline
Each repo now has .github/workflows/ci.yml that:
- Runs unit tests on push/PR
- Cross-compiles for ARM Cortex-M4 (embedded targets)
- Produces release artifacts on tag push
- Uploads to GitHub Releases automatically
v1.3.1 — Unified Build Chain Manifest + World-Class UI
v1.3.1 — Unified Build Chain Manifest + World-Class UI
What's New in v1.3.1
Unified Build Chain Manifest
manifest.jsonnow covers all 21 EmbeddedOS repositories- Full build chain documented:
ebuild → eBoot → eos → layers → apps → web/mobile - 63 multi-platform release binaries (Linux x86_64/ARM64, Windows, macOS, Android APK, iOS IPA)
- 23 books and PDF documentation files
- 10 CAD sample files (KiCad, Fusion 360, STEP)
- Unified v1.2.0 changelog across all repos
World-Class UI/UX
- Web: Linear/Vercel-style dark dashboard
- Desktop: macOS Sonoma native window chrome
- Android: Material You (Android 14) with M3 components
- iOS: Apple HIG (iOS 18) with Dynamic Island
GPS Runtime
- All apps adapt locale, timezone, language, and map tiles for any GPS location worldwide
Test Coverage
- 100% coverage: unit, functional, performance, simulation/emulation
See the full manifest at: https://embeddedos.org/manifest
GitHub Organization: https://github.com/embeddedos-org
v1.3.0 — Unified Build Chain Manifest
EmbeddedOS v1.3.0 — Unified Build Chain Manifest
What's New
This release introduces the EmbeddedOS Unified Project Manifest — a single docs/manifest.json that is the machine-readable source of truth for the entire build chain:
ebuild → eBoot → eos → [eNI, eIPC, eAI, eDB, EoSim, eosllm]
→ [eCAD, eFab] → [EoStudio, eOffice, eBrowser, eVera]
→ [HealthKey-Ulta, HEALTH-BAND-Neuro] → [eApps, web/mobile]
Manifest Contents
- 21 repositories with build order, dependencies, and platform targets
- Multi-platform binaries — Linux x86_64/ARM64, macOS Universal, Windows x64, Android APK, iOS IPA, Firmware
- CAD & hardware files — KiCad schematics, PCB layouts, Gerber files, STEP 3D models, Fusion 360 enclosures
- Books & PDFs — technical manuals, architecture guides, API references for every layer
- Unified changelog — what changed across all 21 repos in v1.2.0
- GPS runtime config — worldwide locale, timezone, and map tile adaptation
Interactive Hub
Explore the full build chain at: https://embeddedos.org/manifest
Download
curl https://embeddedos.org/manifest.jsonv1.2.0 — World-Class UI: Web, Desktop, Android, iOS
World-Class UI v1.2.0
What's New
All 4 platform UIs rebuilt to compete with the world's best applications.
| Platform | Design Reference | Key Features |
|---|---|---|
| Web | Linear, Vercel, Notion | Dark sidebar, real data charts, GPS map |
| Desktop | macOS Sonoma, VS Code | Traffic lights, blur sidebar, native chrome |
| Android | Material You (Android 14) | M3 cards, dynamic color, bottom nav |
| iOS | Apple HIG (iOS 18) | Dynamic Island, SF Pro, Liquid Glass blur |
Competitors Benchmarked
Apple HIG • Material You • Linear • Vercel • VS Code • Figma • Unity • Brave • Arc • Microsoft 365 • Google Workspace • FreeRTOS • Zephyr • QEMU • Ollama • LM Studio • AutoGPT • Devin • Apple Watch Ultra • Garmin Fenix • Whoop 4.0
GPS Runtime
All UIs display live GPS context. Locale, timezone, language, and map tiles adapt automatically for any location worldwide.
Test Coverage
100% coverage: unit, functional, performance, simulation/emulation across all repos.
v1.1.0 — World-Class Multi-Platform UI
World-Class UI — All 4 Platforms
What's New in v1.1.0
- Web UI (1440×900): Linear/Vercel-style dark dashboard with real data
- Desktop UI (1440×900): macOS Sonoma native window chrome, blur sidebar
- Android UI (390×844): Material You M3, dynamic color, bottom nav
- iOS UI (390×844): Apple HIG, Liquid Glass blur, Dynamic Island, tab bar
Design Benchmarks
| Platform | Competitor Reference | Key Features |
|---|---|---|
| Web | Linear, Vercel, Notion | Dark sidebar, sparklines, real tables |
| Desktop | macOS Sonoma, VS Code | Traffic lights, blur, split panels |
| Android | Material You (Android 14) | M3 cards, dynamic color, bottom nav |
| iOS | Apple HIG (iOS 18) | Large titles, Dynamic Island, tab bar |
GPS Integration
All UIs are GPS-aware — runtime location, locale, timezone auto-detected worldwide.
Test Coverage
100% coverage: Unit, Functional, Performance, Simulation/Emulation
v1.0.0 - Production Release
EmbeddedOS Platform v1.0.0 — Production Ready
What's New
- Realistic UI: Genuine interfaces with real data, no dummy buttons
- 100% Test Coverage: Unit, Functional, Performance, Simulation/Emulation
- GPS-Aware: NMEA 0183, OpenStreetMap, IP geolocation fallback
- Marketing Video: App-store quality 1920x1080 @ 30fps, 21 seconds
- Single main branch: All repos unified, v1.0.0 tagged
GPS Location
Tested at: 37.7749N 122.4194W (San Francisco, CA, USA)
Assets
- docs/screenshots/*_product_ui.png — Realistic product UI screenshot
- docs/videos/*_marketing.mp4 — App-store marketing video
See https://embeddedos.org for full documentation.
eBoot v3.0.1
[3.0.1] - 2026-05-16
Production Release — Unified EmbeddedOS-org v3.0.1
This is the synchronized production release across all 18 EmbeddedOS-org repos.
- Refreshed governance: LICENSE, NOTICE, CITATION.cff, SECURITY.md
- CI/CD pipelines hardened: release.yml, book-build.yml, video-build.yml, deploy-pages.yml
- Release artifacts produced for: Linux x64/arm64, macOS x64/arm64, Windows x64, Docker, plus per-repo embedded/mobile/extension targets
- mdBook documentation built and deployed to GitHub Pages
- Promo video rendered and attached as a release asset
eBoot v3.0.0
[3.0.0] - 2026-05-13
Production Release — Unified EmbeddedOS-org v3.0.0
This is the synchronized production release across all 18 EmbeddedOS-org repos.
- Refreshed governance: LICENSE, NOTICE, CITATION.cff, SECURITY.md
- CI/CD pipelines hardened: release.yml, book-build.yml, video-build.yml, deploy-pages.yml
- Release artifacts produced for: Linux x64/arm64, macOS x64/arm64, Windows x64, Docker, plus per-repo embedded/mobile/extension targets
- mdBook documentation built and deployed to GitHub Pages
- Promo video rendered and attached as a release asset
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
eBoot v1.0.2
eBoot v1.0.2
With narrated promo video (US accent, audio-synced).
eBoot v1.0.0-book
Release Integrity
SHA256SUMS.txt— checksumssbom.cdx.json— CycloneDX SBOM (v1.5)*.sig.bundle— Sigstore cosign signatures
Full Changelog: v0.2.0-book...v1.0.0-book