Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.05 KB

File metadata and controls

63 lines (41 loc) · 1.05 KB

OverRun.sh

live: https://overrun.flux3tor.xyz/

a kali linux style desktop but in your browser

this is a frontend-only project that recreates a linux-like environment with a login screen, desktop, window system, and basic apps


what it does

  • login screen with working auth
  • desktop with panel and workspaces
  • draggable windows with minimize, maximize, close
  • terminal (basic commands)
  • file manager ui
  • text editor
  • system info and settings
  • fake browser
  • right click menu

basically a mini OS vibe inside a website


why i made this

wanted to see how far i could push frontend to feel like an actual operating system
also just thought it would be cool


tech

  • vanilla javascript
  • html css
  • vite

run locally

git clone https://github.com/Flux3tor/OverRun.sh
cd OverRun.sh
npm install
npm run dev


notes

this is not a real operating system
just a visual and interactive clone


future stuff

  • better terminal behavior
  • more apps
  • improved file system logic
  • polish ui