TLDR: Another recent ZDnet article explains that it's a rule for desktop browsers not being allowed by the centennial packaging process. Chrome, others are win32, and would be "packaged" if it weren't for this rule.
Actually if you read the article, it clearly states another criterion which is the same on iOS and ChromeOS. That is, a web browser must use the HTML renderer and JavaScript engine from the host OS.
> Actually if you read the article, it clearly states another criterion which is the same on iOS and ChromeOS.
ChromeOS has no such policy, even if the Play Store does (which, AFAICT, it doesn't) since ChromeOS, like Android, allows sideloading Android APKs and isn't limited to Store apps.
Because of sideloading, Play Store restrictions are not Android/ChromeOS restrictions. But Win 10S is Store apps only, so Windows Store restrictions are also Win 10 S restrictions.
Have I understood correctly: if you have Windows 10 S you won't be able to get Chrome (or any app) not approved by Microsoft?
If that's true, then anti-trust issues will once again loom. This time, MS will not be able to drive their competitor (Google) out of business like they did Netscape.
The anti-trust issues aren't really the same on many fronts.
The current administration won't prosecute them. They aren't the majority platform anymore. They are actually working more in Open Source than is easy to convey in one comment.
Fair enough... I guess I was thinking the license upgrade TO Pro would work the same for S and it does for Home. Then again maybe MS will really check both source and destination and reject Home to Pro upgrade keys. /shrug.
Likely signing by Microsoft? Based on what I've read, you will not be able to run your own executables. This is a big issue for University students who are often required to install textbook-sourced software for labs, class participation, etc.
Perhaps if you install a Visual Studio app from the Windows Store and use that to generate an executable, it will somehow sign the executable?
Meta: At what point does the post rate limit get lifted? If I post a couple of comments while browsing the articles and then attempt to reply to a comment with a question, I have already somehow hit the rate limit and I am blocked from posting for a few hours. It seems like there should be an exception for replying to a question on my own comment.
The technologies to look into are APPX, app container, and the Centennial Bridge. Basically, any application can be included in the store. They are using application virtualization from a prior product called APP-V to protect the system from applications tampering with important pieces. It's long over due. It also provides a unified way to update applications through the store.
The store is how they distribute the Ubuntu userland that they ship with WSL...it's very capable.
Up until now they only let people publish a very narrow selection of applications to the store. That strategy failed and now they are going to start pushing Win32 developers to take advantage of the new servicing and packaging system.
It really is very good. I really, really, hope that this doesn't get shot down by herp-a-derp style Microsoft hate.
If, for instance, I build my game with Unity, and would like to distribute this alpha build to friends to test it before it ships, how would I do that?
They have ways to do that. You would have to check with the store.
Also, this doesn't mean that if your friends are using Windows 10 home or pro that they won't be able to install Appx packages. They can. Seriously, it's just a zip file with a manifest. On home/pro and up, users can install Appx packages by double clicking them.
Only Windows 10 S has the restriction that all software installs have to use the store. The thing to watch will be the way that Windows 10 S actually maintains performance and security in ways that the other versions of Win10 can't. As long as users can install services or device drivers as part of an install it's always going to have the same problems.
For something to change it actually has to change. We all know that Windows installers do dumb sh1t. Appx packages run with the same performance and have the same power as normal win32 apps. The only thing they can't do is modify the system in dangerous ways.
Also, there is an Appx for Servers that is being used for Nano server. It does allow service installation and more serious modification of the system...because it has to. It's still a great packaging technology even if you don't use the store or other elements of their plan.
> This is a big issue for University students who are often required to install textbook-sourced software for labs, class participation, etc.
They will be able to code in Visual Basic for Applications. Why teach ancient languages for 70s mainframes in universities? Universities should prepare people for modern offices. Even MIT dropped Lisp long time ago. Why teach multiplication of columns of numbers when you can teach automated Mail Merge in MS Word? Why solve problems from chess when you can make Colourful Agendas with modern charts?
because universities don't buy mobile devices for their students/don't tell them what to buy, and thus are not part of that sector of the "education market".
(And of course there are tons of universities where this is not an issue, or students buy a chrome book as a secondary device, or ...)
It's a minor detail, but I feel there's a difference between "allowed" and "possible". Developer mode has a bunch of caveats that neuter many of the selling points of ChromeOS and I'd argue is more akin to a "jailbreak", just one that Google doesn't play cat and mouse trying to stop you from using.
You can still install the android version though, it is actually the same core as the desktop version and supports extensions like adblock and noscript.
What you can not do is replace the "os shell" that is chrome without developer mode, but I'm not sure that would even work with firefox even if it was "allowed".
The Android term "rooting" would be closer than the iOS term "jailbreak", precisely because of the reason you cited: Google doesn't lock down ChromeOS like a jail.
Good call. I agree that's a more apt comparison. That said, it's still really locked down, it's just there's a key on the wall next to the door with a sign saying "beware of the gremlins".
Well, it's the same thing: you can install any browser from Microsoft's Store on Windows 10 S.
So, Google will either have to release Chrome targeted for Windows platform (same way Firefox did on Android) or not be available to Windows 10 S users.
> Chromebooks do not allow any other browser besides Chrome.
Current Chromebooks support Android apps, including sideloading APKs, so that's not true at all. Not only can you install browsers from the Play Store, you can install a browser packaged as an APK even if Google policies would not allow it in the store.
In addition to all the Android runtime related ways mentioned:
With the Developer Mode toggled (free), you get full access to the underlying Linux system. You can even run a completely separate Linux desktop on it.
54 comments
[ 3.9 ms ] story [ 105 ms ] threadThey should also get Opera and Firefox onboard.
ChromeOS has no such policy, even if the Play Store does (which, AFAICT, it doesn't) since ChromeOS, like Android, allows sideloading Android APKs and isn't limited to Store apps.
Because of sideloading, Play Store restrictions are not Android/ChromeOS restrictions. But Win 10S is Store apps only, so Windows Store restrictions are also Win 10 S restrictions.
If that's true, then anti-trust issues will once again loom. This time, MS will not be able to drive their competitor (Google) out of business like they did Netscape.
The motivation really seems to be pushing UWP, which sandboxes apps, and de-emphasizing the 17-year-old win32 stack.
The current administration won't prosecute them. They aren't the majority platform anymore. They are actually working more in Open Source than is easy to convey in one comment.
Anti-trust isn't the exclusive domain of the US, Microsoft have a long and storied history with the European Commission.
https://en.wikipedia.org/wiki/Microsoft_Corp_v_Commission
I highly doubt that Google will sue them for doing the same thing they're doing on the same market even (cheap, affordable laptops).
Users that install unapproved apps (via jailbreaks and vulnerabilities) are villains now.
Windows 10 S is "only" 50 bucks away from running all those unapproved apps.
We're talking about Windows 10 S.
What if I want to compile and run my own executables? How does this restriction work?
Perhaps if you install a Visual Studio app from the Windows Store and use that to generate an executable, it will somehow sign the executable?
Meta: At what point does the post rate limit get lifted? If I post a couple of comments while browsing the articles and then attempt to reply to a comment with a question, I have already somehow hit the rate limit and I am blocked from posting for a few hours. It seems like there should be an exception for replying to a question on my own comment.
The technologies to look into are APPX, app container, and the Centennial Bridge. Basically, any application can be included in the store. They are using application virtualization from a prior product called APP-V to protect the system from applications tampering with important pieces. It's long over due. It also provides a unified way to update applications through the store.
The store is how they distribute the Ubuntu userland that they ship with WSL...it's very capable.
Up until now they only let people publish a very narrow selection of applications to the store. That strategy failed and now they are going to start pushing Win32 developers to take advantage of the new servicing and packaging system.
It really is very good. I really, really, hope that this doesn't get shot down by herp-a-derp style Microsoft hate.
Also, this doesn't mean that if your friends are using Windows 10 home or pro that they won't be able to install Appx packages. They can. Seriously, it's just a zip file with a manifest. On home/pro and up, users can install Appx packages by double clicking them.
Only Windows 10 S has the restriction that all software installs have to use the store. The thing to watch will be the way that Windows 10 S actually maintains performance and security in ways that the other versions of Win10 can't. As long as users can install services or device drivers as part of an install it's always going to have the same problems.
For something to change it actually has to change. We all know that Windows installers do dumb sh1t. Appx packages run with the same performance and have the same power as normal win32 apps. The only thing they can't do is modify the system in dangerous ways.
Also, there is an Appx for Servers that is being used for Nano server. It does allow service installation and more serious modification of the system...because it has to. It's still a great packaging technology even if you don't use the store or other elements of their plan.
They will be able to code in Visual Basic for Applications. Why teach ancient languages for 70s mainframes in universities? Universities should prepare people for modern offices. Even MIT dropped Lisp long time ago. Why teach multiplication of columns of numbers when you can teach automated Mail Merge in MS Word? Why solve problems from chess when you can make Colourful Agendas with modern charts?
How is this "big issue" almost never brought up in the context of Chromebooks eating up the Education market?
https://news.ycombinator.com/item?id=14231353
(And of course there are tons of universities where this is not an issue, or students buy a chrome book as a secondary device, or ...)
Then you pay money to upgrade to the real Windows 10.
Or you can install the android version of firefox.
So yes, it is allowed.
What you can not do is replace the "os shell" that is chrome without developer mode, but I'm not sure that would even work with firefox even if it was "allowed".
https://support.google.com/chromebook/answer/7021273?hl=en
Firefox runs on a Chromebook just fine: https://play.google.com/store/apps/details?id=org.mozilla.fi...
So, Google will either have to release Chrome targeted for Windows platform (same way Firefox did on Android) or not be available to Windows 10 S users.
Chromebooks that support Android apps also support the "unknown sources" setting that allows sideloading APKs, so you aren't restricted to the store.
Current Chromebooks support Android apps, including sideloading APKs, so that's not true at all. Not only can you install browsers from the Play Store, you can install a browser packaged as an APK even if Google policies would not allow it in the store.
With the Developer Mode toggled (free), you get full access to the underlying Linux system. You can even run a completely separate Linux desktop on it.
This is not an IE-6 time again.