forked from utmapp/mac.getutm.app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (74 loc) · 4.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
title: UTM
description: Securely run operating systems on your Mac
layout: default
questions:
- question: What's the difference in the Mac App Store version?
answer: UTM is and always will be completely free and open source. The Mac App Store version is identical to the free version and there are no features left out of the free version. The only advantage of the Mac App Store version is that you can get automatic updates. Purchasing the App Store version directly funds the development of UTM and shows your support <i class="fas fa-heart"></i>.
- question: How do I contribute?
answer: You can find UTM on [Github](https://github.com/utmapp/UTM). You can also contribute to the [QEMU project](https://www.qemu.org/contribute/).
- question: Can I run games?
answer: No, probably not. UTM does not currently support GPU emulation/virtualization and therefore lacks support for 3D acceleration (e.g. OpenGL and DirectX). You may be able to run older games with software rendering options, but nothing with hardware acceleration.
---
<section class="hero">
<div class="text-container">
<h1 class="editable">Securely run operating systems on your Mac</h1>
<div class="download-container">
<div class="cta button alt"><a href="https://github.com/utmapp/UTM/releases/latest/download/UTM.dmg"><i class="fas fa-archive"></i> Download</a></div>
<div class="cta button alt"><a href="https://apps.apple.com/us/app/utm-virtual-machines/id1538878817"><i class="fab fa-apple"></i> Mac App Store</a></div>
</div>
<div>
<img src="{{ site.baseurl }}/images/bless.png" srcset="{{ site.baseurl }}/images/[email protected] 2x" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<div class="content">
<section>
<div class="container flex">
<div class="text editable">
<h2>Windows. Linux. Meet <strong>Apple Silicon</strong>.</h2>
<p>UTM employs Apple's Hypervisor virtualization framework to run ARM64 operating systems on Apple Silicon at near native speeds. On Intel Macs, x86/x64 operating system can be virtualized. In addition, lower performance emulation is available to run x86/x64 on Apple Silicon as well as ARM64 on Intel. For developers and enthusiasts, there are dozens of other emulated processors as well including: ARM32, MIPS, PPC, and RISC-V. Your Mac can now truly run anything.</p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/windows10.png" alt="Screenshot" class="screenshot editable" />
<img src="{{ site.baseurl }}/images/ubuntu.png" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>Designed for <strong>macOS</strong></h2>
<p>Unlike other free virtualization software, UTM was created for macOS and <strong>only</strong> for Apple platforms. It is designed completely from the ground up for the new style introduced in Big Sur. UTM looks and feels like a Mac app with all the privacy and security features you expect as well.</p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/interface.png" srcset="{{ site.baseurl }}/images/[email protected] 2x" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2><strong>QEMU</strong> without the headache</h2>
<p>Under the hood of UTM is <a href="https://www.qemu.org">QEMU</a>, a decades old, free and open source emulation software that is widely used and actively maintained. While QEMU is powerful, it can be difficult to set up and configure with its plethora of command line options and flags. UTM is designed to give users the flexibility of QEMU without the steep learning curve that comes with it.</p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/configuration.png" srcset="{{ site.baseurl }}/images/[email protected] 2x" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section class="questions">
{% for question in page.questions %}
<div class="container flex">
<div class="text">
<h2>{{ question.question }}</h2>
<p>{{ question.answer | markdownify }}</p>
</div>
</div>
{% endfor %}
</section>
<section class="bottom-cta">
<h2 class="editable">UTM for <strong>iOS</strong>?</h2>
<div class="button alt"><a href="https://getutm.app">More Information</a></div>
</section>
</div>