10000 GitHub - kirakiray/NoneOS: An operating system based on the browser.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kirakiray/NoneOS

Repository files navigation

NoneOS - A Lightweight Virtual Operating System Based on Browser

中文 | 日本語

Project Introduction

NoneOS is an innovative browser-based virtual operating system solution that adopts a pure static file architecture and can run without the support of a backend server.

Short-term goal: To create a lightweight NAS system based on the browser, achieving seamless connection and collaboration between devices.

  • Support for browser-based file management
  • Bookmark synchronization application
  • File transfer application (similar to LocalSend)
  • Note synchronization application (similar to Notion)

Quick Start

Directly visit the official site: https://os.tutous.com/

Local Run

  1. Clone or download the project and ensure that nodejs is installed locally.
  2. Install dependencies:
npm install
  1. Start the server:
npm run static
  1. Visit: http://localhost:5559/

How to Create an Application?

NoneOS adopts an advanced Web micro-application architecture, with each application built on the powerful ofa.js framework. Developers can easily create their own applications by simply importing the application directory (such as the example application others/hello-world.napp) into the system's "Apps" folder to quickly deploy and run it.

We are currently writing more detailed development documentation. In the meantime, developers can:

  • Refer to the official ofa.js documentation to understand the framework features.
  • Check the example applications under the packages/apps directory as a reference for development.

About

An operating system based on the browser.

Resources

Stars

Watchers

Forks

Packages

No packages published
0