Skip to content

KyrenOS is a web-based desktop operating system simulation built with modern frontend technologies.

License

Notifications You must be signed in to change notification settings

ashmitjr/KyrenOS

Repository files navigation

KyrenOS v1.0

KyrenOS is a browser-based operating system interface built using React, TailwindCSS, Framer Motion, GSAP, Remix Icon, and React RND. It simulates a desktop-like environment with windows, a taskbar, and a boot screen, built as a learning and showcase project for advanced frontend development.

This is version 1.0. Future versions will introduce more functionality, polish, and real system-like behavior.

Preview

KyrenOS Preview

recording-2026-01-29-193449-cfske110_7KoUzh7N.mp4

Features

  • Boot Screen Simulation – Simulated OS boot sequence with logs and progress indicators.
  • Draggable and Resizable Windows – Windows can be moved and resized using React RND.
  • Start Menu and Taskbar – Desktop-style navigation similar to real operating systems.
  • Basic Applications – Multiple apps are added; currently only the Google browser app is functional. Other apps will be completed in the next update.
  • Smooth UI Animations – Motion effects implemented using Framer Motion and GSAP.
  • Desktop-Only Support (v1.0) – This version is optimized for desktop screens. Mobile support will be added later.
  • Real-Time System Stats – Displays real-time charging status and internet speed.

Tech Stack and Resources

  • Frontend Framework: React
  • Styling: TailwindCSS
  • Animations: Framer Motion, GSAP
  • Icons: Remix Icon
  • Window System: React RND

All third-party resources and assets belong to their respective owners.

Getting Started

Clone the repository

git clone https://github.com/ashmitjr/KyrenOS.git
cd KyrenOS

Install dependencies

npm install

Run the project

npm run dev

Open in browser

Go to:

http://localhost:5173/

Contact

If you have suggestions, feedback, or if any resource owners want assets removed, contact me:

License

This project is licensed under the MIT License. You are free to use, modify, and distribute it.


Made by Ashmit