Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4
» Latest member: Stargirl
» Forum threads: 7
» Forum posts: 7

Full Statistics

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.

Print this item

  Positive feedback on ioflow and serial-console
Posted by: Ana Fedorova - 04-25-2026, 10:38 AM - Forum: Recommended Apps - Replies (1)

I used ioflow with serial-console in a prototyping project and it worked very well.

Installation through the Store was simple, and integration between apps was stable from day one.

Great job on the curation of recommended apps.

Print this item

  Well-designed architecture and easy to follow
Posted by: rui.embedded - 04-25-2026, 10:33 AM - Forum: Architecture Overview - No Replies

I have worked with embedded stacks for years and I really like OrbitOS architecture.

It is modular without being complicated, and components communicate with clear separation of concerns.

Congrats to the team for the technical clarity.

Print this item

  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.

Print this item

  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.

Print this item

  Best firewall baseline for OrbitOS edge devices?
Posted by: tiago.netops - 04-25-2026, 10:00 AM - Forum: Network Setup & Firewalls - Replies (1)

Hi all,

For production deployments, what baseline firewall profile are you using on OrbitOS nodes?

I am aiming for:
- deny by default
- explicit allowlist for app ports
- remote management only via VPN

Any recommended defaults from the team?

Print this item

  Project showcase: Pi 5 + OrbitOS for workshop monitoring
Posted by: sara.maker - 04-25-2026, 09:50 AM - Forum: DIY / Maker Projects - Replies (1)

Hello everyone,

I deployed OrbitOS on a Raspberry Pi 5 to monitor a small electronics workshop.

Current stack:
- serial-console for MCU logs
- webcam-preview for workspace checks
- ioflow for event routing

If useful, I can share the wiring diagram and app config.

Print this item

  Suggestion: Home Assistant bridge for Orbit Store devices
Posted by: alerpi - 04-25-2026, 09:38 AM - Forum: App Requests & Suggestions - Replies (1)

Hi team,

I am testing OrbitOS on Raspberry Pi 4 and would love an official Home Assistant bridge app from the Store.

Main use cases:
- expose device telemetry as entities
- trigger install/update actions from automations
- lightweight auth token flow

If there is already a roadmap item for this, I can help with testing.

Print this item

Photo 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]

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]

- List GPIOS 

[Image: uAARk2y.png]

- List installed applications

[Image: EpxGt7d.png]


- Turn GPIO17 to hight level

[Image: 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.

Print this item

  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]

### 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

Print this item