meteor-os
An application manager that sits on top of the https://github.com/jchristman/meteor-application-manager repository to create layered applications. See http://meteor-os.meteor.com/ for a live demo. You can login with any user with username in {a-z} and password 'asdf'.
notes
I know there is no documentation yet. That is low on my TODO list. Look at the file browser or settings apps examples of robust applications.
A couple of notes on the state of MeteorOS. I'm decently satisfied with the overall system and have the following TODO list on it:
- Finish file sharing model. I just finished a team management app that works pretty well (if you start the "Settings" app from the "Start Menu") and I am currently rewriting the file system into the builtins/file-browser app.
- Finish the settings app to include profile management and UI settings.
- Make the app windows be able to popout. I just wrote a library that does this. jchristman:popout
- Make the entire UI system look less crappy.
- Make the background image customizable.
- Write better right click menus
- Make applications "minimize" into the "taskbar" at the bottom of the page
- Write chat into the system. Possibly build into the taskbar in the bottom right corner (like Facebook)?
- DOCUMENTATION