TerbiumUX
About
TerbiumOS is a project which aims to create a webOS packed with various features such as basic text editors, media streaming and web emulation all through a proxied instance.
Features:
- Visual Studio Code (code-server)
- YouTube (Proxied)
- Tidal (Proxied)
- YTMusic (Proxied)
- Spotify (Proxied)
- Apple Music (Proxied)
- Browser
- Settings
- Text Editor
- Help
- Terbium Player
- Terbium Terminal
- Ruffle.rs
- Image Viewer
Setup
TerbiumUX is frameworkless! Simply add as a static asset to your web server or application. Below is a small example implementation guide:
Static
curl https://github.com/TerbiumOS/webOS/blob/main/static.zip -L -o static.zip
unzip /static.zip # replace if needed
Backend Example
git clone https://github.com/TerbiumOS/webOS.git
cd webOS
npm install
npm start
Contributing
TerbiumUX is an ongoing project with updates freqently. If you wish to expand upon the documentation here please head to the official Oxide-Docs repo.