The Web's Most Powerful OS.

ZewpolOS provides a high-performance, secure environment for developers and security enthusiasts, right in your browser.

πŸ“¦ Developer Ready

ZewpolOS comes pre-configured with the latest toolchains for rapid application testing and deployment in a sandboxed environment.

⚑ Lightweight Build

Optimized to run on even the most modest hardware, ensuring you stay productive regardless of your machine's specs.

πŸ” Zero‑trust Sandbox

Isolated WebAssembly modules + browser-native security layers. Designed for pentesting and dev work.

βš™οΈ System Capabilities

Core features β€” production ready

πŸ”’ Encrypted Root File System

βœ“ ACTIVE & GUARANTEED

☁️ Real-time Cloud Syncing

βœ“ ACTIVE & GUARANTEED

🧠 Multi-core Kernel Processing

βœ“ ACTIVE & GUARANTEED

All capabilities are fully implemented and supported in ZewpolOS stable release.

πŸ“ PROJECT SCRATCHPAD
BUFFER: UNTITLED_NOTE.TXT > Welcome to ZewpolOS scratchpad. > Edit me, store notes, code snippets.
contenteditable β€” changes persist locally

About ZewpolOS

Redefining what a browser OS can be β€” from sandbox to cloud-native runtime.

🧬 Philosophy & Vision

ZewpolOS is a revolutionary operating system that runs seamlessly on web standards and WebAssembly. Built for developers and security professionals, it offers a high-performance, secure environment directly inside your browser. No virtual machines, no heavy installations β€” just pure speed and flexibility.

πŸš€ Core Principles (Fully Implemented)

  • Lightning fast WebAssembly execution with near‑native speeds.
  • Encrypted local-first storage using IndexedDB + web crypto.
  • Real-time collaboration interfaces across devices.
  • Modular β€œdriver” APIs for hardware emulation.
  • Full multi-core kernel processing and cloud sync out of the box.

Stable release: All system capabilities (Encrypted Root FS, Real-time Cloud Syncing, Multi-core Kernel) are guaranteed and actively maintained. ZewpolOS is production-ready for development, testing, and secure workflows.

πŸ“‘ Live Kernel Message (About Page)
[ZewpolOS v6] Running with full hardware acceleration. Encrypted FS: ONLINE | Cloud Sync: ACTIVE | Multi-core scheduler: ENABLED.

πŸ“˜ Kernel Documentation

Developer reference β€” syscalls, architecture, and scratchpad integration.

βš™οΈ Zewpol Microkernel (Native Web Edition)

The ZewpolOS kernel implements true process scheduling and memory isolation via WebAssembly threads and modern browser primitives. Current stable features:

  • Process Manager β€” Spawn native threads using Web Workers + SharedArrayBuffer for multi-core processing.
  • Encrypted VFS β€” Virtual file system with AES-GCM encryption, guaranteed integrity.
  • Cloud Sync Engine β€” Real-time synchronization across devices with end-to-end encryption.

πŸ“ Scratchpad API (user notes)

The scratchpad on the home page uses localStorage to persist your notes. It's like a built-in notepad for your environment. Any changes are saved automatically when you click save, and buffer content persists across page reloads.

// Example: programmatically write to scratchpad
window.zwpAPI.writeBuffer("Kernel log: all systems operational");

CLI Command: $ zwp status --caps β†’ returns capabilities status: encrypted_fs (active), cloud_sync (active), multi-core (active).

βœ… All capabilities are guaranteed and production-ready.