Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-removebg-preview (8)

AcidOS

License JavaScript React Release Buy Me a Coffee

A desktop operating system simulator running entirely in the browser. No installation, no build tools, no Node.js required. Open index.html and it works.

AcidOS desktop

Built with React 18 (via CDN), Tailwind CSS, and Babel Standalone so JSX compiles in the browser at load time.


Features

  • Window manager with drag, resize, minimize, and maximize.
  • Built-in widgets: Kanban board, mini IDE, cryptocurrency tracker, breathing exercise, water tracker.
  • Custom widget support: drop in any HTML/CSS/JS block.
  • Layout and data auto-saved to localStorage.
  • Dark, Light, and Cyberpunk themes.
AcidOS widgets AcidOS theme

Running

Direct open - double-click index.html. Works in Chrome and Edge. Firefox may block some storage APIs on file://.

Local server (recommended)

# Python
python -m http.server 8080

# Node
npx serve .

Or use the Live Server extension in VS Code.


File layout

index.html              # Entry point
css/
  style.css             # Scrollbars and base styles
js/
  app.jsx               # Full OS logic (window manager, widgets, state)
  tailwind.config.js    # Theme and animation configuration

Notes

  • Babel compiles JSX in the browser on every load. Fine for personal use, not suited for high-traffic production.
  • Clearing browser localStorage resets the desktop to defaults.

Star History

Star History Chart

License

MIT. See LICENSE.

About

AcidOS is a fully functional desktop operating system simulator running entirely in the browser. No installation, no build tools, no Node.js required.

Topics

Resources

Stars

6 stars

Watchers

0 watching

Forks

Contributors

Languages