A modified version of: (https://github.com/Flow-Works/FlowOS)
Find a file
2023-10-17 01:44:32 +01:00
.github [🗞] Added issue templates 2023-10-16 16:05:16 +01:00
src [] Added more languages 2023-10-17 01:44:32 +01:00
.babelrc [🎉] Initial Commit 2023-10-15 23:53:41 +01:00
.gitignore [📝] Update .gitignore 2023-10-16 00:43:08 +01:00
CODE_OF_CONDUCT.md [📚] Created CODE_OF_CONDUCT.md 2023-10-16 15:59:09 +01:00
index.html [🚑] Remove filer from bundle 2023-10-17 00:33:48 +01:00
LICENSE [📝] Added MIT License 2023-10-16 15:37:21 +01:00
package-lock.json [🔥] Removed unused dependencies 2023-10-17 00:27:19 +01:00
package.json [🔥] Removed unused dependencies 2023-10-17 00:27:19 +01:00
README.md vite 2023-10-16 21:40:47 +00:00
tsconfig.json [📲] Switched to vite 2023-10-16 22:35:32 +01:00
vite.config.js [🚑] Remove filer from bundle 2023-10-17 00:33:48 +01:00

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:

License

Flow OS is licensed under the MIT license. See the LICENSE file for more information.