Skip to content

BreadGhoti/DesktopOnCodespaces

 
 

Repository files navigation

DesktopOnCodespaces (Beta)

See Screenshots

⚠️ This project is currently a work in progress and is still unfinished. While I'm actively working on it and making progress, there may still be bugs and incomplete features. ⚠️

it also works on gitpod

Supported Stuff

  • 1080p 60fps

  • Sound

  • Windows apps (wine)

  • Browsering (Brave and Firefox included!)

  • Home Persistance (You keep your files!)

Use

you obviously need a github account to use this

it's very simple to install, there is a pseudo-graphical installer.

first Remember to star the repo (optional but appreciated)

after start a new codespace https://github.com/codespaces/new to install just copy and paste this command in your codespace terminal

curl -O https://raw.githubusercontent.com/BreadGhoti/DesktopOnCodespaces/main/install.sh
chmod +x install.sh
./install.sh

for dev branch (unstable)

curl -O https://raw.githubusercontent.com/BreadGhoti/DesktopOnCodespaces/main/install-dev.sh
chmod +x install-dev.sh
./install-dev.sh

About

a webtop mod for GHub Codespaces. includes brave and wine. Cloned from Mollomm1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 65.2%
  • Python 26.5%
  • Dockerfile 8.3%