# NoneOS **Repository Path**: mirrors/NoneOS ## Basic Information - **Project Name**: NoneOS - **Description**: NoneOS是一个创新的浏览器虚拟操作系统解决方案,采用纯静态文件架构,无需后端服务器支持即可运行 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/noneos - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-06-11 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NoneOS - A Lightweight Virtual Operating System Based on Browser [中文](./md/README_CN.md) | [日本語](./md/README_JP.md) ## 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. - [x] Support for browser-based file management - [x] Bookmark synchronization application - [x] Note synchronization application (similar to Notion) - [x] File transfer application (similar to LocalSend) - [ ] Rebuild Note synchronization application ## Quick Start Directly visit the official site: [https://os.noneos.com/](https://os.noneos.com/) ### Local Run 1. Clone or download the project and ensure that nodejs is installed locally. 2. Install dependencies: ```bash npm install ``` 3. Start the server: ```bash 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.