Releases: Webdeskme/wdOS
wdOS with webframe
Better Front End Framework Support
In this release we made lots of improvement. A new server setting makes it now possible to run some apps on the desktop and in the browser. Production code made from Angular, Vue, and React work just the way they were made to in this addition both on desktop and the browser.
Now you can cast and produce a website on different ports.
We have also updated documentation.
Note: This release still has not fixes issues with the mac so we have provided a much lighter version for mac.
Fleshed out
v1.0
wdOS
WebDesktop (wdOS) is the easy way to make desktop apps with web languages and nothing else!
WebDesktop OS GUI is the easy way to make desktop apps with web languages and nothing else!
Installing apps is as easy. All you need to do is unzip the app in this folder Documents/wdOS/App/
With WebDesktop you can broadcast a website or files on your local network or over the internet with router configurations. (You may need to play with firewall settings)
WebDesktop even comes with a very basic web browser.(not currently in mac addition)
** Many more update and a marketplace for apps will becoming in the near future!
To build an app:
- create a folder with your app title in this directory Documents/wdOS/App/
- add you code with entry point index.html
- add an icon with name ic.png
- add a file called wd.json with contents that look like this
{"name": "Sample", "des": "This is a test project!"}