-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
268 lines (267 loc) · 25.2 KB
/
Copy pathabout.html
File metadata and controls
268 lines (267 loc) · 25.2 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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="EmbeddedOS Foundation — About — EmbeddedOS Research Foundation. Open-source embedded OS, neural interfaces, and AI-powered edge computing." name="description"/>
<meta charset="utf-8"/>
<!-- SEO: Primary -->
<meta 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…" name="description"/>
<meta content="EmbeddedOS Foundation, 501c3 nonprofit, open source foundation, embedded AI research, MIT, foundation governance" name="keywords"/>
<meta content="EmbeddedOS Research Foundation" name="author"/>
<meta content="index, follow" name="robots">
<link href="https://embeddedos.org/about.html" rel="canonical"/>
<!-- SEO: Open Graph -->
<meta content="organization" property="og:type">
<meta content="About — EmbeddedOS Research Foundation" property="og:title"/>
<meta 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." property="og:description"/>
<meta content="https://embeddedos.org/about.html" property="og:url"/>
<meta content="https://embeddedos.org/img/og-cover.svg" property="og:image"/>
<meta content="EmbeddedOS Foundation" property="og:site_name"/>
<meta content="en_US" property="og:locale"/>
<!-- SEO: Twitter Card -->
<meta content="summary_large_image" name="twitter:card"/>
<meta content="@EmbeddedOS_ORG" name="twitter:site"/>
<meta content="About — EmbeddedOS Research Foundation" name="twitter:title"/>
<meta 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." name="twitter:description"/>
<meta content="https://embeddedos.org/img/og-cover.svg" name="twitter:image"/>
<!-- 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 content="width=device-width, initial-scale=1.0" name="viewport"/><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 crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/><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"/>
<meta content="#060912" name="theme-color"/>
<title>About — EmbeddedOS Research Foundation</title>
<link href="favicon.svg" rel="icon" type="image/svg+xml">
<link href="css/style.v7.css" rel="stylesheet"/>
<link href="https://www.embeddedos.org/about.html" rel="canonical"/>
<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>
<link href="https://www.embeddedos.org/about.html" rel="canonical"/>
</link></meta></meta> <link rel="stylesheet" href="/css/theme-light.css"/>
<script defer src="/js/site-chrome.js"></script>
</head>
<body class="page-about">
<div class="live-bar" role="status"><span aria-hidden="true" class="live-pulse"></span><span>EmbeddedOS Research Foundation — 501(c)(3) Nonprofit · MIT · <a href="membership.html">Join the Foundation →</a></span></div>
<a class="skip-link" href="#main-content">Skip to main content</a>
<header class="navbar">
<div class="brand-bar">
<div class="nav-container">
<a aria-label="EmbeddedOS Home" class="logo" href="/">
<div class="logo-icon">EoS</div>
<span class="logo-text">Embedded<span>OS</span></span>
</a>
<nav aria-label="Main navigation">
<ul class="nav-links" id="nav-links" role="menubar">
<li role="none"><a href="news.html" role="menuitem">News</a></li>
<li class="has-dropdown" role="none">
<a aria-expanded="false" aria-haspopup="true" href="research.html" role="menuitem">Research <span aria-hidden="true" class="nav-caret">▾</span></a>
<ul class="dropdown-menu" role="menu">
<li role="none"><a href="research.html" role="menuitem">Neural Link Architecture</a></li>
<li role="none"><a href="roadmap.html" role="menuitem">Roadmap</a></li>
<li role="none"><a href="changelog.html" role="menuitem">Changelog</a></li>
<li role="none"><a href="neural-link-ai.html" role="menuitem">Neural Link & AI Integration</a></li>
<li role="none"><a href="ai-os.html" role="menuitem">AI Operating Systems</a></li>
<li role="none"><a href="building-os.html" role="menuitem">Building OS with Linux/RTOS</a></li>
<li role="none"><a href="future-research.html" role="menuitem">Future Research</a></li>
</ul>
</li>
<li class="has-dropdown" role="none">
<a aria-expanded="false" aria-haspopup="true" href="membership.html" role="menuitem">Programs <span aria-hidden="true" class="nav-caret">▾</span></a>
<ul class="dropdown-menu" role="menu">
<li role="none"><a href="membership.html" role="menuitem">Membership</a></li>
<li role="none"><a href="certification.html" role="menuitem">Certification</a></li>
<li role="none"><a href="internship.html" role="menuitem">Internship</a></li>
<li role="none"><a href="careers.html" role="menuitem">Careers</a></li>
</ul>
</li>
<li class="has-dropdown" role="none">
<a aria-expanded="false" aria-haspopup="true" href="products.html" role="menuitem">Products <span aria-hidden="true" class="nav-caret">▾</span></a>
<ul class="dropdown-menu" role="menu">
<li role="none"><a href="product-eos.html" role="menuitem">EoS (RTOS)</a></li>
<li role="none"><a href="product-eos-platform.html" role="menuitem">eos-platform</a></li>
<li role="none"><a href="product-eboot.html" role="menuitem">eBootloader</a></li>
<li role="none"><a href="product-ebuild.html" role="menuitem">eBuild</a></li>
<li role="none"><a href="product-eai.html" role="menuitem">EAI</a></li>
<li role="none"><a href="product-eni.html" role="menuitem">ENI</a></li>
<li role="none"><a href="product-eipc.html" role="menuitem">EIPC</a></li>
<li role="none"><a href="product-eapps.html" role="menuitem">eApps</a></li>
<li role="none"><a href="product-eosim.html" role="menuitem">EoSim</a></li>
<li role="none"><a href="product-eostudio.html" role="menuitem">EoStudio</a></li>
<li role="none"><a href="product-edb.html" role="menuitem">eDB</a></li>
<li role="none"><a href="product-ebowser.html" role="menuitem">eBowser</a></li>
<li role="none"><a href="product-eoffice.html" role="menuitem">eOffice</a></li>
<li role="none"><a href="product-eserviceapps.html" role="menuitem">eServiceApps</a></li>
</ul>
</li>
<li role="none"><a href="ecosystem.html" role="menuitem">Ecosystem</a></li>
<li role="none"><a href="about.html" role="menuitem">About</a></li>
<li role="none"><a href="security.html" role="menuitem">Security</a></li>
<li role="none"><a href="contact.html" role="menuitem">Contact</a></li>
<li role="none"><a class="nav-cta nav-cta--donate" href="donate.html#donate-now" role="menuitem" style="background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 16px rgba(16,185,129,.35);margin-right:.4rem;">♥ Donate</a></li><li role="none"><a class="nav-cta" href="membership.html" role="menuitem">Join Now</a></li>
</ul>
</nav>
<button aria-controls="nav-links" aria-expanded="false" aria-label="Toggle navigation menu" class="mobile-menu-btn" type="button"><span class="hamburger-line"></span><span class="hamburger-line"></span><span class="hamburger-line"></span></button>
</div>
</div>
</header>
<main id="main-content">
<section aria-labelledby="about-title" class="hero">
<div aria-hidden="true" class="hero__bg"></div>
<div aria-hidden="true" class="hero__grid"></div>
<div class="hero__inner" style="text-align:center;max-width:800px;margin:0 auto">
<div class="hero__badge"><span aria-hidden="true" class="hero__badge-dot"></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 class="btn-primary" href="membership.html">Join the Foundation →</a>
<a class="btn-secondary" href="https://github.com/embeddedos-org" rel="noopener noreferrer" target="_blank">GitHub</a>
</div>
</div>
</section>
<div aria-label="Foundation metrics" class="stats-strip" role="region">
<div class="stats-strip__inner">
<div><div class="stat__num" data-suffix="" data-target="14">14</div><div class="stat__label">Open-source components</div></div>
<div><div class="stat__num" data-suffix="%" data-target="100">100%</div><div class="stat__label">MIT licensed</div></div>
<div><div class="stat__num" data-suffix="" data-target="2024">2024</div><div class="stat__label">Year incorporated</div></div>
<div><div class="stat__num" data-suffix="" data-target="7">7</div><div class="stat__label">Working groups</div></div>
<div><div class="stat__num" data-suffix="" data-target="3">3</div><div class="stat__label">Membership tiers</div></div>
</div>
</div>
<section aria-labelledby="mission-title" class="section section--dark">
<div class="section__inner">
<div class="animate-on-scroll" style="display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center">
<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;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;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 class="btn-primary" href="membership.html">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 aria-labelledby="compare-title" class="section section--surface">
<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 scope="col">Foundation</th><th scope="col">Focus Domain</th><th scope="col">Embedded RTOS</th><th scope="col">On-Device LLM</th><th scope="col">Neural Interface</th><th scope="col">Secure IPC</th><th scope="col">AI Agent</th><th scope="col">Dev IDE</th><th scope="col">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="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 aria-labelledby="timeline-title" class="section section--dark">
<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 aria-labelledby="team-title" class="section section--surface">
<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 aria-labelledby="join-title" class="section section--dark">
<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 class="btn-primary" href="membership.html">Become a Member →</a>
<a class="btn-secondary" href="https://github.com/embeddedos-org" rel="noopener noreferrer" target="_blank">Contribute on GitHub</a>
<a class="btn-ghost" href="ecosystem.html">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 class="logo" href="/"><div aria-hidden="true" class="logo-icon">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 aria-label="GitHub" href="https://github.com/embeddedos-org" rel="noopener noreferrer" target="_blank">GH</a><a aria-label="X" href="https://x.com/EmbeddedOS_ORG" rel="noopener noreferrer" target="_blank">X</a><a aria-label="LinkedIn" href="https://www.linkedin.com/company/embedded-operating-systems-research-foundation" rel="noopener noreferrer" target="_blank">in</a></div></div>
<div class="footer__col"><h3>Products</h3><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>
<a href="sponsors.html">Sponsors</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" rel="noopener noreferrer" target="_blank">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" rel="noopener noreferrer" target="_blank">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">Powered by <a href="https://www.interserver.net" rel="noopener noreferrer" style="font-weight:600;text-decoration:none;transition:color .15s ease" target="_blank">InterServer</a></div>
</div>
</div>
</footer>
<button aria-label="Scroll to top" class="scroll-top" type="button">↑</button>
<script defer="" src="js/main.js"></script>
</body>
</html>