Microsoft Edge on Linux
I'm Web Developer and need Microsoft Edge for testing on my Ubuntu.
I know I can have Microsoft Edge by:
- Installing Windows on Virtual Machine.
- Linux - Windows Dual boot.
But with these solutions, I have to buy windows while I'm not using it for everyday computing. Also I can't get rid of the Windows with these solutions.
I've read some articles about Microsoft Edge on Linux but couldn't find any solution. In 2015 they did this conference and Edge on Linux still doesn't happening:
WOAH, I CAN TEST EDGE & IE ON A MAC & LINUX!
I also found this and It seems Microsoft doesn't care for Edge on Linux. at least for now:
It turns out that Microsoft Edge is only available with operating
system like Windows 10 and a browser application with few mobile
devices.
Is there anyway to have Microsoft Edge on Linux without VM?
wine microsoft ie
add a comment |
I'm Web Developer and need Microsoft Edge for testing on my Ubuntu.
I know I can have Microsoft Edge by:
- Installing Windows on Virtual Machine.
- Linux - Windows Dual boot.
But with these solutions, I have to buy windows while I'm not using it for everyday computing. Also I can't get rid of the Windows with these solutions.
I've read some articles about Microsoft Edge on Linux but couldn't find any solution. In 2015 they did this conference and Edge on Linux still doesn't happening:
WOAH, I CAN TEST EDGE & IE ON A MAC & LINUX!
I also found this and It seems Microsoft doesn't care for Edge on Linux. at least for now:
It turns out that Microsoft Edge is only available with operating
system like Windows 10 and a browser application with few mobile
devices.
Is there anyway to have Microsoft Edge on Linux without VM?
wine microsoft ie
have you tried with wine?
– Tarlo_x
Oct 23 '16 at 21:25
Yes, you can try with Wine and we all thank you if you do because apparently no one did before or didn't bother to add to WineHQ database
– user589808
Oct 23 '16 at 21:28
1
@Tarlo_x I think they didn't release Edge Installation file
– ICE
Oct 24 '16 at 8:22
add a comment |
I'm Web Developer and need Microsoft Edge for testing on my Ubuntu.
I know I can have Microsoft Edge by:
- Installing Windows on Virtual Machine.
- Linux - Windows Dual boot.
But with these solutions, I have to buy windows while I'm not using it for everyday computing. Also I can't get rid of the Windows with these solutions.
I've read some articles about Microsoft Edge on Linux but couldn't find any solution. In 2015 they did this conference and Edge on Linux still doesn't happening:
WOAH, I CAN TEST EDGE & IE ON A MAC & LINUX!
I also found this and It seems Microsoft doesn't care for Edge on Linux. at least for now:
It turns out that Microsoft Edge is only available with operating
system like Windows 10 and a browser application with few mobile
devices.
Is there anyway to have Microsoft Edge on Linux without VM?
wine microsoft ie
I'm Web Developer and need Microsoft Edge for testing on my Ubuntu.
I know I can have Microsoft Edge by:
- Installing Windows on Virtual Machine.
- Linux - Windows Dual boot.
But with these solutions, I have to buy windows while I'm not using it for everyday computing. Also I can't get rid of the Windows with these solutions.
I've read some articles about Microsoft Edge on Linux but couldn't find any solution. In 2015 they did this conference and Edge on Linux still doesn't happening:
WOAH, I CAN TEST EDGE & IE ON A MAC & LINUX!
I also found this and It seems Microsoft doesn't care for Edge on Linux. at least for now:
It turns out that Microsoft Edge is only available with operating
system like Windows 10 and a browser application with few mobile
devices.
Is there anyway to have Microsoft Edge on Linux without VM?
wine microsoft ie
wine microsoft ie
edited Jan 10 at 3:16
ICE
asked Oct 23 '16 at 21:19
ICEICE
7753724
7753724
have you tried with wine?
– Tarlo_x
Oct 23 '16 at 21:25
Yes, you can try with Wine and we all thank you if you do because apparently no one did before or didn't bother to add to WineHQ database
– user589808
Oct 23 '16 at 21:28
1
@Tarlo_x I think they didn't release Edge Installation file
– ICE
Oct 24 '16 at 8:22
add a comment |
have you tried with wine?
– Tarlo_x
Oct 23 '16 at 21:25
Yes, you can try with Wine and we all thank you if you do because apparently no one did before or didn't bother to add to WineHQ database
– user589808
Oct 23 '16 at 21:28
1
@Tarlo_x I think they didn't release Edge Installation file
– ICE
Oct 24 '16 at 8:22
have you tried with wine?
– Tarlo_x
Oct 23 '16 at 21:25
have you tried with wine?
– Tarlo_x
Oct 23 '16 at 21:25
Yes, you can try with Wine and we all thank you if you do because apparently no one did before or didn't bother to add to WineHQ database
– user589808
Oct 23 '16 at 21:28
Yes, you can try with Wine and we all thank you if you do because apparently no one did before or didn't bother to add to WineHQ database
– user589808
Oct 23 '16 at 21:28
1
1
@Tarlo_x I think they didn't release Edge Installation file
– ICE
Oct 24 '16 at 8:22
@Tarlo_x I think they didn't release Edge Installation file
– ICE
Oct 24 '16 at 8:22
add a comment |
4 Answers
4
active
oldest
votes
First, install VirtualBox: https://www.virtualbox.org/wiki/Linux_Downloads
Then, install the Edge virtual machine for VirtualBox from here: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
add a comment |
Update 2018
Microsoft announced that Edge will be released with Blink engine (Chromium) in early 2019. They didn't talk about Linux version yet and at this point only VM and Browserstack works.
Microsoft Edge will now be delivered and updated for all supported versions of Windows and on a more frequent cadence. We also expect this work to enable us to bring Microsoft Edge to other platforms like macOS. Improving the web-platform experience for both end users and developers requires that the web platform and the browser be consistently available to as many devices as possible.
Browserstack
With browserstack there isn't any need for VM or Dual boot. It shows Microsoft Edge on any browser. It will allow to test your local sites.
Till now, developers have been relying on virtual machines or PC’s with Windows 10 to test their products and websites on Microsoft Edge. To provide an easier way to test, Microsoft and BrowserStack are partnering to give developers a cloud based infrastructure to instantly test and ship great experiences on Microsoft Edge.
and about Local Testing Security:
Local Testing enables you to test local folders and internal servers. We use custom-designed Chrome and Firefox extensions, with WSS (secure WebSockets) to connect your machine to the cloud. WebSockets allows extensive interaction between the client browser and the servers and devices. To protect the privacy of transferred data during the testing session, we use WSS exclusively. WSS uses SSL over port 443 for transport and therefore only transmits encrypted data.
When testing an private server, we forge a connection between the server you have specified, and our virtual machines or physical devices. The mechanism is set up to forward requests and responses back and forth, and nothing else. Similarly for local folder testing, the BrowserStack cloud only has access to the folder mentioned during the setup of the connection. Our infrastructure cannot access anything else on your filesystem.
1
Websites are not images, interaction needs to be tested too.
– Timo Huovinen
Sep 4 '18 at 7:39
add a comment |
No, you can not get Microsoft Edge on Linux/Ubuntu or any other Linux machine. Instead of using Microsoft Edge try using a text editor that comes with your system. A text editor should function almost as well as Microsoft Edge for programming (By the way, I'm a web developer too).
5
I want to see how Edge and IE show and handle my html/css and javascript. How text editor can do what these browsers do?
– ICE
Oct 23 '16 at 21:46
5
@ICE Use a VM, and/or use RemoteIE.
– negusp
Oct 24 '16 at 0:34
3
@ICE Why is this answer marked as correct? Using a virtual machine like in the answer from Paul is at least the recommended way from microsoft. But using a text editor for testing does not seem to be the scope of the question, or?
– Trendfischer
Jun 1 '17 at 8:22
1
@Trendfischer I marked as correct because of the first part of the answer. at that moment there wasn't any way to use Edge on Linux without VM. also I mentioned VM on my question. and thanks for commenting. I add a solution here which I found days ago.
– ICE
Jun 1 '17 at 11:31
3
What relevance does the text editor part of this answer have to the question?
– RolandiXor♦
Nov 17 '18 at 2:18
|
show 1 more comment
Apart from the free virtual machines (that expire after 90 days) Paul posted, you can also use other useful tools like doesitworkonedge.com, Edge Remote (currently not available) and the static site scan.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f840987%2fmicrosoft-edge-on-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
First, install VirtualBox: https://www.virtualbox.org/wiki/Linux_Downloads
Then, install the Edge virtual machine for VirtualBox from here: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
add a comment |
First, install VirtualBox: https://www.virtualbox.org/wiki/Linux_Downloads
Then, install the Edge virtual machine for VirtualBox from here: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
add a comment |
First, install VirtualBox: https://www.virtualbox.org/wiki/Linux_Downloads
Then, install the Edge virtual machine for VirtualBox from here: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
First, install VirtualBox: https://www.virtualbox.org/wiki/Linux_Downloads
Then, install the Edge virtual machine for VirtualBox from here: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
answered Nov 14 '16 at 16:17
PaulPaul
33528
33528
add a comment |
add a comment |
Update 2018
Microsoft announced that Edge will be released with Blink engine (Chromium) in early 2019. They didn't talk about Linux version yet and at this point only VM and Browserstack works.
Microsoft Edge will now be delivered and updated for all supported versions of Windows and on a more frequent cadence. We also expect this work to enable us to bring Microsoft Edge to other platforms like macOS. Improving the web-platform experience for both end users and developers requires that the web platform and the browser be consistently available to as many devices as possible.
Browserstack
With browserstack there isn't any need for VM or Dual boot. It shows Microsoft Edge on any browser. It will allow to test your local sites.
Till now, developers have been relying on virtual machines or PC’s with Windows 10 to test their products and websites on Microsoft Edge. To provide an easier way to test, Microsoft and BrowserStack are partnering to give developers a cloud based infrastructure to instantly test and ship great experiences on Microsoft Edge.
and about Local Testing Security:
Local Testing enables you to test local folders and internal servers. We use custom-designed Chrome and Firefox extensions, with WSS (secure WebSockets) to connect your machine to the cloud. WebSockets allows extensive interaction between the client browser and the servers and devices. To protect the privacy of transferred data during the testing session, we use WSS exclusively. WSS uses SSL over port 443 for transport and therefore only transmits encrypted data.
When testing an private server, we forge a connection between the server you have specified, and our virtual machines or physical devices. The mechanism is set up to forward requests and responses back and forth, and nothing else. Similarly for local folder testing, the BrowserStack cloud only has access to the folder mentioned during the setup of the connection. Our infrastructure cannot access anything else on your filesystem.
1
Websites are not images, interaction needs to be tested too.
– Timo Huovinen
Sep 4 '18 at 7:39
add a comment |
Update 2018
Microsoft announced that Edge will be released with Blink engine (Chromium) in early 2019. They didn't talk about Linux version yet and at this point only VM and Browserstack works.
Microsoft Edge will now be delivered and updated for all supported versions of Windows and on a more frequent cadence. We also expect this work to enable us to bring Microsoft Edge to other platforms like macOS. Improving the web-platform experience for both end users and developers requires that the web platform and the browser be consistently available to as many devices as possible.
Browserstack
With browserstack there isn't any need for VM or Dual boot. It shows Microsoft Edge on any browser. It will allow to test your local sites.
Till now, developers have been relying on virtual machines or PC’s with Windows 10 to test their products and websites on Microsoft Edge. To provide an easier way to test, Microsoft and BrowserStack are partnering to give developers a cloud based infrastructure to instantly test and ship great experiences on Microsoft Edge.
and about Local Testing Security:
Local Testing enables you to test local folders and internal servers. We use custom-designed Chrome and Firefox extensions, with WSS (secure WebSockets) to connect your machine to the cloud. WebSockets allows extensive interaction between the client browser and the servers and devices. To protect the privacy of transferred data during the testing session, we use WSS exclusively. WSS uses SSL over port 443 for transport and therefore only transmits encrypted data.
When testing an private server, we forge a connection between the server you have specified, and our virtual machines or physical devices. The mechanism is set up to forward requests and responses back and forth, and nothing else. Similarly for local folder testing, the BrowserStack cloud only has access to the folder mentioned during the setup of the connection. Our infrastructure cannot access anything else on your filesystem.
1
Websites are not images, interaction needs to be tested too.
– Timo Huovinen
Sep 4 '18 at 7:39
add a comment |
Update 2018
Microsoft announced that Edge will be released with Blink engine (Chromium) in early 2019. They didn't talk about Linux version yet and at this point only VM and Browserstack works.
Microsoft Edge will now be delivered and updated for all supported versions of Windows and on a more frequent cadence. We also expect this work to enable us to bring Microsoft Edge to other platforms like macOS. Improving the web-platform experience for both end users and developers requires that the web platform and the browser be consistently available to as many devices as possible.
Browserstack
With browserstack there isn't any need for VM or Dual boot. It shows Microsoft Edge on any browser. It will allow to test your local sites.
Till now, developers have been relying on virtual machines or PC’s with Windows 10 to test their products and websites on Microsoft Edge. To provide an easier way to test, Microsoft and BrowserStack are partnering to give developers a cloud based infrastructure to instantly test and ship great experiences on Microsoft Edge.
and about Local Testing Security:
Local Testing enables you to test local folders and internal servers. We use custom-designed Chrome and Firefox extensions, with WSS (secure WebSockets) to connect your machine to the cloud. WebSockets allows extensive interaction between the client browser and the servers and devices. To protect the privacy of transferred data during the testing session, we use WSS exclusively. WSS uses SSL over port 443 for transport and therefore only transmits encrypted data.
When testing an private server, we forge a connection between the server you have specified, and our virtual machines or physical devices. The mechanism is set up to forward requests and responses back and forth, and nothing else. Similarly for local folder testing, the BrowserStack cloud only has access to the folder mentioned during the setup of the connection. Our infrastructure cannot access anything else on your filesystem.
Update 2018
Microsoft announced that Edge will be released with Blink engine (Chromium) in early 2019. They didn't talk about Linux version yet and at this point only VM and Browserstack works.
Microsoft Edge will now be delivered and updated for all supported versions of Windows and on a more frequent cadence. We also expect this work to enable us to bring Microsoft Edge to other platforms like macOS. Improving the web-platform experience for both end users and developers requires that the web platform and the browser be consistently available to as many devices as possible.
Browserstack
With browserstack there isn't any need for VM or Dual boot. It shows Microsoft Edge on any browser. It will allow to test your local sites.
Till now, developers have been relying on virtual machines or PC’s with Windows 10 to test their products and websites on Microsoft Edge. To provide an easier way to test, Microsoft and BrowserStack are partnering to give developers a cloud based infrastructure to instantly test and ship great experiences on Microsoft Edge.
and about Local Testing Security:
Local Testing enables you to test local folders and internal servers. We use custom-designed Chrome and Firefox extensions, with WSS (secure WebSockets) to connect your machine to the cloud. WebSockets allows extensive interaction between the client browser and the servers and devices. To protect the privacy of transferred data during the testing session, we use WSS exclusively. WSS uses SSL over port 443 for transport and therefore only transmits encrypted data.
When testing an private server, we forge a connection between the server you have specified, and our virtual machines or physical devices. The mechanism is set up to forward requests and responses back and forth, and nothing else. Similarly for local folder testing, the BrowserStack cloud only has access to the folder mentioned during the setup of the connection. Our infrastructure cannot access anything else on your filesystem.
edited Dec 7 '18 at 2:02
answered Jun 1 '17 at 11:25
ICEICE
7753724
7753724
1
Websites are not images, interaction needs to be tested too.
– Timo Huovinen
Sep 4 '18 at 7:39
add a comment |
1
Websites are not images, interaction needs to be tested too.
– Timo Huovinen
Sep 4 '18 at 7:39
1
1
Websites are not images, interaction needs to be tested too.
– Timo Huovinen
Sep 4 '18 at 7:39
Websites are not images, interaction needs to be tested too.
– Timo Huovinen
Sep 4 '18 at 7:39
add a comment |
No, you can not get Microsoft Edge on Linux/Ubuntu or any other Linux machine. Instead of using Microsoft Edge try using a text editor that comes with your system. A text editor should function almost as well as Microsoft Edge for programming (By the way, I'm a web developer too).
5
I want to see how Edge and IE show and handle my html/css and javascript. How text editor can do what these browsers do?
– ICE
Oct 23 '16 at 21:46
5
@ICE Use a VM, and/or use RemoteIE.
– negusp
Oct 24 '16 at 0:34
3
@ICE Why is this answer marked as correct? Using a virtual machine like in the answer from Paul is at least the recommended way from microsoft. But using a text editor for testing does not seem to be the scope of the question, or?
– Trendfischer
Jun 1 '17 at 8:22
1
@Trendfischer I marked as correct because of the first part of the answer. at that moment there wasn't any way to use Edge on Linux without VM. also I mentioned VM on my question. and thanks for commenting. I add a solution here which I found days ago.
– ICE
Jun 1 '17 at 11:31
3
What relevance does the text editor part of this answer have to the question?
– RolandiXor♦
Nov 17 '18 at 2:18
|
show 1 more comment
No, you can not get Microsoft Edge on Linux/Ubuntu or any other Linux machine. Instead of using Microsoft Edge try using a text editor that comes with your system. A text editor should function almost as well as Microsoft Edge for programming (By the way, I'm a web developer too).
5
I want to see how Edge and IE show and handle my html/css and javascript. How text editor can do what these browsers do?
– ICE
Oct 23 '16 at 21:46
5
@ICE Use a VM, and/or use RemoteIE.
– negusp
Oct 24 '16 at 0:34
3
@ICE Why is this answer marked as correct? Using a virtual machine like in the answer from Paul is at least the recommended way from microsoft. But using a text editor for testing does not seem to be the scope of the question, or?
– Trendfischer
Jun 1 '17 at 8:22
1
@Trendfischer I marked as correct because of the first part of the answer. at that moment there wasn't any way to use Edge on Linux without VM. also I mentioned VM on my question. and thanks for commenting. I add a solution here which I found days ago.
– ICE
Jun 1 '17 at 11:31
3
What relevance does the text editor part of this answer have to the question?
– RolandiXor♦
Nov 17 '18 at 2:18
|
show 1 more comment
No, you can not get Microsoft Edge on Linux/Ubuntu or any other Linux machine. Instead of using Microsoft Edge try using a text editor that comes with your system. A text editor should function almost as well as Microsoft Edge for programming (By the way, I'm a web developer too).
No, you can not get Microsoft Edge on Linux/Ubuntu or any other Linux machine. Instead of using Microsoft Edge try using a text editor that comes with your system. A text editor should function almost as well as Microsoft Edge for programming (By the way, I'm a web developer too).
answered Oct 23 '16 at 21:26
Hayden StitesHayden Stites
1897
1897
5
I want to see how Edge and IE show and handle my html/css and javascript. How text editor can do what these browsers do?
– ICE
Oct 23 '16 at 21:46
5
@ICE Use a VM, and/or use RemoteIE.
– negusp
Oct 24 '16 at 0:34
3
@ICE Why is this answer marked as correct? Using a virtual machine like in the answer from Paul is at least the recommended way from microsoft. But using a text editor for testing does not seem to be the scope of the question, or?
– Trendfischer
Jun 1 '17 at 8:22
1
@Trendfischer I marked as correct because of the first part of the answer. at that moment there wasn't any way to use Edge on Linux without VM. also I mentioned VM on my question. and thanks for commenting. I add a solution here which I found days ago.
– ICE
Jun 1 '17 at 11:31
3
What relevance does the text editor part of this answer have to the question?
– RolandiXor♦
Nov 17 '18 at 2:18
|
show 1 more comment
5
I want to see how Edge and IE show and handle my html/css and javascript. How text editor can do what these browsers do?
– ICE
Oct 23 '16 at 21:46
5
@ICE Use a VM, and/or use RemoteIE.
– negusp
Oct 24 '16 at 0:34
3
@ICE Why is this answer marked as correct? Using a virtual machine like in the answer from Paul is at least the recommended way from microsoft. But using a text editor for testing does not seem to be the scope of the question, or?
– Trendfischer
Jun 1 '17 at 8:22
1
@Trendfischer I marked as correct because of the first part of the answer. at that moment there wasn't any way to use Edge on Linux without VM. also I mentioned VM on my question. and thanks for commenting. I add a solution here which I found days ago.
– ICE
Jun 1 '17 at 11:31
3
What relevance does the text editor part of this answer have to the question?
– RolandiXor♦
Nov 17 '18 at 2:18
5
5
I want to see how Edge and IE show and handle my html/css and javascript. How text editor can do what these browsers do?
– ICE
Oct 23 '16 at 21:46
I want to see how Edge and IE show and handle my html/css and javascript. How text editor can do what these browsers do?
– ICE
Oct 23 '16 at 21:46
5
5
@ICE Use a VM, and/or use RemoteIE.
– negusp
Oct 24 '16 at 0:34
@ICE Use a VM, and/or use RemoteIE.
– negusp
Oct 24 '16 at 0:34
3
3
@ICE Why is this answer marked as correct? Using a virtual machine like in the answer from Paul is at least the recommended way from microsoft. But using a text editor for testing does not seem to be the scope of the question, or?
– Trendfischer
Jun 1 '17 at 8:22
@ICE Why is this answer marked as correct? Using a virtual machine like in the answer from Paul is at least the recommended way from microsoft. But using a text editor for testing does not seem to be the scope of the question, or?
– Trendfischer
Jun 1 '17 at 8:22
1
1
@Trendfischer I marked as correct because of the first part of the answer. at that moment there wasn't any way to use Edge on Linux without VM. also I mentioned VM on my question. and thanks for commenting. I add a solution here which I found days ago.
– ICE
Jun 1 '17 at 11:31
@Trendfischer I marked as correct because of the first part of the answer. at that moment there wasn't any way to use Edge on Linux without VM. also I mentioned VM on my question. and thanks for commenting. I add a solution here which I found days ago.
– ICE
Jun 1 '17 at 11:31
3
3
What relevance does the text editor part of this answer have to the question?
– RolandiXor♦
Nov 17 '18 at 2:18
What relevance does the text editor part of this answer have to the question?
– RolandiXor♦
Nov 17 '18 at 2:18
|
show 1 more comment
Apart from the free virtual machines (that expire after 90 days) Paul posted, you can also use other useful tools like doesitworkonedge.com, Edge Remote (currently not available) and the static site scan.
add a comment |
Apart from the free virtual machines (that expire after 90 days) Paul posted, you can also use other useful tools like doesitworkonedge.com, Edge Remote (currently not available) and the static site scan.
add a comment |
Apart from the free virtual machines (that expire after 90 days) Paul posted, you can also use other useful tools like doesitworkonedge.com, Edge Remote (currently not available) and the static site scan.
Apart from the free virtual machines (that expire after 90 days) Paul posted, you can also use other useful tools like doesitworkonedge.com, Edge Remote (currently not available) and the static site scan.
answered Jan 21 '17 at 15:49
fstanisfstanis
15010
15010
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f840987%2fmicrosoft-edge-on-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
have you tried with wine?
– Tarlo_x
Oct 23 '16 at 21:25
Yes, you can try with Wine and we all thank you if you do because apparently no one did before or didn't bother to add to WineHQ database
– user589808
Oct 23 '16 at 21:28
1
@Tarlo_x I think they didn't release Edge Installation file
– ICE
Oct 24 '16 at 8:22