{"id":1134,"date":"2024-09-13T08:53:05","date_gmt":"2024-09-13T08:53:05","guid":{"rendered":"https:\/\/zahiralam.com\/blog\/?p=1134"},"modified":"2024-10-21T12:03:13","modified_gmt":"2024-10-21T12:03:13","slug":"mastering-homebrew-quick-setup-on-mac-m1-m2-and-m3","status":"publish","type":"post","link":"https:\/\/zahiralam.com\/blog\/mastering-homebrew-quick-setup-on-mac-m1-m2-and-m3\/","title":{"rendered":"Mastering Homebrew: Quick Setup on Mac M1, M2, and M3"},"content":{"rendered":"\n<p><em>Unlock the full potential of your Mac with Homebrew\u2014the essential package manager for macOS.<\/em>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Table of Contents<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"#introduction\">Introduction<\/a><\/li>\n\n\n\n<li><a href=\"#prerequisites\">Prerequisites<\/a><\/li>\n\n\n\n<li><a href=\"#step-by-step-installation-guide\">Step-by-Step Installation Guide<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#1-update-macos\">1. Update macOS<\/a><\/li>\n\n\n\n<li><a href=\"#2-install-xcode-command-line-tools\">2. Install Xcode Command Line Tools<\/a><\/li>\n\n\n\n<li><a href=\"#3-install-homebrew\">3. Install Homebrew<\/a><\/li>\n\n\n\n<li><a href=\"#4-configure-environment-variables\">4. Configure Environment Variables<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#verifying-the-installation\">Verifying the Installation<\/a><\/li>\n\n\n\n<li><a href=\"#troubleshooting-tips\">Troubleshooting Tips<\/a><\/li>\n\n\n\n<li><a href=\"#conclusion\">Conclusion<\/a><\/li>\n\n\n\n<li><a href=\"#additional-resources\">Additional Resources<\/a><\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Homebrew is a free and open-source package manager that simplifies the installation of software on macOS. It allows you to install, update, and manage software packages from the command line, making it a must-have tool for developers and power users alike.\n\n\n\n<p>With Apple&#8217;s transition to their own silicon chips\u2014M1, M2, and the latest M3\u2014the installation process for some software has changed slightly. This guide will walk you through the quick and easy steps to get Homebrew up and running on your Mac equipped with these chips.\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p>Before you begin, ensure you have the following:\n\n\n\n<ul class=\"wp-block-list\">\n<li>A Mac with an M1, M2, or M3 chip.<\/li>\n\n\n\n<li>An active internet connection.<\/li>\n\n\n\n<li>Basic familiarity with using the Terminal app.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Step-by-Step Installation Guide<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Update macOS<\/h3>\n\n\n\n<p>It&#8217;s essential to have the latest version of macOS to ensure compatibility.\n\n\n\n<ol class=\"wp-block-list\">\n<li>Click on the <strong>Apple menu<\/strong> (\uf8ff) in the top-left corner.<\/li>\n\n\n\n<li>Select <strong>System Settings<\/strong> (or <strong>System Preferences<\/strong>).<\/li>\n\n\n\n<li>Click on <strong>Software Update<\/strong>.<\/li>\n\n\n\n<li>If an update is available, click <strong>Update Now<\/strong> and follow the on-screen instructions.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/zahiralam.com\/blog\/wp-content\/uploads\/2024\/09\/image-6.png\" alt=\"Software Update Mac\" class=\"wp-image-1137\" width=\"498\" height=\"222\" srcset=\"https:\/\/zahiralam.com\/blog\/wp-content\/uploads\/2024\/09\/image-6.png 1440w, https:\/\/zahiralam.com\/blog\/wp-content\/uploads\/2024\/09\/image-6-300x134.png 300w, https:\/\/zahiralam.com\/blog\/wp-content\/uploads\/2024\/09\/image-6-1024x458.png 1024w, https:\/\/zahiralam.com\/blog\/wp-content\/uploads\/2024\/09\/image-6-768x343.png 768w\" sizes=\"auto, (max-width: 498px) 100vw, 498px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">2. Install Xcode Command Line Tools<\/h3>\n\n\n\n<p>The Xcode Command Line Tools provide essential developer tools needed by Homebrew.\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open the <strong>Terminal<\/strong> app. You can find it via <strong>Spotlight Search<\/strong> (\u2318 + Space) by typing &#8220;Terminal.&#8221;<\/li>\n\n\n\n<li>In the Terminal window, run:<\/li>\n<\/ol>\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-1\">xcode-select --install<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#xcode-select%20--install\">\n                            <button class=\"copy-button\" data-label=\"xcode-select --install\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>A software update popup will appear. Click <strong>Install<\/strong> and agree to the terms when prompted.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">3. Install Homebrew<\/h3>\n\n\n\n<p>Now you&#8217;re ready to install Homebrew itself.\n\n\n\n<ol class=\"wp-block-list\">\n<li>In the Terminal, enter the following command:<\/li>\n<\/ol>\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-2\">\/bin\/bash -c &quot;$(curl -fsSL https:\/\/raw.githubusercontent.com\/Homebrew\/install\/HEAD\/install.sh)&quot;<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#%2Fbin%2Fbash%20-c%20%22%24%28curl%20-fsSL%20https%3A%2F%2Fraw.githubusercontent.com%2FHomebrew%2Finstall%2FHEAD%2Finstall.sh%29%22\">\n                            <button class=\"copy-button\" data-label=\"\/bin\/bash -c &quot;$(curl -fsSL https:\/\/raw.githubusercontent.com\/Homebrew\/install\/HEAD\/install.sh)&quot;\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>Press <strong>Enter<\/strong>. The script will explain what changes it will make and prompt you for confirmation.<\/li>\n\n\n\n<li>When prompted, enter your Mac&#8217;s <strong>admin password<\/strong> to proceed.<\/li>\n\n\n\n<li>The installation script will automatically detect your Mac&#8217;s architecture (M1, M2, or M3) and install Homebrew in the appropriate location (<code>\/opt\/homebrew<\/code> for Apple Silicon Macs).<\/li>\n<\/ol>\n\n\n\n<p>To ensure your system recognizes Homebrew commands, you need to update your shell configuration.\n\n\n\n<h3 class=\"wp-block-heading\" id=\"#4-configure-environment-variables\">4. Configure Environment Variables<\/h3>\n\n\n\n<p>1. Determine which shell you&#8217;re using by running:\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-3\">echo $SHELL<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#echo%20%24SHELL\">\n                            <button class=\"copy-button\" data-label=\"echo $SHELL\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If the output is <code>\/bin\/zsh<\/code>, you&#8217;re using <strong>Zsh<\/strong> (default for macOS Catalina and later).<\/li>\n\n\n\n<li>If it&#8217;s <code>\/bin\/bash<\/code>, you&#8217;re using <strong>Bash<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p>2. For <strong>Zsh<\/strong> users run:\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-4\">echo &#039;eval &quot;$(\/opt\/homebrew\/bin\/brew shellenv)&quot;&#039; &gt;&gt; ~\/.zprofile \neval &quot;$(\/opt\/homebrew\/bin\/brew shellenv)&quot;<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#echo%20%27eval%20%22%24%28%2Fopt%2Fhomebrew%2Fbin%2Fbrew%20shellenv%29%22%27%20%3E%3E%20~%2F.zprofile%20%0Aeval%20%22%24%28%2Fopt%2Fhomebrew%2Fbin%2Fbrew%20shellenv%29%22\">\n                            <button class=\"copy-button\" data-label=\"echo &#039;eval &quot;$(\/opt\/homebrew\/bin\/brew shellenv)&quot;&#039; &gt;&gt; ~\/.zprofile \neval &quot;$(\/opt\/homebrew\/bin\/brew shellenv)&quot;\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<p>3. For <strong>Bash<\/strong> users run :\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-5\">echo &#039;eval &quot;$(\/opt\/homebrew\/bin\/brew shellenv)&quot;&#039; &gt;&gt; ~\/.bash_profile \neval &quot;$(\/opt\/homebrew\/bin\/brew shellenv)&quot;<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#echo%20%27eval%20%22%24%28%2Fopt%2Fhomebrew%2Fbin%2Fbrew%20shellenv%29%22%27%20%3E%3E%20~%2F.bash_profile%20%0Aeval%20%22%24%28%2Fopt%2Fhomebrew%2Fbin%2Fbrew%20shellenv%29%22\">\n                            <button class=\"copy-button\" data-label=\"echo &#039;eval &quot;$(\/opt\/homebrew\/bin\/brew shellenv)&quot;&#039; &gt;&gt; ~\/.bash_profile \neval &quot;$(\/opt\/homebrew\/bin\/brew shellenv)&quot;\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Verifying the Installation<\/h2>\n\n\n\n<p>To confirm that Homebrew is installed correctly:\n\n\n\n<ol class=\"wp-block-list\">\n<li>In Terminal, run:<\/li>\n<\/ol>\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-6\">brew --version<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#brew%20--version\">\n                            <button class=\"copy-button\" data-label=\"brew --version\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>You should see output similar to:<\/li>\n<\/ol>\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-7\">Homebrew 4.3.19<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#Homebrew%204.3.19\">\n                            <button class=\"copy-button\" data-label=\"Homebrew 4.3.19\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Additionally, you can run a simple update to check everything is working:<\/li>\n<\/ol>\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-8\">   brew update<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#%20%20%20brew%20update\">\n                            <button class=\"copy-button\" data-label=\"   brew update\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting Tips<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Command Not Found Error<\/strong>: If you receive an error saying <code>brew: command not found<\/code>, double-check that you&#8217;ve correctly updated your shell configuration as described in <a href=\"#4-configure-environment-variables\" data-type=\"internal\" data-id=\"#4-configure-environment-variables\">Step 4<\/a>.<\/li>\n\n\n\n<li><strong>Permissions Issues<\/strong>: If you encounter permission errors, ensure you have the necessary rights to <code>\/opt\/homebrew<\/code>. You might need to adjust ownership:<\/li>\n<\/ul>\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-9\">sudo chown -R $(whoami) \/opt\/homebrew<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#sudo%20chown%20-R%20%24%28whoami%29%20%2Fopt%2Fhomebrew\">\n                            <button class=\"copy-button\" data-label=\"sudo chown -R $(whoami) \/opt\/homebrew\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Xcode Agreement<\/strong>: Sometimes, you may need to agree to Xcode&#8217;s license agreements:<\/li>\n<\/ul>\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-10\">sudo xcodebuild -license accept<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#sudo%20xcodebuild%20-license%20accept\">\n                            <button class=\"copy-button\" data-label=\"sudo xcodebuild -license accept\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Rosetta 2 Requirement<\/strong>: Some older packages might require Rosetta 2 to run on Apple Silicon Macs. You can install it with:<\/li>\n<\/ul>\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-11\">softwareupdate --install-rosetta<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#softwareupdate%20--install-rosetta\">\n                            <button class=\"copy-button\" data-label=\"softwareupdate --install-rosetta\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Congratulations! You&#8217;ve successfully installed Homebrew on your Mac with an M1, M2, or M3 chip. You now have access to thousands of open-source packages that can enhance your productivity and streamline your workflow.\n\n\n\n<p><strong>Example Usage:<\/strong>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install <strong>wget<\/strong>:<\/li>\n<\/ul>\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-12\">brew install wget<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#brew%20install%20wget\">\n                            <button class=\"copy-button\" data-label=\"brew install wget\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Search for a package:<\/li>\n<\/ul>\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-13\">brew search package-name<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#brew%20search%20package-name\">\n                            <button class=\"copy-button\" data-label=\"brew search package-name\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Upgrade all installed packages:<\/li>\n<\/ul>\n\n\n\n<div class=\"code-block-container\">\n                        <pre class=\"wp-block-code\"><code id=\"code-14\">brew upgrade<\/code><\/pre>\n                        <amp-iframe sandbox=\"allow-scripts\" width=\"94\" height=\"72\" frameborder=\"0\" \n                                    src=\"https:\/\/zahiralam.com\/blog\/wp-content\/plugins\/amp-copy-code-button\/copier.html#brew%20upgrade\">\n                            <button class=\"copy-button\" data-label=\"brew upgrade\"  placeholder disabled>Copy<\/button>\n                        <\/amp-iframe>\n                    <\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Additional Resources<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Homebrew Documentation<\/strong>: <a href=\"https:\/\/docs.brew.sh\" target=\"_blank\" rel=\"noreferrer noopener\">docs.brew.sh<\/a><\/li>\n\n\n\n<li><strong>List of Available Packages<\/strong>: <a href=\"https:\/\/formulae.brew.sh\" target=\"_blank\" rel=\"noreferrer noopener\">formulae.brew.sh<\/a><\/li>\n\n\n\n<li><strong>Homebrew GitHub Repository<\/strong>: <a href=\"https:\/\/github.com\/Homebrew\">github.com\/Homebrew<\/a><\/li>\n<\/ul>\n\n\n\n<p>For any issues not covered in this guide, refer to the <a href=\"https:\/\/docs.brew.sh\/Troubleshooting\" target=\"_blank\" rel=\"noreferrer noopener\">Homebrew Troubleshooting<\/a> page or seek help from the Homebrew community.\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><em>Empower your Mac with the versatility of Homebrew and take your macOS experience to the next level!<\/em>\n","protected":false},"excerpt":{"rendered":"<p>Unlock the full potential of your Mac with Homebrew\u2014the essential package manager for macOS. Table of Contents Introduction Homebrew is a free and open-source package [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":1145,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[214],"tags":[28,237,17],"class_list":["post-1134","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-software-installation","tag-apple-silicon","tag-homebrew","tag-mac-m1-m2-m3"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/zahiralam.com\/blog\/wp-json\/wp\/v2\/posts\/1134","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zahiralam.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zahiralam.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zahiralam.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zahiralam.com\/blog\/wp-json\/wp\/v2\/comments?post=1134"}],"version-history":[{"count":9,"href":"https:\/\/zahiralam.com\/blog\/wp-json\/wp\/v2\/posts\/1134\/revisions"}],"predecessor-version":[{"id":1323,"href":"https:\/\/zahiralam.com\/blog\/wp-json\/wp\/v2\/posts\/1134\/revisions\/1323"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zahiralam.com\/blog\/wp-json\/wp\/v2\/media\/1145"}],"wp:attachment":[{"href":"https:\/\/zahiralam.com\/blog\/wp-json\/wp\/v2\/media?parent=1134"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zahiralam.com\/blog\/wp-json\/wp\/v2\/categories?post=1134"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zahiralam.com\/blog\/wp-json\/wp\/v2\/tags?post=1134"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}