Bootable. Performant. Beautiful.
In your pocket.
π Website Β· π Documentation Β· π Quickstart Β· πΊοΈ Roadmap Β· π Changelog
β‘ Public Alpha β a working, bootable Native WebOS prototype. VM-tested and booted on a Mac Mini Late 2012 in around 40 seconds. Ready for exploration.
Samaris OS is a bootable operating system where the desktop experience is built entirely with web technologies β but runs as a first-class native environment inside a real OS, not inside a browser tab.
Linux underneath.
Web technologies on top.
Native OS behaviour in between.
This is not a website. Not a mockup. Not a Linux rice.
This is a working operating system that boots from a USB key, launches a full graphical desktop, runs native apps, connects to WiFi, persists sessions, and hosts a fully local AI assistant β all in around 5 GB for x86-64, or 10.68 GB for the universal x86-64 + ARM image.
And YES, it even runs DOOM.
- What Is Samaris OS?
- Videos
- Screenshots
- The Vision
- Architecture
- Key Capabilities
- Built-in Applications
- App Store & Wine
- Orbit AI
- Performance
- Download
- Try It
- What Samaris OS Is Not
- Built By
- License
Samaris OS is a bootable operating environment that starts directly into a custom native desktop.
This is not a website.
Not a mockup.
Not a browser tab.
Not a Linux rice.
Samaris OS boots. It launches its own graphical experience. It runs a custom desktop shell. It opens apps. It manages windows. It persists sessions. It manages files. It runs system services. It talks to AI.
It behaves like a real operating environment.
Linux kernel β systemd β Node.js bridge β Rust accelerator β Electron shell β React desktopAlpha One is the first public step.
Boot β desktop β apps β Orbit AI. See the full experience in action.
Mac Mini Late 2012 Intel Β· Boot β Onboarding β Desktop
The Samaris desktop and lock screen β fullscreen Electron shell with glass-design UI.
Finder filesystem browser Β· System Settings Β· Orbit AI assistant
Peregrine web browser Β· Photos Β· Videos player
Music player Β· Notes Β· App Store with community apps
Modern computing has become dependent on accounts, subscriptions, cloud lock-in, fragmented ecosystems, heavy desktop environments, and impersonal interfaces.
Samaris OS explores another direction.
A portable operating environment that boots from a USB key, opens into its own fullscreen desktop, keeps your session persistent across reboots, and gives you a beautiful, local-first workspace β all running on commodity hardware.
No mandatory cloud.
No forced account.
No telemetry-first design.
No bloated ecosystem.
Your desktop. Your files. Your apps. Your environment. In your pocket.
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β LAYER 6: APPLICATIONS β
β 26 built-in apps Β· Wine Β· Orbit AI Β· Web Apps Β· jsdos β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β LAYER 5: DESKTOP SHELL β
β Electron 28 Β· React 18 FSD Β· Window Manager Β· AirBar Β· Dock β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β LAYER 4: KERNEL A β Node.js (:9999) β
β 33 system services Β· WebSocket router Β· Auth Β· IPC Β· Volt Unifierβ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β LAYER 3: VOLT RUNTIME β Rust Daemons (SBP binary protocol) β
β VRM (RAM) Β· VGM (GPU) Β· VUM (USB) Β· DWP (Scheduler) Β· ASC (HW) β
β Tesseract Engine (Kernel B) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β LAYER 2: INIT & BOOT β
β systemd Β· Plymouth splash Β· OverlayFS Β· Live filesystem β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β LAYER 1: DEBIAN TRIXIE BASE β
β Linux 6.12 Β· WiFi/BT/GPU firmware Β· X.Org Β· NetworkManager β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββThe operating system is built from a modular ISO pipeline:
debootstrap β Debian packages β module overlays β Rust daemons β Node.js kernel β Electron shell β React desktopAll compressed into a single SquashFS filesystem inside a bootable ISO.
Full architecture documentation β
From a USB key or ISO, Samaris boots directly into its own fullscreen desktop.
No cloud streaming.
No virtual machine required.
No browser dependency.
The live filesystem uses OverlayFS for persistence, allowing the user session to survive reboots.
Boot time: around 47 seconds in QEMU
Hardware boot: around 40 seconds on Mac Mini Late 2012 Intel
| Kernel | Language | Role |
|---|---|---|
| Kernel A | Node.js | Central WebSocket server on :9999; manages filesystem, WiFi, Bluetooth, audio, battery, AI, sessions, permissions, encryption, firewall, mail, printing, and more |
| Kernel B | Rust | Native acceleration daemon; SBP v5 binary protocol, priority scheduler, thermal watchdog, GPU canvas, compute bridge, and security sandbox |
The two kernels communicate through Volt Unifier, which bridges desktop events to SBP binary messages through bridge modules and IPC clients.
Kernel A β Β· Kernel B β Β· Volt Unifier β
Every major system resource is managed by a dedicated Rust daemon communicating through the SBP binary protocol.
| Daemon | Role | Key Features |
|---|---|---|
| VRM | RAM Manager | 3-tier memory, ZSTD + LZ4 compression, SHA-256 deduplication, pressure zones |
| VGM | GPU Manager | Wgpu, Vulkan, Metal backends, VRAM tiering, shader cache, thermal watchdog |
| VUM | USB Manager | RAM-first FUSE filesystem, WAL journal, CRC32, I/O scheduler, safe eject |
| DWP | Worker Pool | Adaptive priority scheduler, 5 priority levels, desktop frame guard, Orbit burst control |
| ASC | Adaptive Config | Hardware detection at boot, policy compiler, daemon configuration generation |
| VDM | Display Manager | xrandr-based detection, hotplug, rollback, safe mode, HiDPI scaling |
All daemons β Β· SBP Protocol β
The desktop is a fullscreen React application rendered by Electron.
It provides:
- πͺ Window Manager β z-order, resizing, snapping, animations, close guards
- π§ Dock β application launcher with running indicators
- π‘ AirBar β system status panel for clock, WiFi, battery, and volume
- π Spotlight Search β
Cmd/Ctrl + Spaceglobal search - π¨ Theme System β light/dark mode, accent colours, density, font scale
- ποΈ Desktop Icons β draggable organised grid
- π Lock Screen β authentication overlay
Desktop architecture β Β· UI architecture β Β· Window system β
All user data survives reboots:
- files
- settings
- app state
- credentials
- session metadata
The live system uses an OverlayFS filesystem, while sessions are tracked by sessionFeaturesService.
Encrypted user storage is managed through:
.volt/users/26 applications ship with Alpha One, organised into four categories.
| App | App | App | App | App |
|---|---|---|---|---|
| Finder | Terminal | Settings | App Store | Notes |
| Text Editor | Downloads | Trash | Utilities | About |
| App | App | App | App |
|---|---|---|---|
| Network | Firewall | Encryption | Permissions Manager |
| App | App | App | App |
|---|---|---|---|
| Music | Photos | Videos | PDF Viewer |
| Archive | Peregrine Browser | Orbit AI |
| App | Description |
|---|---|
| Wine Launcher | Windows compatibility layer |
| DOOM | Runs through jsdos |
The App Store is the simplest way to grow your system. It connects directly to GitHub repositories that publish Samaris-compatible apps.
- One-click install from the store interface
- Community-driven β anyone can host an app on GitHub
- No terminal, no dependency hunting β the store handles cloning, building, and integration
- Fast iteration β install apps as quickly as you would preview a React component
The store lists categories such as utilities, media, developer tools, and games. Future versions will support automatic updates.
Wine is integrated at the system level, allowing Samaris OS to run Windows .exe applications alongside native Samaris apps.
- Launch
.exefiles directly from Finder or the terminal - Seamless window management β Windows apps resize, snap, and focus like native apps
- No virtual machine required β Wine runs natively on Samaris OS
- Compatibility with classic and productivity apps β older Windows software, utilities, and some games
π‘ Note: Wine is a compatibility layer, not an emulator. Performance and compatibility vary by application.
| System | Purpose |
|---|---|
| App Store | Fast, safe, community-built apps |
| Wine | Compatibility with existing Windows software |
Together, they make Samaris OS a practical daily environment for exploration without locking the user into a single ecosystem.
App Store docs β Β· Wine launcher docs β Β· Adding an app to the store β
No cloud. No accounts. No telemetry. No phone-home.
Samaris ships with a complete local AI stack running entirely on your hardware, powered by llama.cpp with GPU acceleration through Metal, CUDA, or Vulkan.
| Model | Size | Purpose |
|---|---|---|
Qwen3-1.7B-Q8_0.gguf |
1.7 GB | LLM β conversation, reasoning, code |
ggml-small.bin |
465 MB | Speech-to-text with Whisper |
OuteTTS-0.2-500M-Q8_0.gguf |
512 MB | Text-to-speech |
WavTokenizer-Large-75-F16.gguf |
124 MB | Audio vocoder |
Press mic β speak β Whisper transcribes β Qwen3 generates β OuteTTS speaks β loopOrbit can be interrupted mid-sentence. It stops and responds.
Orbit can be summoned with:
Cmd/Ctrl + SpaceIt operates with burst priority through the DWP scheduler β a dedicated 100 ms window with 75% worker reservation ensures responsive AI even under load.
Orbit AI docs β Β· AI Stack β
| Metric | Value |
|---|---|
| Boot time in QEMU | 47.0s |
| Kernel boot | 7.99s |
| Userspace boot | 39.05s |
graphical.target |
38.4s |
| Memory at idle | ~715 MB / 7.8 GB |
| Available RAM | 7.1 GB |
| Kernel panics | 0 |
| Failed units | 0 |
| Active VOLT services | 9 |
| x86-64 FULL ISO | 5.1 GB |
| SquashFS filesystem | 4.88 GB |
| Universal ISO | 10.68 GB |
Full benchmark report β Β· ISO size breakdown β
Two ISO variants Β· Free Β· No account Β· No telemetry
| Variant | Architecture | Size | Download | Description |
|---|---|---|---|---|
| Samaris OS Alpha One RC β x86_64 FULL | x86_64 | 5.1 GB | Download ISO | Full desktop experience for Intel/AMD systems with Orbit AI, 26 applications, Electron desktop shell, and 9 native Rust daemons |
| Samaris OS Alpha One RC β Universal | x86_64 + aarch64 | 10.68 GB | Download ISO | Dual-architecture release containing both Intel/AMD and ARM64 root filesystems in a single bootable image |
βΉοΈ The Universal ISO includes two complete SquashFS root filesystems: one for x86_64 and one for aarch64, allowing the same image to boot on both Intel/AMD and ARM64 systems.
Get the ISO from:
https://samaris.techqemu-system-x86_64 \
-m 4096 \
-smp 4 \
-cdrom Samaris-OS-Alpha-One-RC.iso \
-vga virtio \
-display cocoa- π₯οΈ Desktop β fullscreen shell, dock, window management
- ποΈ Finder β filesystem browser
- βοΈ Settings β theme, appearance, security
- π§ Orbit AI β
Cmd/Ctrl + Spaceto launch the assistant - π¦ Peregrine β built-in web browser
- π App Store β install apps from GitHub
| Component | Minimum |
|---|---|
| CPU | 2 cores, x86_64 |
| RAM | 4 GB |
| Storage | 16 GB |
| GPU | Intel HD or basic GPU |
Quickstart β Β· Installing the ISO β Β· First Boot β
Samaris OS Alpha One is:
- not a finished OS
- not a Windows replacement
- not a macOS replacement
- not a daily-driver recommendation
- not production-ready
- not hardware-certified
- not a traditional Linux desktop distribution It is a serious experimental operating system prototype.
- WiFi: works on some hardware, not all. Firmware missing for certain chips.
- App Store: works with standard React/Vite GitHub repos. Edge cases in progress.
- Wine: present but not extensively tested.
- Peregrine downloads: occasional bugs under investigation.
Alpha Two will address all of the above. And more.
Khaled Ben Taieb β OS Architect
- PharmD, MBA
- Built solo
- Zero budget
- AI-assisted development
- Built in around 1 month
- Development machine: MacBook Air M3
"Computers are supposed to be fun. That's why I made you this OS; it's tailored to your taste. Love you, dad."
Samaris OS β Copyright Β© 2026 Khaled Ben Taieb
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Upstream open-source components β Linux kernel, GRUB, Chromium, Node.js, React, systemd, Electron, and others β retain their respective licenses (GPLv2, MIT, Apache 2.0, BSD, etc.).
samaris.tech Β· GitHub Β· contact.samaris.os@gmail.com
Some OSes manage windows. Samaris reimagines them.
Samaris OS β The Native WebOS
Boot it. Build the future with it.
Copyright Β© 2026 Khaled Ben Taieb










