Getting Started

This guide walks you through installing Orbit OS on a supported device, accessing the Launcher, setting up your Store account, and registering your first device.

Orbit OS runs on top of your existing Linux installation — it does not replace your OS. You keep full control of the underlying system.

Next: Requirements →

📋 Requirements

Supported hardware — Community Edition

  • Raspberry Pi 3, 4, 5, or Zero 2W
  • Arduino UNO Q (Qualcomm QRB2210)

Linux Distro

  • Debian 13 Lite (Trixie) (recommended)
  • Must be accessible over the local network

Before you begin

  • Know the IP address of your device
  • SSH, SCP, or FTP access to the device
  • At least 256 MB of available RAM
  • Internet connection on the device (for first-run dependency installation)

Next: Download & Install →

⬇️ Download & Install

🚧 The installer is coming soon. The instructions below describe the installation process for when it becomes available.

Step 1 — Transfer the installer to your device

Download orbit-os-installer.run and transfer it to your device. You can use SCP from the terminal or a graphical tool like FileZilla.

Via terminal (SCP):

scp orbit-os-installer.run user@<device-ip>:~/

Via FileZilla:

FileZilla — installer file transferred to device home directory

Step 2 — Make it executable

chmod 700 orbit-os-installer.run

Step 3 — Run the installer

./orbit-os-installer.run

The installer sets up Gravity RT, mounts the required directories, and configures the runtime automatically. On first run, it installs dependencies (JVM, etc.) via apt — this only happens once.

Step 4 — Device restarts

Once the installation is complete, the device restarts Gravity RT automatically. After a few seconds, your device is running Orbit OS and ready to use.

Next: First Access — Launcher →

🖥️ First Access — Launcher

After installation, open a browser on any device on the same local network and navigate to:

http://<device-ip>

This is the Launcher — the central interface for your Orbit OS device. It shows all installed apps and gives you access to device settings and other installed apps.

The Launcher always requires a Device Login. On first access, use the default credentials:

Launcher — Device Login screen
  • Username: admin
  • Password: admin

On first login, you will be immediately prompted to change your password. This step is mandatory before you can proceed.

Launcher — home screen with installed apps

The Launcher shows the icons of all installed apps. Click any icon to open that app directly in the browser — no additional software or client needed. Apps with a web interface open their own UI instantly.

  • Settings — always present, gives you access to device configuration and Developer Mode
  • Each installed app appears as its own icon — click to open
  • As you install more apps from the Store, their icons appear here automatically

Next: Store Account Setup →

⚙️ Settings

Clicking the Settings icon in the Launcher opens the device settings panel.

The left-side menu gives you access to all configuration areas of your device: System, Network, Apps, Firewall, Account, Power, and About. A Developer menu also appears when Developer Mode is enabled.

Next: System →

⚙️ Settings — System

The System section has five tabs: Information, Metrics, Update, Time, and Security.

Next: Information →

System — Information

The Information tab shows a full snapshot of your device — software versions, hardware details, and processor information.

Settings — main view

Next: Metrics →

System — Metrics

The Metrics tab gives you a live view of your device's resource usage — useful for monitoring performance, diagnosing issues, and understanding the impact of running apps.

Settings — System Metrics

Next: Update →

System — Update

The Update tab lets you apply a full Orbit OS runtime update directly from the device — no internet connection or Store account required. Updates are delivered as signed .orbit files.

Settings — System Update

Next: Time →

System — Time

The Time tab shows the current system time and uptime, and lets you configure NTP synchronization. You can set custom NTP servers to ensure the device clock stays accurate — one server per line.

Settings — System Time

Next: Security →

System — Security

The Security tab controls access and trust boundaries for the device. Three toggles define the device's exposure surface:

  • SSH Server — allows remote SSH access to the device over the network.
  • Developer Mode — enables the SDK connection and debug access from a development machine.
  • Untrusted Apps — allows installation of .orb packages signed via the SDK. Store-signed packages are always considered trusted; this toggle is only required for packages distributed outside the Store.
