![]() |
|
What is an .orb application? - Printable Version +- Orbit OS -- Forums (https://forum.orbit-os.org) +-- Forum: Development & SDKs (https://forum.orbit-os.org/forumdisplay.php?fid=7) +--- Forum: Architecture Overview (https://forum.orbit-os.org/forumdisplay.php?fid=37) +--- Thread: What is an .orb application? (/showthread.php?tid=5) |
What is an .orb application? - admin - 03-24-2026 At the core of Orbit OS is a simple idea: Everything runs as an application. These applications are packaged using the .orb format — the standard way to build, distribute, and run software on Orbit OS devices. What is an .orb? An .orb file is a self-contained application package. It includes everything needed to run:
Why .orb? Embedded systems are traditionally hard to manage:
.orb solves this by introducing a standard, reliable application model:
How does it work? From a developer perspective, the workflow is simple:
The runtime handles:
What can an .orb app do? Applications can interact directly with the device through the OrbitOS APIs:
Isolation & Security Each .orb application runs in a controlled environment:
This ensures that applications remain safe and predictable — even in production environments. More than just packaging .orb is not just a file format. It is the foundation for:
It enables Orbit OS to behave like a true application platform for embedded devices. What’s next? In upcoming posts, we’ll cover: How to build your first .orb application Packaging structure and tools Deploying apps through the dashboard With .orb, devices stop being static systems — and become programmable platforms. |