<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sam Carlton</title>
    <description>The latest articles on DEV Community by Sam Carlton (@thatguysam).</description>
    <link>https://dev.to/thatguysam</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F572332%2Fd1ef0fd8-1686-4869-9d11-10ca73a14fb6.jpeg</url>
      <title>DEV Community: Sam Carlton</title>
      <link>https://dev.to/thatguysam</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thatguysam"/>
    <language>en</language>
    <item>
      <title>What exactly is the difference between Rosetta 2 and Native Apple Silicon - Does It ARM</title>
      <dc:creator>Sam Carlton</dc:creator>
      <pubDate>Fri, 05 Feb 2021 22:04:19 +0000</pubDate>
      <link>https://dev.to/thatguysam/common-questions-about-apple-silicon-does-it-arm-2lge</link>
      <guid>https://dev.to/thatguysam/common-questions-about-apple-silicon-does-it-arm-2lge</guid>
      <description>&lt;p&gt;I run a site called Does It ARM along with some fantastic &lt;a href="https://github.com/ThatGuySam/doesitarm/graphs/contributors"&gt;contributors&lt;/a&gt; we're working to build a comprehensive list of how apps work on Apple Silicon. &lt;/p&gt;

&lt;p&gt;A common thing to see is confusion around Rosetta 2 and whether an app actually "works". &lt;/p&gt;

&lt;p&gt;I've put together this list of questions to help bring some clarity &lt;/p&gt;

&lt;h2&gt;
  
  
  Do apps run faster on Rosetta 2 than on Intel?
&lt;/h2&gt;

&lt;p&gt;Some software can run faster on Rosetta 2 than on your old Intel-based Mac or PC. &lt;/p&gt;

&lt;p&gt;However, this is more because of how well Apple Silicon is built than any special trick Rosetta 2 uses. &lt;/p&gt;

&lt;p&gt;You only need to worry about Rosetta 2 performance if you're running heavy-duty processes such as Video Editing, Image Processing, Machine Learning, etc... &lt;/p&gt;

&lt;p&gt;Naturally, if your software already runs natively on Apple Silicon it will always run faster than an equivalent Intel-based Mac. &lt;/p&gt;

&lt;h2&gt;
  
  
  Don't all previous Mac Apps work via Rosetta 2 translation?
&lt;/h2&gt;

&lt;p&gt;Most apps will work with Rosetta 2 translation well but it's not a perfect technology.&lt;/p&gt;

&lt;p&gt;Some apps will have various small issues and graphical bugs but will work well enough, a few apps will fail to launch entirely and some apps will runs with virtually no issues and perform even faster than an equivalent Intel-based Mac. &lt;/p&gt;

&lt;p&gt;For now, the best way to determine how well an app will run under Rosetta 2 is by human review. &lt;/p&gt;

&lt;p&gt;We regularly review Rosetta 2 compatibility for new apps that you can view by going to our &lt;a href="https://doesitarm.com/"&gt;homepage&lt;/a&gt; and then clicking the &lt;code&gt;✳️ Rosetta&lt;/code&gt; or &lt;code&gt;🚫 Unsupported&lt;/code&gt; (Apps not working under Rosetta 2 translation) buttons to show only those respective apps. &lt;/p&gt;

&lt;h2&gt;
  
  
  How do I check if an app is Native or running on Apple Silicon?
&lt;/h2&gt;

&lt;p&gt;If you don't own an Apple Silicon Mac you can search &lt;a href="https://doesitarm.com/"&gt;our list of reported apps&lt;/a&gt; and check for a specific app. &lt;/p&gt;

&lt;p&gt;You can also view apps broken down by category &lt;a href="https://doesitarm.com/categories/"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;If you already own an Apple Silicon Mac and want to know which apps are running natively as opposed to via Rosetta 2 translation, you can download &lt;a href="https://github.com/billycastelli/Silicon-Info"&gt;Silicon Info&lt;/a&gt; and see a report of the apps &lt;/p&gt;

&lt;p&gt;If you find an app that's not listed yet you can submit it via a &lt;a href="https://github.com/ThatGuySam/doesitarm/issues?q=is%3Aissue+"&gt;New App Request&lt;/a&gt; and a screenshot and we'll get it added. &lt;/p&gt;

&lt;h2&gt;
  
  
  Does Apple Silicon and the Apple M1 processor support Homebrew?
&lt;/h2&gt;

&lt;p&gt;Homebrew itself does in fact run natively on Apple Silicon, however, not all formulae are native just yet. &lt;/p&gt;

&lt;p&gt;The core formulae are about 90% supported natively while about 60% of all 5400+ formulae are natively supported&lt;/p&gt;

&lt;p&gt;However, if you run Homebrew under Rosetta 2 translation over 99% will work.&lt;/p&gt;

&lt;p&gt;Under Rosetta 2, there might be a performance dip but unless you're doing something very intensive like Machine Learning or Video Processing there won't any noticeable difference. &lt;/p&gt;

&lt;p&gt;You can check for support of specific formulae here: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://doesitarm.com/kind/homebrew/"&gt;https://doesitarm.com/kind/homebrew/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  There's an outdated page. Where can I submit an update to an already listed app?
&lt;/h2&gt;

&lt;p&gt;If you have new info on an app that is already listed on our site you can report an update with the &lt;code&gt;Report Update&lt;/code&gt; link on the app's page and create a new issue for the new info. &lt;/p&gt;

&lt;h2&gt;
  
  
  You don't have my app listed. How can I find out if it works?
&lt;/h2&gt;

&lt;p&gt;If an app is not listed on our site, you can search in &lt;a href="https://github.com/ThatGuySam/doesitarm/issues?q=is%3Aissue+"&gt;issues&lt;/a&gt; on the Github Repo for the app you are looking for. The app you are searching may already have a respective issue you can Subscribe to and contribute any missing info or screenshots. &lt;/p&gt;

&lt;p&gt;If the app is nowhere to be found in issues, then congratulations, you've found a new app! &lt;/p&gt;

&lt;p&gt;You can submit a &lt;a href="https://github.com/ThatGuySam/doesitarm/issues/new?assignees=&amp;amp;labels=New+App+Request&amp;amp;template=app-request-template.md&amp;amp;title="&gt;New App Request&lt;/a&gt; and we'll start a review to determine the app's status on Apple Silicon.&lt;/p&gt;

&lt;h3&gt;
  
  
  Have another question?
&lt;/h3&gt;

&lt;p&gt;Feel free to drop it in the comments. &lt;/p&gt;

</description>
      <category>mac</category>
      <category>macos</category>
      <category>apple</category>
      <category>m1</category>
    </item>
  </channel>
</rss>