Settings — System Security

Next: Network →

⚙️ Settings — Network

The Network section lists all available network interfaces on the device as individual cards. Each card shows the interface name, type, and current connection status, and lets you configure it independently.

In the example below, two interfaces are available: Ethernet and Wi-Fi.

Settings — Network

Next: Apps →

⚙️ Settings — Apps

The Apps section lists all installed .orb apps running on the device. For each app you can see its current status, uptime, and whether auto-restart is enabled. Apps can also be installed locally from a .orb file or uninstalled directly from this view.

Settings — Apps

Next: Firewall →

⚙️ Settings — Firewall

The Firewall section lets you define zones and traffic rules to control what network traffic the device accepts, forwards, or drops. Changes are staged and only take effect once you explicitly apply them to the running firewall.

  • Zones — group network interfaces into logical trust boundaries (e.g. LAN, WAN). Each zone defines a default policy for traffic originating from that interface.
  • Rules — define specific allow or deny conditions on top of zone policies, matching by protocol, port, source, or destination.
Settings — Firewall

Next: Account →

⚙️ Settings — Account

The Account section is where you link the device to your Orbit OS Store account. Enter your Store email and password and press Connect — once registered, the device appears in your fleet and is ready for remote app installs and OTA updates.

See Register Your Device for the full registration flow and screenshots.

Next: Developer →

⚙️ Settings — Developer

The Developer menu is only visible when Developer Mode is active. It can be enabled under System → Security → Developer Mode.

It has two tabs: Tools and Logs.

Tools

Exposes the SDK connection details needed to connect from a laptop and call device APIs in real time — without packaging or deploying anything.

Logs

Streams live logs from all running .orb apps on the device. Useful for monitoring output and debugging in real time without SSH access. The log view supports three filters to narrow down the output:

  • Log level — filter by severity (e.g. DEBUG, INFO, WARN, ERROR)
  • App name — show logs from a specific app only
  • Tag — filter by a specific log tag within the output
Settings — Developer Logs

Next: Power →

⚙️ Settings — Power

The Power section lets you control the system power state directly from the Launcher. Two actions are available — both take effect immediately.

  • Reboot — restarts the device. All running .orb apps will be relaunched automatically after boot.
  • Shutdown — powers the device off completely.
Settings — Power

Next: About →

⚙️ Settings — About

The About section shows version and metadata for the Settings app itself, along with quick links to the Orbit OS website, Store, and Forum.

Settings — About

Next: Store Account Setup →

🏪 Create Account

The Orbit OS Store is the marketplace for edge apps — browse, install, and update .orb packages on your devices with one click. No manual transfers, no SSH.

You can browse the Store without an account — explore available apps, read descriptions, and check ratings freely. To install apps or manage devices, you'll need to sign in. Click Sign In in the top-right corner to log in or create a new account.

Store — Create Account

Registration requires only an email address and a password. Once submitted, you will receive a confirmation email — click the link inside to activate your account. After activation, log in and you're ready to go.

  1. Go to store.orbit-os.org
  2. Click Sign In → Register and enter your email and password
  3. Check your inbox and confirm your email address
  4. Log in — your account is active and ready

Next: Exploring the Store →

🏪 Exploring the Store

The Orbit OS Store works like a mobile app store — browse available .orb apps, read descriptions and reviews, and install directly to your registered devices. No terminal, no file transfers.

The home screen surfaces a For You section with personalised recommendations, followed by curated categories — Edge AI, Networking, Tools, Industrial, and more. Each app card shows its icon, name, and rating at a glance.

Orbit OS Store — Home

Next: Register Your Device →

Once signed in, the top-right corner of the Store shows your account menu with four options: Apps, Devices, Developer, and Sign Out.

🏪 Store — Apps

