Everything EmbeddedOS, MIT Licensed
Every component of the EmbeddedOS ecosystem is free and open-source under the MIT License. Download directly from GitHub — no registration, no paywalls.
Core Platform
EmbeddedOS Kernel
v1.0.0The core EoS real-time kernel — HAL, scheduler, memory manager, IPC, and device drivers for 83 boards.
eBoot Bootloader
v1.0.0Secure bootloader with chain-of-trust, OTA update support, anti-rollback counters, and signed manifests.
eos-platform
v1.0.0Meta-distribution: one toolchain, every EoS profile. Unified package manifest and reproducible builds for all 52 supported boards.
Developer Tools
EoSim Simulator
v2.0.0In-browser and CLI platform simulator for 150 embedded targets. Full GPIO, UART, SPI, I²C peripheral emulation and GDB integration.
EoStudio IDE
v3.1.0Universal embedded IDE with 10 specialized editors, AI code tutor, 3D hardware modeler, and cross-compilation for ARM, RISC-V, and MIPS.
eBuild Build System
v1.0.0Declarative build system for EoS projects. CAD analysis, hardware simulation, firmware generation, and one-command flash.
AI & Neural
eAI Engine
v0.9.0On-device AI inference engine for embedded systems. Supports TensorFlow Lite, ONNX Runtime, and INT4/INT8 quantized LLMs on Cortex-M and RISC-V.
eNI Neural Interface
v0.8.0Hardware abstraction layer for neural interface devices — EEG, EMG, ECoG, and spike sorting pipeline with 1,024-channel deterministic processing.
eosllm
v0.5.0On-device LLM inference for resource-constrained embedded devices. Runs on 256 KB RAM with streaming token generation.
Applications & Services
eOffice Suite
v1.0.011-app productivity suite for embedded displays: eWriter, eSheet, ePresent, eNotes, eDraw, eCalc, eCalendar, eContacts, eMail, eChat, eFiles.
eApps Store (60+ apps)
v1.0.0Full catalog of 60+ EoS applications across 6 categories: Productivity, Media, Communication, Utilities, Developer Tools, and System.
eDB Database
v0.9.0Multi-model embedded database: SQL, Document, Key-Value, REST API, and AI queries. AES-XTS at-rest encryption. Fits in 64 KB.
Health & Devices
EoS Health Firmware
v1.0.0Firmware stack for the 4 EmbeddedOS health devices: HEALTH-KEY ULTRA, HEALTH-BAND Neuro, HEALTH-RING, and HEALTH-LAB. Includes biosensor drivers, BLE stack, and cloud sync.
EoS Aerospace Avionics
v0.8.0DO-178C-compliant avionics firmware for the AeroSwift VTOL platform. Flight control, navigation, telemetry, and redundancy management.
Protocols & Middleware
eIPC Protocol
v1.0.0Ultra-low latency IPC protocol with wire format, CBOR codec, HMAC-SHA256 security, and sub-microsecond cross-core messaging.
eBrowser Engine
v0.7.0Embedded web browser engine with full HTML5/CSS3/JS support, WebAssembly runtime, and hardware-accelerated rendering for embedded displays.
Quick Install
Get started with EmbeddedOS in under 5 minutes
git clone https://github.com/embeddedos-org/eosebuild init my-project --board stm32f4ebuild build && ebuild flashMIT License
All EmbeddedOS software is released under the MIT License. You are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, subject to the copyright notice and permission notice appearing in all copies.
View full license text