A modified version of: (https://github.com/Flow-Works/FlowOS)
Find a file
semantic-release-bot d26ef5e482 chore(release): 2.0.0 [skip ci]
# [2.0.0](https://github.com/Flow-Works/FlowOS/compare/v1.1.0...v2.0.0) (2024-01-23)

### Bug Fixes

* actually stopped boot overflowing ([4bd8f9b](4bd8f9b058))
* made `flowos-docs` build ([aff12d0](aff12d0ee1))
* made code follow ts-standard ([cf8f1b8](cf8f1b844a))
* make tests pass again ([0cf9209](0cf920970f))
* remove duplicate 'overflow' property ([d9ab009](d9ab009afd))
* stop boot div from overflowing ([a08b8d9](a08b8d938f))

### Features

* add progress indicator to boot sequence ([48294da](48294da1ea))
* created an actual kernel and bootloader ([04ccdf1](04ccdf1442)), closes [#151](https://github.com/Flow-Works/FlowOS/issues/151)

### BREAKING CHANGES

* `process.kernel.loadLibrary('lib/VirtualFS')` replaced by `process.fs`
2024-01-23 01:02:29 +00:00
.github ci: fix token not being read 2024-01-17 19:00:57 +00:00
public [🛁] Cleanup environment 2024-01-16 05:00:41 +00:00
src fix: made flowos-docs build 2024-01-23 01:01:45 +00:00
.gitignore [🔧] Added TypeDoc 2023-11-24 00:23:27 +00:00
.releaserc ci: updated .releaserc to whitelist package-lock.json 2024-01-17 19:11:31 +00:00
CODE_OF_CONDUCT.md [📚] Created CODE_OF_CONDUCT.md 2023-10-16 15:59:09 +01:00
CONTRIBUTING.md docs: added merge into PR emoji guidelines 2024-01-17 17:12:50 +00:00
index.html feat: created an actual kernel and bootloader 2024-01-22 13:16:10 +00:00
LICENSE [📝] Added MIT License 2023-10-16 15:37:21 +01:00
package-lock.json chore(release): 2.0.0 [skip ci] 2024-01-23 01:02:29 +00:00
package.json chore(release): 2.0.0 [skip ci] 2024-01-23 01:02:29 +00:00
README.md chore: added a contributors list to README.md [skip ci] 2024-01-21 01:35:51 +00:00
tsconfig.json [👕] Update tsconfig to better work with vite 2023-10-22 23:24:57 +02:00
typedoc.config.js build: fixed build failing 2024-01-22 13:25:12 +00:00
vite.config.js build: fixed build failing 2024-01-22 13:25:12 +00:00

FlowOS



The most aesthetic webOS.
Read the docs »

What is FlowOS?

FlowOS is a web OS proxy made for the Titanium Network 2023 Proxathon. It's extremely customizable with an API to make your apps, themes, and modules.

Getting Started

To run FlowOS on your local machine, you need Node.js 16 or above.

  1. Clone the repository
git clone https://github.com/Flow-Works/FlowOS
  1. Install packages
npm install
  1. Run!
npm run serve

Contributing

Made with

FlowOS is made with the following software:

Contributors

Special Thanks

License

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