| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 11 online users. » 0 Member(s) | 10 Guest(s) Bing
|
| Latest Threads |
Sprinqua Becomes First Ex...
Forum: Official Announcements
Last Post: admin
05-10-2026, 09:34 PM
» Replies: 0
» Views: 28
|
How to collect useful log...
Forum: Installation & Troubleshooting
Last Post: PR1000
04-25-2026, 12:22 PM
» Replies: 1
» Views: 90
|
Install failed due to arc...
Forum: Installation & Troubleshooting
Last Post: PeterGames
04-25-2026, 12:18 PM
» Replies: 1
» Views: 77
|
Solved: package download ...
Forum: Installation & Troubleshooting
Last Post: jack.ops
04-25-2026, 12:14 PM
» Replies: 0
» Views: 55
|
Troubleshooting checklist...
Forum: Installation & Troubleshooting
Last Post: admin
04-25-2026, 12:13 PM
» Replies: 1
» Views: 73
|
Is there any app availabl...
Forum: Technical Q&A
Last Post: admin
04-25-2026, 12:05 PM
» Replies: 1
» Views: 83
|
Request: VS Code extensio...
Forum: Extensions, Plugins & AI/ML
Last Post: admin
04-25-2026, 12:01 PM
» Replies: 1
» Views: 81
|
Installed on Arduino Uno ...
Forum: Arduino Uno Q
Last Post: ArduinoFan
04-25-2026, 11:50 AM
» Replies: 0
» Views: 52
|
Considering OrbitOS on an...
Forum: Boards & Devices
Last Post: danopslab
04-25-2026, 11:47 AM
» Replies: 1
» Views: 66
|
Is it possible to run Orb...
Forum: Raspberry Pi 3
Last Post: admin
04-25-2026, 11:46 AM
» Replies: 1
» Views: 65
|
|
|
| Resolved: Store login issue |
|
Posted by: Snowy - 04-25-2026, 10:46 AM - Forum: Technical Q&A
- No Replies
|
 |
Sharing in case it helps others: I had a login error after changing password, but it was local session cache.
After clearing session data and authenticating again, everything worked.
Thanks to support for the quick and objective response.
|
|
|
| Successful test run on Raspberry Pi 4 |
|
Posted by: Scrappy - 04-25-2026, 10:26 AM - Forum: Tutorials & Examples
- Replies (1)
|
 |
Quick validation results to share:
- clean install on Pi 4
- deployment of 3 Store apps with no errors
- updates applied with controlled reboot
- rollback tested successfully
The simplicity of the update flow helped a lot during QA.
|
|
|
| Hello Orbit OS community |
|
Posted by: Snowy - 04-25-2026, 10:19 AM - Forum: Member Introductions
- Replies (1)
|
 |
Hi everyone! I am Bruno and I just started using OrbitOS in a lab setup.
First impression: very simple setup and documentation that is direct and clear.
I was able to bring up the core services in under 20 minutes.
Congrats to the team for a smooth onboarding experience.
|
|
|
MCP Server — AI Control for Raspberry Pi and Arduino UNO Q Devices |
|
Posted by: admin - 04-16-2026, 07:15 AM - Forum: Recommended Apps
- No Replies
|
 |
MCP Server introduces a new way to interact with OrbitOS devices — built for automation, AI, and modern developer workflows.
- The first version is already available in the store and ready to install remotely on your devices.
Here
![[Image: 9TdYBjZ.png]](https://i.imgur.com/9TdYBjZ.png)
It exposes the device through the Model Context Protocol (MCP), enabling tools like Cursor and other compatible AI assistants to interact with the system using structured, well-defined capabilities — no custom scripts, no manual glue code.
- What does that actually mean?
Instead of writing scripts or manually connecting to your device, interactions become simple and direct.
With an MCP-compatible tool, you can:- Query system status
- Install packages
- Reboot the device
- Read or control GPIO
All through clearly defined tools that are easy to integrate and reliable to use.
- What you can do with it
Inspect the system- Hardware info, OS details, metrics, API versions
Manage applications- List installed apps
- Install packages
- Remove packages
Handle updates- Install OTA updates
- Perform factory reset
Control power- Reboot or shut down with context
Work with GPIO- Read/write pins
- Change direction
- Access by name or ID
- Example: Natural Language Interaction
Once connected to an MCP compatible client, you can interact with your device (e.g. Raspberry Pi or Arduino UNO Q) using simple natural language sentences such as:- "What’s the current status of the device?"
- "List installed applications"
- "Install this package from file"
- "Reboot the device"
- "Set GPIO 17 to HIGH"
- "Check system metrics"
Instead of writing commands or scripts, the assistant understands your intent and maps it directly to MCP tools.
- Get device info and resources usage
![[Image: gpb9ywF.png]](https://i.imgur.com/gpb9ywF.png)
- List GPIOS
![[Image: uAARk2y.png]](https://i.imgur.com/uAARk2y.png)
- List installed applications
![[Image: EpxGt7d.png]](https://i.imgur.com/EpxGt7d.png)
- Turn GPIO17 to hight level
![[Image: FfbAWLP.png]](https://i.imgur.com/FfbAWLP.png)
⚙️ Client Configuration (ex. Cursor config)
Code: {
"mcpServers": {
"orbit-os": {
"url": "http://<DEVICE_IP>:9999/mcp"
}
}
}
- Final note
MCP Server moves OrbitOS devices closer to AI-native infrastructure.
Define capabilities once — and any MCP-compatible tool can use them.
|
|
|
| How Everything Connects |
|
Posted by: admin - 03-24-2026, 10:39 AM - Forum: Architecture Overview
- No Replies
|
 |
- Orbit OS Architecture — Platform Overview
Orbit OS is a secure distributed operating system for embedded Linux devices. It transforms hardware into managed compute nodes where applications and services execute within a unified, high-performance runtime.
![[Image: diagram.jpeg]](https://www.orbit-os.org/diagram.jpeg)
### Gravity RT (The Execution Engine)
At the heart of Orbit OS is **Gravity RT**, the secure execution core.
**Isolation:** Enforces strict process isolation and resource limits.
**Unified API:** All system interactions go through Gravity RT regardless of origin.
**Security:** Validates cryptographic signatures for every process before execution.
### The .orb Package Model
All software is distributed as **.orb** packages. These are atomic, signed units containing:
* Executable code & manifests.
* Explicit resource and permission declarations.
* Mandatory cryptographic signatures.
### Trust Model & Security
Orbit OS uses a certificate-chain trust model:
**Store-Signed (Production):** Fully trusted, eligible for auto-updates and fleet-wide deployment.
**Development-Signed (SDK):** Verified for local testing and rapid iteration, but isolated from production fleet policies.
### Real-Time Developer Workflow
One of Orbit OS’s unique features is **Developer Mode**.
**Direct Execution:** Developers can execute logic directly on live devices via the SDK without packaging `.orb` files first.
**Unified API Surface:** The exact same API used by production `.orb` packages (via UDS) is exposed to remote development tools (via TCP), ensuring "it works on my machine" translates perfectly to the device.
### Key Design Principles
1. **Everything is a signed .orb.**
2. **Gravity RT is the single source of truth** for execution.
3. **Store as Control Plane:** Centralized management for updates and fleet status.
4. **Real-time first:** Development against real hardware is a first-class citizen.
**View the full documentation at https://www.orbit-os.org/docs.html
Orbit OS Team 2026
|
|
|
|