Skip to content
EmbeddedOS

🚀 EmbeddedOS

The Operating System for Every Device — from microcontrollers to spacecraft.

A modular, multi-platform embedded OS with on-device AI inference, secure IPC, A/B-slot bootloader, browser engine, multi-model database, office suite, mobile apps, simulation, and full developer tooling. Production today: ARM Cortex-M kernel + Linux host backend + STM32F407 BSP. More backends and architectures on the roadmap.


Website Books Stacks App Store

Docs Get Started Hardware Lab License


13 Products · 14 Books · 60+ Apps · 41 Product Profiles · 52+ Platforms · 300+ APIs


🧭 What we ship

EmbeddedOS is 13 small, independently-versioned product repositories that compose into one coherent stack. Each product is independently useful and independently released; bundled deployments are managed via eFab.

🔵 Core Platform

Repo One-liner
⚙️ eos RTOS kernel, HAL (33 interfaces), multicore SMP/AMP, services, GDB stub, loadable drivers.
🔐 eBoot A/B embedded bootloader with RFC 8032 Ed25519, staged boot, recovery. STM32F4 production reference.
📡 eIPC Secure IPC framework — Go + C SDKs, HMAC-SHA256, replay protection, TCP / Unix / SHM transports.
🛠 ebuild Unified build system — SDK generator (14 targets), hardware analyzer, 18 CLI commands.

🟣 AI & Neural

Repo One-liner
🧠 eAI On-device AI / LLM inference — 12 curated models, agent loop, LoRA fine-tuning, federated learning.
🧬 eNI Neural-interface adapter — Neuralink (1024 ch / 30 kHz), EEG, DSP, intent decoder, safety interlocks.

🟢 Apps & Services

Repo One-liner
📱 eApps Unified app store — 60+ apps across desktop, mobile, web, browser-extensions, CLI, enterprise.
🗄 eDB Multi-model database — SQL + Document + Key-Value, REST API, AES-256, eBot AI queries.
🌐 eBrowser Embedded web browser engine — HTML5 / CSS, modular rendering / network / input layers.
📄 eOffice Office suite — eDocs, eSheets, eSlides, eMail, eDrive, ePlanner, eNotes, eConnect, eForms, eSway.

🟠 Tools & Hardware

Repo One-liner
🔬 EoSim Multi-architecture simulator — 52+ platforms, 12 architectures, native + QEMU + Renode + HIL.
🎨 EoStudio Visual design IDE — 12 editors (3D, CAD, UI, game, hardware), 30+ code generators, LLM-assisted.
🔩 eCAD-Hardware-Products Hardware designs — KiCad PCBs, EE docs, board datasheets for reference products.

🧰 Meta-repos (not part of canon)

Repo Role
🌐 embeddedos-org.github.io Source for embeddedos-org.github.io — docs, books, stacks, downloads.
🏭 eFab Stack fabricator — manifest-only meta-repo. v0.1.0 ships eai-edge (ENI + EIPC + eAI).
⚙️ .github Org-wide configuration: this profile, the default CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md, issue/PR templates, canon validator.

⚡ 60-second start

# Pick your path — one of the three is enough to see something running

# 1) Simulate (no hardware needed)
pip install eosim && eosim run stm32f4 --timeout 30

# 2) Build the kernel for one of 41 product profiles
git clone https://github.com/embeddedos-org/eos.git && cd eos
cmake -B build -DEOS_PRODUCT=robot && cmake --build build

# 3) Build a curated stack via eFab
git clone https://github.com/embeddedos-org/eFab.git
cd eFab/superproject/eai-edge && cmake -B build && cmake --build build

Full guide: embeddedos-org.github.io/getting-started.html


🧑‍💻 Contribute

Code contributions belong in the relevant downstream product repo (each ships its own CONTRIBUTING.md). Org-wide policy — the default CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md, and the issue/PR templates — lives in embeddedos-org/.github. For curated-stack profiles, manifests, and integration smoke tests: open against embeddedos-org/eFab.

Standards we follow: MIT · Conventional Commits · Contributor Covenant 2.1 · WCAG 2.1 · SBOM (SPDX, CycloneDX) · ISO/IEC 27001 · IEC 61508 · ISO 26262 · DO-178C · FIPS 140-3.


🌐 Website · 📚 Books · 🏭 Stacks · 🏪 Apps · ⭐ Star EoS

MIT License · Made with ❤️ by Srikanth Patchava & Contributors

Pinned Loading

  1. eos eos Public

    EoS Embedded Operating system

    C 7 4

  2. ebuild ebuild Public

    Next-gen embedded OS build tool

    C 5 3

  3. eBoot eBoot Public

    Project: Bootloader for Any Hardware

    C 5 2

Repositories

Showing 10 of 20 repositories

Top languages

Loading…

Most used topics

Loading…