How to install web3-os instead of ubuntu? #3
-
Hi. I would like to know how can I install web3os on my computer, so... how to generate iso file.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@codehangen Excellent question! Actually web3os is completely web-based, so you don't install it locally. However, you can install it as a Progressive Web App (PWA) which is supported on most browsers and operating systems. Just run This allows you to run it from anywhere on any device, and I'm working on file syncing so you can connect dropbox, google drive, ipfs, etc to have your files with you wherever you go as well. Currently, it's main demographic will be Javascript/WASM developers - there are many apps already included, but it's going to take a lot of devs to develop more apps for it and make it a decent ecosystem. To use web3os just go to https://web3os.sh in any browser (Chrome has better support for experimental browser APIs). Also check out the docs at https://docs.web3os.sh |
Beta Was this translation helpful? Give feedback.
@codehangen Excellent question! Actually web3os is completely web-based, so you don't install it locally.
However, you can install it as a Progressive Web App (PWA) which is supported on most browsers and operating systems. Just run
install
from the web3os command line.This allows you to run it from anywhere on any device, and I'm working on file syncing so you can connect dropbox, google drive, ipfs, etc to have your files with you wherever you go as well.
Currently, it's main demographic will be Javascript/WASM developers - there are many apps already included, but it's going to take a lot of devs to develop more apps for it and make it a decent ecosystem.
To use web3os just go to http…