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.
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");