←back to thread

103 points owenfar | 1 comments | | HN request time: 0.389s | source

Hello, I'm Owen, co-founder of Sava OS.

I think you've heard this a thousand times by now; "We spend most of our time on the web browser, yet nothing has changed." And then a "revolutionary" product comes out that puts our links & tabs collapsed on the side, with some extra features. Magical, right :)?

Well, we tried a lot of these products, and we also tried building one ourselves about 8years ago. But we felt like no UI can handle the same kind of organization our desktop can, and that's when the idea first came to our mind ~5years ago. For the past year, we worked on the side to build the MVP you see today. But along these years, a lot of thoughts kept popping up, and that's why this product has an OS in it's name (it's still cooking :).

Unlike other desktop-like products that are accessible on the browser, Sava OS is not only built and made to run natively on the web browser, but it actually has some useful features to help with your browsing management - and that's only the beginning.

There's still a lot to consider when it comes to shaping a modern, desktop-like UI that meets today's needs.. We’ve got some exciting ideas and aim to go beyond the traditional approach.

We would really love to hear your take on this.

Show context
AyyEye ◴[] No.41873347[source]
Emulated desktop Operating system written in a high level language, compiled to an intermediate assembly language, run on a virtual machine written in JavaScript, executed in a javascript engine, run inside of a sandbox inside of a browser, inside of an operating system just like the proprietary one one being run at the bottom of the stack.

All so you can "create text files" on a proprietary platform that won't work without the internet. What a time to be alive!

replies(5): >>41873565 #>>41873594 #>>41874160 #>>41874615 #>>41879810 #
1. fasa99 ◴[] No.41879810[source]
In the big picture we start with the server side -

>cloud computer running a

>linux machine running a

>virtual machine running a

>linux machine running a

>virtual docker environment running a

>instance of python running a

>virtual python environment running a

>codebase

>serving a

>operating system compiled to

>assembly running on a

>virtual machine compiled to

>javascript JIT comiled to

>assembly running on a

>virtual sandbox running on a

>virtual machine running on a

>linux machine on a

>home computer

So I think we can all agree it's a mess. Magic numbers, frozen configurations, too many configurations that are different. One very elegant around making sure configurations and libraries are setup correctly - perhaps another layer or ten of virtualization?