One repository. Every EoS app. All platforms. Automated delivery.
eApps is the unified marketplace, monorepo, and automated app store for the entire EoS (Embedded Operating System) ecosystem β 50 apps across 8 platform categories = 188 platform targets. Native apps, desktop apps, mobile apps, web PWAs, browser extensions, dev tools, CLI tools, and enterprise deployments.
π Live App Store: embeddedos-org.github.io/eApps
| Category | Folder | Count | Technologies | Artifacts |
|---|---|---|---|---|
| βοΈ Native Apps | apps/ |
46 | C + LVGL (cross-platform via CMake) | Binaries, WASM |
| π₯οΈ Desktop Apps | desktop-apps/ |
1 | Electron, Python/Tkinter, Python/QEMU, C/SDL2 | .exe .dmg .AppImage .deb .eapp |
| π± Mobile Apps | mobile-apps/ |
32 | Flutter (Android + iOS) | .apk .aab .ipa (TestFlight) |
| π Web Apps | web-apps/ |
34 | HTML5/JS/WASM PWA | GitHub Pages PWA |
| π§© Browser Extensions | browser-extensions/ |
20 | WebExtensions Manifest V3 | .zip .crx .xpi |
| π οΈ Dev Tools | dev-tools/ |
14 | VS Code TS, JetBrains Kotlin, Vim | .vsix .jar |
| β¨οΈ CLI Tools | cli-tools/ |
22 | Node.js, Python | npm, pip, Homebrew |
| π’ Enterprise | enterprise/ |
16 | Docker, Helm, MSI, MDM | Docker images, Helm charts, .msi |
Total: 46 native apps + desktop/mobile/web/CLI/dev tools across all platforms
Note: eOffice, EoStudio, EoSim, and eBrowser have been extracted to their own repositories (see above).
| Product | Repository | Description |
|---|---|---|
| eOffice | embeddedos-org/eOffice | Full office suite β eDocs, eSheets, eSlides, ePlanner, eNotes, eMail, eDrive, eConnect, eDB, eForms, eSway |
| EoStudio | embeddedos-org/EoStudio | Visual design IDE β UI, 3D, CAD, games, hardware, code generation |
| EoSim | embeddedos-org/EoSim | Hardware & platform simulator β 63+ boards, QEMU, GUI renderers |
| eBrowser | embeddedos-org/eBrowser | Privacy-first web browser with custom rendering engine |
| eServiceApps | eRide, eSocial, eTrack, eTravel, eWallet | Android, iOS |
βββββββββββββββββββββββββββββββββββββββββββββββ
β https://embeddedos-org.github.io/eApps/ β
β GitHub Pages β App Store Frontend β
β Browse Β· Filter Β· Search Β· Download All β
ββββββββββββββββββββ¬βββββββββββββββββββββββββββ
β reads
βΌ
βββββββββββββββββββββββββββββββββββββββββββββββ
β data/apps.json β
β Central catalog β auto-updated by CI/CD β
ββββββββββββββββββββ¬βββββββββββββββββββββββββββ
β links to
βΌ
βββββββββββββββββββββββββββββββββββββββββββββββ
β GitHub Releases (per app) β
β .zip .crx .xpi .vsix .exe .dmg .AppImage β
β .apk .aab .ipa β versioned artifacts β
βββββββββββββββββββββββββββββββββββββββββββββββ
| Platform | File Format | Hosted On | How Users Install |
|---|---|---|---|
| Chrome | .zip / .crx |
GitHub Releases | Download β chrome://extensions/ β "Load unpacked" |
| Firefox | .xpi |
GitHub Releases | Download β about:addons β "Install from File" |
| Safari | .zip |
GitHub Releases | Download β Enable in Safari Preferences |
| VS Code | .vsix |
GitHub Releases + VS Code Marketplace | code --install-extension eoffice.vsix |
| JetBrains | .jar / .zip |
GitHub Releases + JetBrains Marketplace | Install from disk in IDE settings |
| Android | .apk / .aab |
GitHub Releases | Download APK β Allow "Unknown Sources" β Install |
| iOS | .ipa |
TestFlight | Invite link β TestFlight app β Install |
| Windows | .exe |
GitHub Releases | Download β Run installer (signed if configured) |
| macOS | .dmg |
GitHub Releases | Download β Drag to Applications |
| Linux | .AppImage / .deb |
GitHub Releases | Download β chmod +x β Run |
| EoS | .eapp |
GitHub Releases | Built-in package manager |
| Docker | Docker image | Docker Hub | docker pull embeddedos/eosim |
| Web/WASM | HTML/JS/WASM | GitHub Pages | Visit URL directly in browser |
| Platform | Mechanism |
|---|---|
| Chrome | updates/chrome-updates.xml hosted on GitHub Pages |
| Firefox | updates/firefox-updates.json hosted on GitHub Pages |
| VS Code | VS Code Marketplace auto-updates (if published) |
| Desktop | Check GitHub Releases API for latest version |
| Mobile | GitHub Releases or store updates |
eApps/
βββ index.html # πͺ App Store website (GitHub Pages)
βββ css/marketplace.css # Store frontend styles
βββ js/marketplace.js # Dynamic app grid from apps.json
βββ data/apps.json # π Single source of truth for all listings
βββ updates/ # Auto-update manifests (Chrome XML, Firefox JSON)
β
βββ extensions/ # π§© Browser & editor extensions (from eOffice)
β βββ browser/ # Chrome / Firefox / Safari
β βββ vscode/ # VS Code extension
β βββ jetbrains/ # JetBrains plugin
β βββ obsidian/ # Obsidian plugin
β βββ slack/ # Slack app
β βββ raycast/ # Raycast extension
β βββ github/ # GitHub App
β βββ google-workspace/ # Google Workspace add-on
β βββ office365/ # Office 365 add-in
β
βββ desktop-apps/ # π₯οΈ Desktop applications
β βββ eoffice/ # Electron app + 12 office suite apps + web apps
β βββ eostudio/ # Python/Tkinter visual design IDE
β βββ eosim/ # Python/QEMU hardware simulator (63+ platforms)
β βββ ebrowser/ # C/SDL2 browser engine
β
βββ mobile-apps/ # π± 32 Flutter mobile apps (incl. eServiceApps)
βββ web-apps/ # π 34 PWA web apps (HTML5/JS/WASM)
βββ browser-extensions/ # π§© 20 browser extensions (Manifest V3)
βββ dev-tools/ # π οΈ 14 IDE extensions (VS Code, JetBrains)
βββ cli-tools/ # β¨οΈ 22 CLI tools (Node.js, Python)
βββ enterprise/ # π’ 16 enterprise deployments (Docker, Helm, MSI)
βββ shared/ # π Reusable code (JS, Flutter, C, Python)
β
βββ apps/ # βοΈ 40+ native LVGL apps (original eApps)
βββ core/ # Native shared core (C)
βββ cmake/ # Cross-platform CMake toolchains
βββ port/ # Platform ports (SDL2, Android, iOS, Web, EoS)
βββ tests/ # Test suites (native + merge validation)
β
βββ .github/workflows/ # π CI/CD automation (7 workflows)
β βββ build-browser-extensions.yml # Chrome .zip + Firefox .xpi + auto-update
β βββ build-vscode-extension.yml # VS Code .vsix + Marketplace publish
β βββ build-mobile.yml # Android APK/AAB + iOS IPA/TestFlight
β βββ build-desktop.yml # Electron/PyInstaller/CMake β .exe/.dmg/.AppImage
β βββ ci-native.yml # Native C app CI (Linux, Windows, WASM)
β βββ release-app.yml # Generic tag-based release
β βββ deploy-marketplace.yml # Deploy storefront to GitHub Pages
β
βββ docs/ # π Documentation
βββ marketplace-architecture.md
βββ adding-apps.md
βββ platform-guide.md
βββ porting-guide.md
Visit embeddedos-org.github.io/eApps β filter by category, search by name/tag, download for any platform.
# Chrome extension
# Download .zip from Releases β chrome://extensions β Load unpacked
# VS Code extension
code --install-extension eoffice-vscode-1.0.0.vsix
# Android app
adb install eride-1.0.0.apk
# Desktop app (Linux)
chmod +x EoStudio.AppImage && ./EoStudio.AppImage
# Docker (EoSim)
docker run -it embeddedos/eosim# Clone
git clone --recursive https://github.com/embeddedos-org/eApps.git
cd eApps
# Native apps (C/LVGL)
cmake -B build && cmake --build build && cd build && ctest
# eOffice Desktop (Electron)
cd desktop-apps/eoffice && npm install && npm start
# EoStudio (Python)
cd desktop-apps/eostudio && pip install -e . && python -m eostudio
# EoSim (Python + QEMU)
cd desktop-apps/eosim && pip install -e . && python -m eosim
# eBrowser (C/CMake)
cd desktop-apps/ebrowser && cmake -B build && cmake --build build
# Mobile apps (Flutter)
cd mobile-apps/eserviceapps && flutter pub get && flutter run
# Run App Store locally
npx serve . # or python -m http.server 8000Push code / Tag release
β
βΌ
GitHub Actions (7 workflows)
β
βββ Build & Test
βββ Package artifacts (.exe, .dmg, .apk, .zip, .vsix, etc.)
βββ Sign (code signing via secrets)
βββ Create GitHub Release with artifacts
βββ Auto-update data/apps.json with new version
βββ Update auto-update manifests (Chrome XML, Firefox JSON)
βββ Redeploy App Store to GitHub Pages
| Workflow | File | Trigger | Output |
|---|---|---|---|
| Browser Extensions | build-browser-extensions.yml |
Tag eoffice-chrome-v* / eoffice-firefox-v* |
.zip .xpi + auto-update manifests |
| VS Code Extension | build-vscode-extension.yml |
Tag eoffice-vscode-v* |
.vsix + optional Marketplace publish |
| Mobile Apps | build-mobile.yml |
Tag eride-v* / esocial-v* / etc. |
.apk .aab + iOS TestFlight |
| Desktop Apps | build-desktop.yml |
Tag eoffice-desktop-v* / eostudio-v* / eosim-v* / ebrowser-v* |
.exe .dmg .AppImage + Docker |
| Native CI | ci-native.yml |
Push to apps/ core/ cmake/ |
Linux + Windows + WASM builds |
| Generic Release | release-app.yml |
Tag *-v* |
GitHub Release + apps.json update |
| Deploy Store | deploy-marketplace.yml |
Push to index.html css/ js/ data/ |
GitHub Pages deployment |
# Browser extension
git tag eoffice-chrome-v1.1.0 && git push origin eoffice-chrome-v1.1.0
# VS Code extension
git tag eoffice-vscode-v1.1.0 && git push origin eoffice-vscode-v1.1.0
# Mobile app
git tag eride-v2.0.0 && git push origin eride-v2.0.0
# Desktop app
git tag eoffice-desktop-v1.1.0 && git push origin eoffice-desktop-v1.1.0
git tag eosim-v1.2.0 && git push origin eosim-v1.2.0
git tag ebrowser-v1.0.1 && git push origin ebrowser-v1.0.1Each tag β build β test β package β sign β release β update apps.json β redeploy store automatically.
| Platform | Signing Method | Secret Required |
|---|---|---|
Windows .exe |
EV Code Signing Certificate | WIN_CSC_LINK, WIN_CSC_KEY_PASSWORD |
macOS .dmg |
Apple Developer Certificate | CSC_LINK, CSC_KEY_PASSWORD |
Android .apk |
Keystore signing | ANDROID_KEYSTORE, ANDROID_KEY_ALIAS, ANDROID_KEY_PASSWORD |
VS Code .vsix |
VS Code Marketplace PAT | VSCE_PAT |
iOS .ipa |
Apple Distribution Certificate | IOS_CERTIFICATE, IOS_PROVISIONING_PROFILE |
| Docker | Docker Hub credentials | DOCKER_TOKEN |
Configure secrets in Settings β Secrets and variables β Actions on GitHub.
The shared/ directory contains reusable code across platforms:
| Language | Path | Used By |
|---|---|---|
| JavaScript | shared/js/ |
Extensions, Desktop (Electron), Web |
| Flutter/Dart | shared/flutter/ |
Mobile apps |
| C | shared/libs/ |
Native apps, eBrowser |
| Python | shared/python/ |
EoStudio, EoSim |
One fix in
shared/β benefits all platforms automatically.
| Original Repo | Merged Into | Content |
|---|---|---|
| eOffice | extensions/, desktop-apps/eoffice/ |
11 extensions, Electron desktop, 12 office apps, web apps, server |
| EoStudio | desktop-apps/eostudio/ |
Visual design IDE, codegen, 13 GUI editors |
| EoSim | desktop-apps/eosim/ |
Hardware simulator, 63 platforms, QEMU, GUI renderers |
| eServiceApps | mobile-apps/eserviceapps/ |
Flutter mobile apps, Firebase backend |
| eBrowser | desktop-apps/ebrowser/ |
C browser engine, rendering, TLS, plugins |
All original repos can be archived. This is the single source of truth.
- Architecture Overview β Full Mermaid diagram, data flow, merge history
- Adding New Apps β How to add a new app to the catalog
- Platform Porting Guide β Port native apps to new platforms
- Platform Build Guide β Platform-specific build instructions
# Run merge validation tests (94 tests)
python -m pytest tests/test_merge_validation.py -v
# Run native app tests
cd build && ctest --output-on-failure
# Run Flutter tests
cd mobile-apps/eserviceapps && flutter test
# Run EoStudio tests
cd desktop-apps/eostudio && python -m pytest tests/ -v
# Run EoSim tests
cd desktop-apps/eosim && python -m pytest tests/ -vSee CONTRIBUTING.md for guidelines. In summary:
- Fork and create a feature branch
- Make changes in the appropriate category folder
- Update
data/apps.jsonif adding a new app - Run tests:
python -m pytest tests/test_merge_validation.py - Open a pull request
πͺ Visit the EoS App Store
Built with β€οΈ by embeddedos-org