Flow OS



The next generation of Flow OS
Read the docs ยป
## What is Flow OS? Flow OS is a web OS proxy made for the Titanium Network 2023 Proxathon. It's extremly customizable with an API to make your own apps, themes, and modules. ## Getting Started To run Flow OS on your local machine, you need Node.js 16 or above. * Clone the repository ``` git clone https://github.com/flow-works/flowos ``` * Install packages ``` npm install ``` * Build and run! ``` npm run build npm run serve ``` ## Made with Flow OS is made with the following software: * [Filer](https://github.com/filerjs/filer) * [PrismJS](https://github.com/PrismJS/prism) * [Vite](https://vitejs.dev) * [Ultraviolet](https://github.com/titaniumnetwork-dev/ultraviolet) ## License Flow OS is licensed under the MIT license. See the `LICENSE` file for more information.