Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

black-backdoor/MeOS

Repository files navigation

logo

demo img

Browser-Based Desktop Environment

WebsiteGitHub

Features

  • Static: Built entirely with client-side technologies—JavaScript, HTML, and CSS.
  • Progressive Web App (PWA): Installable on devices and functions offline, leveraging service workers for caching.
  • Battery Status: Displays real-time battery information conveniently in the taskbar.
  • Network Status: visibility into the current network connection status via the taskbar
  • Caching: Utilizes service workers to cache the website, enabling offline access with approximately 16MB of cached content.
  • Developer Console: Offers insights into load times and other relevant debugging information via the browser's developer console.
  • scrollbar: Custom-styled scrollbar for a more modern look and feel.
  • State Management: Utilizes the browser's local storage to save and restore the user's state between sessions.

Screenshots

screenshot screenshot

Usage

You can use the online version of MeOS by visiting meos.lima.zone.

Contributing

Don't contribute to this project, it's a personal project, and I don't want to maintain it.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

I know that developers don't like to read licenses, so here is a summery:

  • You are free to use, modify and distribute this software.
  • You must disclose the source code of your modified version.