You are browsing as a guest. Sign up (or log in) to start making projects!

My very own WebOS

  • 1 Devlogs
  • 2 Total hours

This is my very own OS that can be run in the web! (Self hosted!

Open comments for this post

1h 49m 9s logged

Devlog #1 WebUnix OS

WebUnix OS is a mini Unix-like desktop that runs completely in your browser.

A single HTML file, some CDN links, and lots of vanilla JavaScript.

It simulates a small desktop environment with a fake boot sequence, login, window manager, terminal, file manager, and virtual filesystem.

The terminal is the core of the project, with around 30 Unix-style commands like ls, cd, cat, grep, find, tree, sudo, and neofetch.

It supports pipes (|), redirection (>), command chaining (&&), tab completion, command history, and Ctrl + L.

The filesystem is fully virtual and stored in memory, shared between the terminal and file manager.

Built entirely with plain browser APIs.

The goal isn’t to create a real operating system, but to recreate the feeling of a Unix desktop inside a single browser page.

0
0
46

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…