{
    "componentChunkName": "component---src-templates-markdown-doc-tsx",
    "path": "/2025.1.3/installation/platform_specific/apple_m_series_rosetta",
    "result": {"data":{"mdx":{"id":"cc165c19-7605-55a3-8c7f-cc508c237757","frontmatter":{"title":"Salvus on Apple M-Series Chips (Rosetta)","images":[{"publicURL":"/static/a602282f781f2de87d62a246ef12aaff/terminal-configuration-rosetta.png","childImageSharp":{"gatsbyImageData":{"layout":"constrained","backgroundColor":"#282828","images":{"fallback":{"src":"/static/a602282f781f2de87d62a246ef12aaff/dbf90/terminal-configuration-rosetta.png","srcSet":"/static/a602282f781f2de87d62a246ef12aaff/d670f/terminal-configuration-rosetta.png 133w,\n/static/a602282f781f2de87d62a246ef12aaff/63796/terminal-configuration-rosetta.png 266w,\n/static/a602282f781f2de87d62a246ef12aaff/dbf90/terminal-configuration-rosetta.png 532w","sizes":"(min-width: 532px) 532px, 100vw"},"sources":[{"srcSet":"/static/a602282f781f2de87d62a246ef12aaff/1b9a6/terminal-configuration-rosetta.webp 133w,\n/static/a602282f781f2de87d62a246ef12aaff/93377/terminal-configuration-rosetta.webp 266w,\n/static/a602282f781f2de87d62a246ef12aaff/ce904/terminal-configuration-rosetta.webp 532w","type":"image/webp","sizes":"(min-width: 532px) 532px, 100vw"}]},"width":600,"height":805.2631578947369}}}]},"body":"var _excluded = [\"components\"];\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {\n  \"title\": \"Salvus on Apple M-Series Chips (Rosetta)\",\n  \"images\": [\"../../images/terminal-configuration-rosetta.png\"]\n};\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\nvar SalvusCompute = makeShortcode(\"SalvusCompute\");\nvar SalvusPy = makeShortcode(\"SalvusPy\");\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n    props = _objectWithoutProperties(_ref, _excluded);\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(Preamble, {\n    platform: 'macos_arm_rosetta',\n    mdxType: \"Preamble\"\n  }), mdx(\"p\", null, \"If your computer is equipped with one of the latest \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"M-series\"), \" / \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Apple\\nSilicon\"), \" chips (M1 and later), we can install and run Salvus using Intel\\nemulation, via a Apple-distributed software called \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Rosetta\"), \". Note that this\\ndoesn't noticeably impact performance, and any M-series processor system is\\nmuch faster than the previous Intel-based systems. However, since our\\n\", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"/updates/changelog#salvus-version-202510\"\n  }, \"2025.1.0\"), \" release, we also support\\n\", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"/installation/platform_specific/apple_m_series_native\"\n  }, \"native ARM installation\"), \".\"), mdx(WhereToInstall, {\n    sectionNumber: 1,\n    mdxType: \"WhereToInstall\"\n  }), mdx(\"h3\", null, \"2. Install and setup Rosetta\"), mdx(\"p\", null, \"Rosetta is a translation layer provided by Apple for applications written for\\nIntel chips that enables the M-series chip to run them as well. It allows us to\\nrun \", mdx(SalvusCompute, {\n    mdxType: \"SalvusCompute\"\n  }), \" and \", mdx(SalvusPy, {\n    mdxType: \"SalvusPy\"\n  }), \" binaries that are compiled for Intel\\nsystems to also run on \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Apple Silicon macOS\"), \" systems.\"), mdx(\"p\", null, \"To install Rosetta, open a shell and type:\"), mdx(\"pre\", null, mdx(\"code\", {\n    parentName: \"pre\",\n    \"className\": \"language-shell\"\n  }, \"/usr/sbin/softwareupdate --install-rosetta --agree-to-license\\n\")), mdx(\"p\", null, \"Navigate to your \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"/Applications\"), \" folder and right click on your preferred\\nTerminal Application (The default Mac Terminal is located in \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"/Applications/Utilities\"), \")\\nthen select \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Get Info\"), \". In the window that opens, select \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Open with Rosetta\"), \" as shown\\nin this picture:\"), mdx(props.images.Img1, null), mdx(\"p\", null, \"Reopen the shell.\"), mdx(\"p\", null, \"If you want to keep your original Terminal (the specific app) running without\\nRosetta, consider using \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://iterm2.com\"\n  }, \"iTerm\"), \". Once installed,\\nright-click on your iTerm application and select \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Duplicate\"), \". Now rename the\\nduplicated iTerm application to something specific like \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"iTerm (Rosetta)\"), \".\\nApply the procedure shown in the picture above to use Rosetta by default on\\nthis duplicated terminal and proceed with the following steps.\"), mdx(InstallingCondaMamba, {\n    platform: 'macos_arm_rosetta',\n    sectionNumber: 3,\n    mdxType: \"InstallingCondaMamba\"\n  }), mdx(RunningDownloader, {\n    platform: 'macos_arm_rosetta',\n    sectionNumber: 4,\n    mdxType: \"RunningDownloader\"\n  }), mdx(SiteSetup, {\n    platform: 'macos_arm_rosetta',\n    sectionNumber: 5,\n    mdxType: \"SiteSetup\"\n  }), mdx(ContinueLearning, {\n    platform: 'macos_arm_rosetta',\n    sectionNumber: 6,\n    mdxType: \"ContinueLearning\"\n  }));\n}\n;\nMDXContent.isMDXComponent = true;"},"site":{"siteMetadata":{"salvusDocVersions":{"current":"2026.5.0"}}}},"pageContext":{"id":"cc165c19-7605-55a3-8c7f-cc508c237757"}},
    "staticQueryHashes": ["1756726491","1865182279","3419370438","3597190305","4112489441","519097329"]}