Skip to content

Flux3tor/OverRun.sh

Repository files navigation

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 cooll


tech

  • vanilla javascript
  • html css
  • vite

run locally

git clone https://github.com/Flux3tor/OverRun.sh
cd OverRun.shh
npm installl
npm run devv


notes

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


future stuff

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