ended3월 19일· 1 sources
I built a Unix-like OS running in browser!
브라우저에서 실행되는 Unix 계열 OS를 만들었습니다!
Why it matters
The author built yOS, a Unix-like operating system running entirely in the browser, featuring a lean kernel, an IndexedDB-backed virtual filesystem with ext4-inspired inode/block architecture, IPC via domain sockets, and an X11-inspired display server with a Windows 2000-styled window manager. Originally intended as a simple portfolio site in SvelteKit, the project evolved into a framework-agnostic OS written in JavaScript/TypeScript with Svelte as the UI renderer. Applications are self-contained, compiled to single IIFE JavaScript files, and stored on the virtual filesystem.
1
Sources
+0
24h
—
Growth
186d
Active
yOSIndexedDBVFSSvelteKitIPCX11