Lists all apps available in the Store. Clicking an app opens its detail page — icon, title, description, ratings, and install count. From there you can install the app directly to any of your registered devices.

Store — App Install

The Install button includes a dropdown listing all devices linked to your account. Select the target device and press Install — the .orb package is delivered and installed remotely without any manual file transfer or SSH access.

As an example, the MCP Server app exposes your Orbit OS device to the Model Context Protocol, allowing AI assistants and tools like Cursor to interact with the device through a defined set of capabilities:

  • System — retrieve hardware info, software info, and device metrics
  • Applications & Packages — list installed apps, install .orb packages, uninstall by package ID
  • Power Management — reboot or shut down the device

🏪 Store — Devices

Shows all Orbit OS devices linked to your account. Each device card displays a green indicator when the device is online and reachable. From here you can search the list and manage each device individually.

Store — Devices

In this example, three devices are registered and online: unoq (Arduino UNO Q), pi4 (Raspberry Pi 4) and pi5 (Raspberry Pi 5).

Each device in the list has three actions: Details, Apps, and Edit.

Device Details

Full hardware and software snapshot of the device.

Store — Device Details

Device Apps

Lists the .orb apps currently installed on that device, with their version numbers. Each entry has an Uninstall action — removing an app from here uninstalls it from the device remotely.

Store — Device Apps

Device Edit

Allows you to configure per-device behaviour directly from the Store:

Store — Device Edit
  • Device name — rename the device in your fleet
  • Enable auto update OTA / OS — automatically apply runtime updates when available
  • Enable auto update Apps — automatically update installed .orb apps
  • Sync interval (seconds) — how often the device checks in with the Store

Next: Store — Developer →

🏪 Store — Developer

The Developer area is for publishers who want to distribute apps through the Orbit OS Store. It provides two sections: Your Submissions and Your Apps.

  • Your Submissions — submit a new .orb app for Store approval. Each submission goes through a review process before being published and made available to all users.
  • Your Apps — view and manage the apps you currently have published on the Store, including version history and listing details.
Store — Developer

Next: Enable Developer Mode →

📡 Register Your Device

Registration links the device to your Store account — enabling remote app installs, OTA updates, and fleet management. The process is done directly on the device, not from the Store website.

  1. Open the Launcher at http://<device-ip> and go to Settings
  2. Navigate to Account
  3. Enter the email and password of your Store account and press Connect
Settings — Account Registration

Once registration succeeds, the page updates to confirm the device is linked — showing a green checkmark, the Device linked status, and the associated Store account email. A button to unlink the account is also available from this screen.

Settings — Account Linked

The device requires an active internet connection to complete registration.

Once linked, go to store.orbit-os.orgDevices in your account — the new device will appear in your fleet with its status showing as online. From this point, you can install and uninstall apps remotely from the Store. Automatic app updates and OTA updates are delivered if the respective auto-update options are enabled in the device settings.

Next: Your Account →

🧪 Enable Developer Mode

Developer Mode allows your laptop to connect directly to the device and call its APIs in real time — without packaging or deploying anything.

  1. Open the Launcher at http://<device-ip>
  2. Go to Settings → System → Security
  3. Toggle Developer Mode on
  4. Read and confirm the security notice

Once enabled, a Developer menu appears in the Settings sidebar with two tabs — Tools and Logs. The Tools tab contains the SDK connection details needed to connect from your laptop.

In Developer Mode, the mTLS SDK certificate is sufficient to connect — no password required. Disable it when the device is in production.

Next: Install the SDK →

🛠️ Install the SDK

🚧 The SDK is coming soon. Installation instructions will be available at launch.

Next: Connect to Your Device →

🔗 Connect to Your Device

🚧 Coming soon — connection instructions will be available with the SDK launch.

Next: Hello World →

👋 Hello World — GPIO from laptop

🚧 Coming soon — full Hello World guide will be available with the SDK launch.

Next: Platform →