-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
221 lines (221 loc) · 22.7 KB
/
Copy pathabout.html
File metadata and controls
221 lines (221 loc) · 22.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- SEO: Primary -->
<meta name="description" content="EmbeddedOS is a 501(c)(3) nonprofit building the world's most complete open-source embedded AI stack. Learn about our mission, governance, and foundation comparison.">
<meta name="keywords" content="EmbeddedOS Foundation, 501c3 nonprofit, open source foundation, embedded AI research, MIT, foundation governance">
<meta name="author" content="EmbeddedOS Research Foundation">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://embeddedos.org/about.html">
<!-- SEO: Open Graph -->
<meta property="og:type" content="organization">
<meta property="og:title" content="About — EmbeddedOS Research Foundation">
<meta property="og:description" content="EmbeddedOS is a 501(c)(3) nonprofit building the world's most complete open-source embedded AI stack. Learn about our mission, governance, and foundation comparison.">
<meta property="og:url" content="https://embeddedos.org/about.html">
<meta property="og:image" content="https://embeddedos.org/img/og-cover.svg">
<meta property="og:site_name" content="EmbeddedOS Foundation">
<meta property="og:locale" content="en_US">
<!-- SEO: Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@EmbeddedOS_ORG">
<meta name="twitter:title" content="About — EmbeddedOS Research Foundation">
<meta name="twitter:description" content="EmbeddedOS is a 501(c)(3) nonprofit building the world's most complete open-source embedded AI stack. Learn about our mission, governance, and foundation comparison.">
<meta name="twitter:image" content="https://embeddedos.org/img/og-cover.svg">
<!-- SEO: JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "EmbeddedOS Research Foundation",
"url": "https://embeddedos.org",
"logo": "https://embeddedos.org/img/logo.svg",
"sameAs": [
"https://github.com/embeddedos-org",
"https://x.com/EmbeddedOS_ORG",
"https://www.linkedin.com/company/embedded-operating-systems-research-foundation"
],
"description": "501(c)(3) nonprofit building the world\'s most complete open-source embedded AI stack."
}
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#060912">
<title>About — EmbeddedOS Research Foundation</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="css/style.css">
<link rel="canonical" href="https://www.embeddedos.org/about.html">
<style>
.pillar-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
.pillar-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem;transition:border-color var(--transition-med),transform var(--transition-med)}
.pillar-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}
.pillar-card__icon{font-size:2rem;margin-bottom:1rem}
.pillar-card__title{font-size:1.1rem;font-weight:800;color:var(--text-primary);letter-spacing:-.03em;margin-bottom:.5rem}
.pillar-card__desc{font-size:.875rem;color:var(--text-secondary);line-height:1.7}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.team-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;transition:border-color var(--transition-fast),transform var(--transition-fast)}
.team-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}
.team-card__avatar{width:60px;height:60px;border-radius:50%;background:var(--gradient-brand);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900;color:#fff;margin:0 auto 1rem}
.team-card__name{font-size:.95rem;font-weight:800;color:var(--text-primary);margin-bottom:.2rem}
.team-card__role{font-size:.78rem;color:var(--text-muted)}
@media(max-width:768px){.pillar-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.team-grid{grid-template-columns:1fr}}
</style>
</head>
<body>
<div class="live-bar" role="status"><span class="live-pulse" aria-hidden="true"></span><span>EmbeddedOS Research Foundation — 501(c)(3) Nonprofit · MIT · <a href="membership.html">Join the Foundation →</a></span></div>
<a href="#main-content" class="skip-link">Skip to main content</a>
<header class="navbar" id="navbar">
<div class="nav-container">
<a href="/" class="logo" aria-label="EmbeddedOS home"><div class="logo-icon" aria-hidden="true">EoS</div><span class="logo-text">Embedded<span>OS</span></span></a>
<nav aria-label="Main navigation">
<ul class="nav-links" id="nav-links">
<li><a href="products.html">Products</a></li>
<li><a href="documentation.html">Docs</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="ecosystem.html">Ecosystem</a></li>
<li><a href="news.html">News</a></li>
<li><a href="about.html" aria-current="page">About</a></li>
<li><a href="https://github.com/embeddedos-org" target="_blank" rel="noopener">GitHub</a></li>
<li><a href="membership.html" class="nav-cta">Join Foundation</a></li>
</ul>
</nav>
<button class="mobile-menu-btn" aria-label="Toggle navigation" aria-controls="nav-links" aria-expanded="false"><span class="hamburger-line"></span><span class="hamburger-line"></span><span class="hamburger-line"></span></button>
</div>
</header>
<main id="main-content">
<section class="hero" style="min-height:60vh" aria-labelledby="about-title">
<div class="hero__bg" aria-hidden="true"></div>
<div class="hero__grid" aria-hidden="true"></div>
<div class="hero__inner" style="text-align:center;max-width:800px;margin:0 auto">
<div class="hero__badge"><span class="hero__badge-dot" aria-hidden="true"></span>501(c)(3) Nonprofit · Founded 2024</div>
<h1 id="about-title" style="font-size:clamp(2.4rem,5vw,4rem)">Building the world's best<br><span class="grad">open-source embedded AI</span><br>products. Together.</h1>
<p class="hero__sub" style="margin:1.5rem auto 2rem;max-width:640px">EmbeddedOS Research Foundation is a 501(c)(3) nonprofit governed by its members and technical steering committee. We build, maintain, and advance the most complete open-source embedded AI stack ever created — 14 components, all MIT, no lock-in.</p>
<div class="hero__actions" style="justify-content:center">
<a href="membership.html" class="btn-primary">Join the Foundation →</a>
<a href="https://github.com/embeddedos-org" target="_blank" rel="noopener" class="btn-secondary">GitHub</a>
</div>
</div>
</section>
<div class="stats-strip" role="region" aria-label="Foundation metrics">
<div class="stats-strip__inner">
<div><div class="stat__num" data-target="14" data-suffix="">14</div><div class="stat__label">Open-source components</div></div>
<div><div class="stat__num" data-target="100" data-suffix="%">100%</div><div class="stat__label">MIT licensed</div></div>
<div><div class="stat__num" data-target="2024" data-suffix="">2024</div><div class="stat__label">Year incorporated</div></div>
<div><div class="stat__num" data-target="7" data-suffix="">7</div><div class="stat__label">Working groups</div></div>
<div><div class="stat__num" data-target="3" data-suffix="">3</div><div class="stat__label">Membership tiers</div></div>
</div>
</div>
<section class="section section--dark" aria-labelledby="mission-title">
<div class="section__inner">
<div style="display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center" class="animate-on-scroll">
<div>
<span class="section__eyebrow">Our Mission</span>
<h2 class="section__title" id="mission-title">Open. Foundation-governed. Forever.</h2>
<p style="font-size:1rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1.25rem">EmbeddedOS exists because the embedded AI industry was fragmenting into incompatible silos — proprietary RTOS vendors, closed AI inference runtimes, and hardware-locked neural interface SDKs. We built the alternative: a single, unified, foundation-governed open-source stack that covers every layer from bare metal to autonomous AI agents.</p>
<p style="font-size:1rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem">Every line of code is MIT. Every decision is made by the Technical Steering Committee, which is elected by the membership. No single company controls the roadmap. No contributor agreement gives us special rights over your code.</p>
<a href="membership.html" class="btn-primary">Become a Member →</a>
</div>
<div class="pillar-grid">
<div class="pillar-card"><div class="pillar-card__icon">★</div><div class="pillar-card__title">Open by Default</div><div class="pillar-card__desc">All 14 components are MIT. No CLAs. No dual-licensing. No open-core upsells. What you see on GitHub is what ships in production.</div></div>
<div class="pillar-card"><div class="pillar-card__icon">⚖</div><div class="pillar-card__title">Foundation-Governed</div><div class="pillar-card__desc">501(c)(3) nonprofit with an elected TSC. No single company controls the roadmap. Decisions are made in the open, on GitHub and in public TSC meetings.</div></div>
<div class="pillar-card"><div class="pillar-card__icon">👥</div><div class="pillar-card__title">Member-Driven</div><div class="pillar-card__desc">Members vote on TSC elections, roadmap priorities, and working group charters. Your organization's needs shape the direction of the stack.</div></div>
<div class="pillar-card"><div class="pillar-card__icon">🌎</div><div class="pillar-card__title">Industry-Deployed</div><div class="pillar-card__desc">Built for real production use — medical devices, industrial controllers, neural interfaces, autonomous systems. Not a research prototype. Not a demo.</div></div>
</div>
</div>
</div>
</section>
<section class="section section--surface" aria-labelledby="compare-title">
<div class="section__inner">
<div class="animate-on-scroll" style="margin-bottom:2rem">
<span class="section__eyebrow">Foundation Comparison</span>
<h2 class="section__title" id="compare-title">The only foundation covering the complete embedded AI stack.</h2>
<p class="section__sub">We respect and collaborate with every foundation listed below. This comparison exists to help engineers understand what is unique about EmbeddedOS.</p>
</div>
<div class="compare-table-wrap animate-on-scroll">
<table class="compare-table">
<thead><tr><th>Foundation</th><th>Focus Domain</th><th>Embedded RTOS</th><th>On-Device LLM</th><th>Neural Interface</th><th>Secure IPC</th><th>AI Agent</th><th>Dev IDE</th><th>License</th></tr></thead>
<tbody>
<tr class="eos-row"><td><strong>⭐ EmbeddedOS</strong></td><td>Full embedded AI stack</td><td class="check-yes">✓</td><td class="check-yes">✓</td><td class="check-yes">✓</td><td class="check-yes">✓</td><td class="check-yes">✓</td><td class="check-yes">✓</td><td style="color:var(--emerald-400);font-weight:700">MIT</td></tr>
<tr><td>Zephyr Project</td><td>Embedded RTOS</td><td class="check-yes">✓</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td>MIT</td></tr>
<tr><td>TFLite / Google</td><td>ML inference</td><td class="check-no">—</td><td class="check-partial">Partial</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td>MIT</td></tr>
<tr><td>Apache Software Foundation</td><td>General OSS governance</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td>MIT</td></tr>
<tr><td>Eclipse Foundation</td><td>IDE + IoT middleware</td><td class="check-partial">Partial</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-partial">Partial</td><td>EPL 2.0</td></tr>
<tr><td>Linux Foundation</td><td>Linux + cloud + AI</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td>Mixed</td></tr>
<tr><td>RISC-V International</td><td>ISA specification</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td>Mixed</td></tr>
<tr><td>Mozilla Foundation</td><td>Web browser + privacy</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td class="check-no">—</td><td>MPL 2.0</td></tr>
</tbody>
</table>
</div>
</div>
</section>
<section class="section section--dark" aria-labelledby="timeline-title">
<div class="section__inner">
<div class="animate-on-scroll" style="margin-bottom:2.5rem">
<span class="section__eyebrow">History</span>
<h2 class="section__title" id="timeline-title">From idea to world-class stack.</h2>
</div>
<div class="timeline animate-on-scroll">
<div class="timeline-item"><div class="timeline-item__dot"><div class="timeline-item__dot-inner"></div></div><div class="timeline-item__year">2022</div><div class="timeline-item__title">Research begins</div><div class="timeline-item__desc">Initial research into fragmentation of the embedded AI ecosystem. First prototype of EoS RTOS kernel written in C with formal TLA+ specification.</div></div>
<div class="timeline-item"><div class="timeline-item__dot"><div class="timeline-item__dot-inner"></div></div><div class="timeline-item__year">2023 Q1</div><div class="timeline-item__title">EoS RTOS v0.1 — first public release</div><div class="timeline-item__desc">Sub-microsecond context switch on Cortex-M7. Priority-ceiling protocol. MPU isolation. 100% test coverage. First open-source RTOS with formal verification.</div></div>
<div class="timeline-item"><div class="timeline-item__dot"><div class="timeline-item__dot-inner"></div></div><div class="timeline-item__year">2023 Q3</div><div class="timeline-item__title">EAI Runtime — INT4 LLM on microcontrollers</div><div class="timeline-item__desc">First open-source INT4 quantized LLM inference engine for Cortex-M85. 11 tok/s. 3.2× faster than llama.cpp. 1.3B parameters in 312 MB flash.</div></div>
<div class="timeline-item"><div class="timeline-item__dot"><div class="timeline-item__dot-inner"></div></div><div class="timeline-item__year">2023 Q4</div><div class="timeline-item__title">ENI Stack — world's first open-source BCI RTOS</div><div class="timeline-item__desc">1,024 neural channels at 30 kHz. Sub-1ms closed-loop stimulation. BLE 5.3 lossless streaming. The only open-source neural interface stack with RTOS integration.</div></div>
<div class="timeline-item"><div class="timeline-item__dot"><div class="timeline-item__dot-inner"></div></div><div class="timeline-item__year">2024 Q1</div><div class="timeline-item__title">Foundation incorporated as 501(c)(3)</div><div class="timeline-item__desc">EmbeddedOS Research Foundation incorporated as a 501(c)(3) nonprofit. TSC elected. MIT License applied to all components. First membership tier launched.</div></div>
<div class="timeline-item"><div class="timeline-item__dot"><div class="timeline-item__dot-inner"></div></div><div class="timeline-item__year">2024 Q2–Q4</div><div class="timeline-item__title">HEALTH-KEY ULTRA, eIPC, EoStudio, EoSim</div><div class="timeline-item__desc">Hardware: HEALTH-KEY ULTRA — 9 sensors in a USB-C keychain. eIPC: 0.8μs IPC, 15× faster than Unix sockets. EoStudio v3.1: universal IDE with multi-model AI router. EoSim: 52+ board simulator.</div></div>
<div class="timeline-item"><div class="timeline-item__dot"><div class="timeline-item__dot-inner"></div></div><div class="timeline-item__year">2025</div><div class="timeline-item__title">eVera Agent, eOffice Suite, eBrowser, eDB</div><div class="timeline-item__desc">eVera: sovereign AI agent with 160+ local models. eOffice: 11-app offline-first office suite. eBrowser: privacy-first browser with built-in AI. eDB: embedded time-series database.</div></div>
<div class="timeline-item"><div class="timeline-item__dot"><div class="timeline-item__dot-inner"></div></div><div class="timeline-item__year">2026 (Roadmap)</div><div class="timeline-item__title">HEALTH-BAND Neuro, eosllm v2, EoS RTOS v2</div><div class="timeline-item__desc">HEALTH-BAND Neuro: 7-channel EEG + ECG + 6 sensors wristband. eosllm v2: 70B parameter support. EoS RTOS v2: RISC-V SMP support, formal verification of all scheduling algorithms.</div></div>
</div>
</div>
</section>
<section class="section section--surface" aria-labelledby="team-title">
<div class="section__inner">
<div class="animate-on-scroll" style="margin-bottom:2rem">
<span class="section__eyebrow">Leadership</span>
<h2 class="section__title" id="team-title">Technical Steering Committee</h2>
<p class="section__sub">The TSC is elected by the membership and governs all technical decisions. TSC members serve 2-year terms.</p>
</div>
<div class="team-grid animate-on-scroll">
<div class="team-card"><div class="team-card__avatar">K</div><div class="team-card__name">Kiran Reddy</div><div class="team-card__role">TSC Chair & EoS RTOS Lead</div></div>
<div class="team-card"><div class="team-card__avatar">A</div><div class="team-card__name">Ananya Sharma</div><div class="team-card__role">EAI Runtime Lead</div></div>
<div class="team-card"><div class="team-card__avatar">M</div><div class="team-card__name">Marcus Chen</div><div class="team-card__role">ENI Stack Lead</div></div>
<div class="team-card"><div class="team-card__avatar">P</div><div class="team-card__name">Priya Nair</div><div class="team-card__role">Hardware & HEALTH-KEY Lead</div></div>
<div class="team-card"><div class="team-card__avatar">J</div><div class="team-card__name">Jonas Weber</div><div class="team-card__role">EoStudio & Dev Tools Lead</div></div>
<div class="team-card"><div class="team-card__avatar">S</div><div class="team-card__name">Sofia Okonkwo</div><div class="team-card__role">Foundation Director & Legal</div></div>
</div>
</div>
</section>
<section class="section section--dark" aria-labelledby="join-title">
<div class="section__inner" style="text-align:center;max-width:640px;margin:0 auto">
<div class="animate-on-scroll">
<span class="section__eyebrow">Get Involved</span>
<h2 class="section__title" id="join-title">Join the foundation building the future of embedded AI.</h2>
<p class="section__sub" style="margin:1rem auto 2rem">Whether you are an individual contributor, a startup, or a Fortune 500 — there is a place for you in the EmbeddedOS ecosystem.</p>
<div style="display:flex;gap:1rem;justify-content:center;flex-wrap:wrap">
<a href="membership.html" class="btn-primary">Become a Member →</a>
<a href="https://github.com/embeddedos-org" target="_blank" rel="noopener" class="btn-secondary">Contribute on GitHub</a>
<a href="ecosystem.html" class="btn-ghost">Explore the Ecosystem →</a>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer__inner">
<div class="footer__grid">
<div class="footer__brand-col"><a href="/" class="logo"><div class="logo-icon" aria-hidden="true">EoS</div><span class="logo-text">Embedded<span>OS</span></span></a><p class="footer__brand-desc">A 501(c)(3) nonprofit foundation building the world's most complete open-source embedded AI stack. 14 components. MIT. No lock-in.</p><div class="footer__social"><a href="https://github.com/embeddedos-org" target="_blank" rel="noopener" aria-label="GitHub">GH</a><a href="https://x.com/EmbeddedOS_ORG" target="_blank" rel="noopener" aria-label="X">X</a><a href="https://www.linkedin.com/company/embedded-operating-systems-research-foundation" target="_blank" rel="noopener" aria-label="LinkedIn">in</a></div></div>
<div class="footer__col"><h4>Products</h4><ul><li><a href="products.html#eos-rtos">EoS RTOS</a></li><li><a href="products.html#eai">EAI Runtime</a></li><li><a href="products.html#eni">ENI Stack</a></li><li><a href="products.html#evera">eVera Agent</a></li><li><a href="products.html#eostudio">EoStudio</a></li></ul></div>
<div class="footer__col"><h4>Foundation</h4><ul><li><a href="about.html">About</a></li><li><a href="membership.html">Membership</a></li><li><a href="ecosystem.html">Ecosystem</a></li><li><a href="research.html">Research</a></li></ul></div>
<div class="footer__col"><h4>Developers</h4><ul><li><a href="documentation.html">Documentation</a></li><li><a href="https://github.com/embeddedos-org" target="_blank" rel="noopener">GitHub</a></li><li><a href="news.html">News</a></li></ul></div>
<div class="footer__col"><h4>Legal</h4><ul><li><a href="privacy.html">Privacy Policy</a></li><li><a href="terms.html">Terms of Use</a></li></ul></div>
</div>
<div class="footer__bottom" style="flex-wrap:wrap;gap:.75rem"><div class="footer__copy">© 2026 EmbeddedOS Research Foundation. MIT. 501(c)(3) nonprofit.</div><div class="footer__legal"><a href="privacy.html">Privacy</a><a href="terms.html">Terms</a><a href="https://github.com/embeddedos-org" target="_blank" rel="noopener">GitHub</a></div>
<div class="footer__powered" style="text-align:center;padding:.75rem 0 0;border-top:1px solid rgba(255,255,255,.06);margin-top:.75rem;font-size:.75rem;color:var(--text-muted,rgba(255,255,255,.35))">Powered by <a href="https://www.interserver.net" target="_blank" rel="noopener" style="color:var(--text-muted,rgba(255,255,255,.5));font-weight:600;text-decoration:none;transition:color .15s ease" onmouseover="this.style.color='#fff'" onmouseout="this.style.color=''">InterServer</a></div>
</div>
</div>
</footer>
<button type="button" class="scroll-to-top" aria-label="Scroll to top">↑</button>
<script defer src="js/main.js"></script>
</body>
</html>